-
Notifications
You must be signed in to change notification settings - Fork 28.3k
[Bug]: getting an import error about can't import name packaging from pkg_resources #15902
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
I checked that one, but the fix talked about in there didn't work for me. plus my import error says site-package, and that one says dist-packages. |
ahh, I see you are using the I guess we need to push 1.9.4 then for now do a simple edit
like so https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15882/files
after webui has launched you should be able to remove the modification and it will run normally form then on, so
|
thanks, that seems to have fixed it. one last thing, how do I get the xformers module, because if I recall right, I used to have it before reinstalling my auto1111, but no longer do. so some instruction on this would be nice. |
fix has bee pushed to 1.9.4 so update to make it work |
just did that and it's working now. one last thing, how would I go about getting the xformers module? because I'm pretty sure I used to have it before redoing my auto1111 install. so some instruction would be handy for that. |
Checklist
What happened?
actually not sure if this is supposed to be in bug reports or not, but I didn't see another option that fits what my issue is so I went with it. but anyways I'm getting an error that says import error when I try to run the run.bat for the first time on a fresh install of automatic1111. I'll paste my error log from my command terminal on my windows desktop PC.
also how do I go about getting xformers, because I believe I had it before I reinstalled my automatic1111, but now I clearly don't according to the log.
any help would be great. thanks in advance.
Steps to reproduce the problem
What should have happened?
the run.bat should have finished launching the web ui after it installed all the necessary files.
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
if I try to type in the command line after the import error appears it just closes, and just typing --dump-sysinfo into the command line after reopening it returns,
'--dump-sysinfo' is not recognized as an internal or external command,
operable program or batch file.
so I don't believe I can get the sysinfo file
Console logs
Additional information
I did check the import error that is similar to mine for a solution and tried something from there, however it didn't fix my issue. and mine says site-packages while the other one says dist-packages
The text was updated successfully, but these errors were encountered: