python-soundfile
python-soundfile copied to clipboard
Pip/Soundfile/libsndfail failures
When attempting to run soundfile in a virtual environment (on Windows 10), the required folders are not installed when installing soundfile using pipenv. I have tried downloading the libsndfile directly from Mega-Nerd to no avail, the error output is as seen below:
Traceback (most recent call last):
File "Python_Compression.py", line 5, in
I believe this is a current bug in pip, see #253 for more info.
As a workaround, please manually download the appropriate windows wheel, and install it manually.