python-soundfile icon indicating copy to clipboard operation
python-soundfile copied to clipboard

dependencies issue

Open palandovalex opened this issue 2 years ago • 1 comments
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

palandovalex avatar Mar 19 '23 09:03 palandovalex

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.

bastibe avatar Mar 19 '23 14:03 bastibe