Replies: 2 comments 4 replies
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
-
|
This is basically the same root problem again, just showing up in a slightly different way. pkg_resources is part of setuptools. Fix (for THIS environment)
G:\GenAI\stable-diffusion-webui\stable-diffusion-webui\venv\Scripts\python.exe -m pip install pkg_resources (Even though it’s bundled, this forces it to exist properly.)
webui-user.bat If it STILL fails (recommended clean fix) Honestly, when setuptools breaks inside a venv, the cleanest solution is: then run: Stable Diffusion will: Why this keeps happening Both CLIP and open_clip install from GitHub (not PyPI wheels) This often happens if: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can't get stable-diffusion-webui installation to complete. I have python 3.10.6. Every attempt at running web-user.bat fails with the error message, "no module named pkg_resources'. I have deleted and rebuilt venv and downgraded setuptools to v81; I have installed setuptools seperately; I have tried reinstalling stable-diffusion-webui.
I want to get stable-diffusion-webui automatic 1111 working because I want install and use Deforum -- an old program I love. There is a discussion of the same problem in the General forum, but it doesn't look like the issue was resolved there.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/17304
I am also trying to get Deforum installed in ComfyUI but have not succeeded there yet either. Any help will be greatly appreciated. Thanks.
Zaffer
Beta Was this translation helpful? Give feedback.
All reactions