Dependency issue when installing stable audio tools

#34
by deleted - opened
deleted

PyTorch is 2.0.0 and Torch Audio is the latest.

When I tried pip install stable-audio-tools it showed up in the terminal as below:

INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.

how can i solve this problem

you just wait. and it will go through the list. or in the requirements.txt you put more exacting versions.

if you type

pip freeze > freeze.txt

then you can get a sense of what that current python actually has installed by reading through the freeze.txt

torch==2.1.0+cu121
torch-stoi==0.2.1
torchaudio==2.1.0
torchdata==0.7.0
torchdiffeq==0.2.4
torchlibrosa==0.1.0
torchmetrics==0.11.4
torchsde==0.2.6
torchtext==0.16.0
torchvision==0.16.0+cu121

is a snip from mine.

Sign up or log in to comment