why libsndfile is not packed into the Linux wheels
See original GitHub issueHi!
What is the reason for libsndfile
system library not being packed into the wheels for Linux, as it is done for Mac and Windows?
We’d like to use new pysoundfile
mp3 support in the Hugging Face Datasets library, but currently it requires building libsndfile==1.1.0
from source as this version cannot be installed via a package manager. And building libsndfile
from source is not super convenient for most of the users.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
A new release for soundfile · Issue #325 - GitHub
I just noticed that the macos x64 wheel does not install. Any help as to why would be greatly appreciated. I've opened a...
Read more >libsndfile : Frequently Asked Questions - GitHub Pages
This information must be filled in correctly when the file header is written, but this information is not reliably known until the file...
Read more >PySoundFile 0.8.0 documentation - Read the Docs
On Linux, you need to install libsndfile using your distribution's package manager, for example sudo apt-get install libsndfile1 .
Read more >Can't import soundfile python - Stack Overflow
On Linux, you need to install libsndfile using your distribution's package manager, for example sudo apt-get install libsndfile1 .
Read more >PySoundFile Documentation - Read the Docs
PySoundFile is an audio library based on libsndfile, ... On Linux, you need to install ... This is not possible for RAW files,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Work for this is ongoing in https://github.com/bastibe/libsndfile-binaries/pull/17
Just so you know, I probably won’t have much time to devote to this in the near future. So if anyone wants to take a stab at the CI script over at https://github.com/bastibe/libsndfile-binaries/, I’d be more than grateful for a pull request.