Shae Brown

Results 3 comments of Shae Brown

My repo is here: https://github.com/ShaeBrown/csc475/tree/deploy The error is occuring in line 27 in flask_app.py. This call to librosa.load: ```python path = os.path.join(app.config['UPLOAD_FOLDER'], filename) print(path) print(os.path.isfile(path)) song, sr = librosa.core.load(path) ```...

Thanks, I'll try and do some more investigation. Both my computer and Heroku are installing from the same url ``` http://ca.archive.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/ffmpeg_2.8.11-0ubuntu0.16.04.1_amd64.deb ``` The same issue seemed to appear [here](https://stackoverflow.com/questions/44179007/librosa-load-file-not-found-error-using-anaconda) on...

The output of line is: ``` ffmpeg: error while loading shared libraries: libavdevice-ffmpeg.so.56: cannot open shared object file: no such file or directory ``` Seems that it is an issue...