error occured when run ./webui.sh,ask for help! #15032
Unanswered
sourit2001
asked this question in
Q&A
Replies: 0 comments
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.
-
it shows below information when run webui.sh,when I run pip install, still not work.
[notice] A new release of pip is available: 23.3.1 -> 24.0
[notice] To update, run: pip install --upgrade pip
Traceback (most recent call last):
File "/Users/lizhu/stable-diffusion-webui/launch.py", line 48, in
main()
File "/Users/lizhu/stable-diffusion-webui/launch.py", line 39, in main
prepare_environment()
File "/Users/lizhu/stable-diffusion-webui/modules/launch_utils.py", line 378, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "/Users/lizhu/stable-diffusion-webui/modules/launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "/Users/lizhu/stable-diffusion-webui/venv/bin/python3.10" -m pip install torch==2.0.1 torchvision==0.15.2
Error code: 1
Beta Was this translation helpful? Give feedback.
All reactions