-
Notifications
You must be signed in to change notification settings - Fork 307
ImportError: cannot import name 'packaging' from 'pkg_resources'
from run_gradio.py
#66
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
Comments
|
After installing OpenAI's clip it works
|
Traceback:
They're having the same issue over on AUTOMATIC1111/stable-diffusion-webui#15863
Something about the
setuptools==70.0.0
release brokepkg_resources
and it looks like there are no plans to fix it... Not sure where that leavesclip
The command that worked for me is
python -m pip install setuptools==69.5.1
(with the
stable-audio-tools
venv activated)I can run
python run_gradio.py
plus arguments and it works after downgrading.The text was updated successfully, but these errors were encountered: