question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

why libsndfile is not packed into the Linux wheels

See original GitHub issue

Hi! 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:open
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
bastibecommented, Nov 4, 2022
1reaction
bastibecommented, Oct 30, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found