-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
[Bug]: Fresh install crash "ModuleNotFoundError: No module named 'dockerpycreds' #14249
Comments
I don't really see how that can happen as far as I can tell the version of transformers we are using don't depends on dockerpycreds try running pip freeze |
I get nothing, it's completely blank. I believe everything is installed in the venv? When I go to the stable-diffusion-webui/venv/Scripts folder it contains the following:
|
#13840 |
Solved! I used cmd in my stable-diffusion folder, then ran the command I then uninstalled every single item listed. Any that it couldn't remove it gave me the location of and I was able to manually delete them. I then did a fresh clean install of stable diffusion with Now it's work. I think it must have been some oddball thing not associated with stable-diffusion that I had previously installed, sorry about that! Here's my pip freeze result after the fix:
;--------------------
Thank you! Here it is:
I see youtube-dl==2021.12.17, I think that's something I had installed ages ago... is there any way to clear all of these and restart? |
How did you uninstall each item? Did you literally do every single one? |
Is there an existing issue for this?
What happened?
Fresh install of stable python and stable diffusion, crashes on load with error "ModuleNotFoundError: No module named 'dockerpycreds'
Steps to reproduce the problem
What should have happened?
It should have loaded
Sysinfo
Unable to load WebUI
What browsers do you use to access the UI ?
Google Chrome
Console logs
Additional information
Reinstalled from scratch, removed python and git, reinstalled both, did a fresh git pull get this error. If i try to pip install dockerpycreds I get the following message:
"ERROR: Could not find a version that satisfies the requirement dockerpycreds (from versions: none)
ERROR: No matching distribution found for dockerpycreds"
The text was updated successfully, but these errors were encountered: