Replies: 4 comments 6 replies
|
Hello, |
|
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: |
|
I do every step and it do the same. it just keep installing clip venv "venv\Scripts\Python.exe" stderr: error: subprocess-exited-with-error Getting requirements to build wheel did not run successfully. [17 lines of output] note: This error originates from a subprocess, and is likely not a problem with pip. Press any key to continue . . . |
|
this issue is how the scripts your running from the package; they are no longer public so some areas break; there are a few ways to get it installed w/o errors. Are you still having issues? |
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
All reactions