Install Stable Diffusion on MacOs Error #12243
DeepKentaWR
started this conversation in
General
Replies: 1 comment 1 reply
-
Could Somebody please help to solve this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Python 3.10.12 (main, Jul 28 2023, 18:34:01) [Clang 14.0.3 (clang-1403.0.22.14.1)]
Version: v1.5.1
Commit hash: 68f336b
Installing torch and torchvision
/Users/gentlemandg/stable-diffusion-webui/venv/bin/python3.10: No module named pip
Traceback (most recent call last):
File "/Users/gentlemandg/stable-diffusion-webui/launch.py", line 39, in
main()
File "/Users/gentlemandg/stable-diffusion-webui/launch.py", line 30, in main
prepare_environment()
File "/Users/gentlemandg/stable-diffusion-webui/modules/launch_utils.py", line 311, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "/Users/gentlemandg/stable-diffusion-webui/modules/launch_utils.py", line 113, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "/Users/gentlemandg/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