Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install instructions for libsndfile #44

Closed
cbalioglu opened this issue Aug 23, 2023 · 2 comments
Closed

Update install instructions for libsndfile #44

cbalioglu opened this issue Aug 23, 2023 · 2 comments

Comments

@cbalioglu
Copy link
Contributor

Let us mention that users can (preferably) install libsndfile using their system package manager without resorting to Conda if they have sudo access.

@jborut
Copy link

jborut commented Aug 23, 2023

Also, would someone please explain in more details how to install libsndfile and make it work? I followed this closed issue here #42 but for the life of me I can't figure out how to make it work.

@skanda1005
Copy link

Try using a python venv and then apt-get libsndfile1

python3 -m venv <env-name>
source <env-name>/bin/activate
pip install .
apt-get install -y libsndfile1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants