python-soundfile
python-soundfile copied to clipboard
dependencies issue
trafficstars
during installation, the necessary dependencies were not tightened: NumPy and libsndfile. Tried to install it with pip and poetry, result is identical.
Python 3.10.6
You can technically use soundfile without numpy, which is why its an optional requirement. Libsndfile is packaged on most platforms if your pip and wheel is up-to-date. Otherwise, you can always supply your own libsndfile.