-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation of snd file via pip3 fails : Building wheel for sndfile (setup.py) ... error fatal error: sndfile.h: No such file or directory #include <sndfile.h> #2
Comments
@marcoippolito try this: |
I am working on a virtual machine that I do not have access to, is there an alternative solution? |
Did anyone find a solution to this? Same problem |
Hi @M5era for me updating gcc and gxx worked: |
Thanks for the tip! However it is still not working. This is my output:
And I am already installing these in the dockerfile:
and these in the requirements.txt:
|
Hmmm then sorry I am not sure what can help. - my issue was related however I was building another package from source which required sndfile. So not exactly the same issue. |
I located the problem further to the noisereduce library which is using sndfile. Somehow this is causing problems. Still working on a solution though. Thanks for your answer! |
Sorry I couldn't help |
sudo apt-get install libsndfile1 libsndfile1-dev worked for me :) |
installation of snd file via pip3 fails:
pip 19.2.3 from /home/marco/anaconda3/lib/python3.7/site-packages/pip (python 3.7)
Looking forward to your kind help.
Marco
The text was updated successfully, but these errors were encountered: