Error loading webui
#15336
Replies: 2 comments
-
Did you solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
have you tried |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use this for the first time and when I go to run the "run" batch file I get this error:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.8.0
Commit hash: bef51ae
Traceback (most recent call last):
File "D:\webui\launch.py", line 48, in
main()
File "D:\webui\launch.py", line 39, in main
prepare_environment()
File "D:\webui\modules\launch_utils.py", line 421, in prepare_environment
if not requirements_met(requirements_file):
File "D:\webui\modules\launch_utils.py", line 289, in requirements_met
import packaging.version
ModuleNotFoundError: No module named 'packaging'
Press any key to continue . . .
Any help appreciated, thanks. I am using --skip-torch-cuda-test.
Beta Was this translation helpful? Give feedback.
All reactions