Text-to-Audio
Stable Audio Tools
diffusion_cond

Requiring Python 3.8.x in the Conda install seems to cause lots of dependency failures

#1
by braknurr - opened

DAC/Decord and a bunch of other dependencies in the stable_audio_tools subpath require at least Python 3.9x.

python -m pip install dac
ERROR: Ignored the following versions that require a different python version: 0.2.0 Requires-Python >=3.9; 0.3.0 Requires-Python >=3.9; 0.3.1 Requires-Python >=3.9; 0.3.2 Requires-Python >=3.9; 0.3.3 Requires-Python >=3.9; 0.4.0 Requires-Python >=3.9; 0.4.1 Requires-Python >=3.9; 0.4.2 Requires-Python >=3.9; 0.4.2rc1 Requires-Python >=3.9; 0.4.3 Requires-Python <3.14,>=3.9; 0.4.3rc0 Requires-Python <3.12,>=3.9
ERROR: Could not find a version that satisfies the requirement dac (from versions: none)
ERROR: No matching distribution found for dac

I've gotten around it by just setting the conda env to Py 3.9 - doesn't seem to cause any issues.

braknurr changed discussion status to closed

Sign up or log in to comment