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

I ran into this problem with my installation. I have a MacBook M1 computer. #160

Open
change3799 opened this issue Dec 11, 2024 · 2 comments

Comments

@change3799
Copy link

How to fix “pip can't find a specific version of a library called pedalboard (0.7.4) because it doesn't exist on PyPI. This may be because the version number of the pedalboard that stable-audio-tools depends on is misspelled, or that version was never released on PyPI.” ?

@lyramakesmusic
Copy link
Contributor

it installs just fine with python 3.11 or lower- several friends have had issues running it on newer versions and this has been a consistent fix

@michristian
Copy link

conda create -n audio_tools python=3.10
conda activate audio_tools

git clone https://github.com/Stability-AI/stable-audio-tools.git

cd stable-audio-tools

pip install stable-audio-tools
pip install .

huggingface-cli login
[enter your huggingface token]

python run_gradio.py --pretrained-name stabilityai/stable-audio-open-1.0

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

3 participants