Error code 2 #14600
Replies: 2 comments 1 reply
-
All good, found the answer from Ceria117 in a prior post.
|
Beta Was this translation helpful? Give feedback.
-
INCOMPATIBLE PYTHON VERSION This program is tested with 3.10.6 Python, but you have 3.12.1. You can download 3.10 Python from here: https://www.python.org/downloads/release/python-3106/ Alternatively, use a binary release of WebUI: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases Use --skip-python-version-check to suppress this warning.Python 3.12.1 (tags/v3.12.1:2305ca5, Dec 7 2023, 22:03:25) [MSC v.1937 64 bit (AMD64)] [notice] A new release of pip is available: 23.2.1 -> 23.3.2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Was doing a clean install of automatic1111 (deleted the previous folder entirely and uninstalled python). On Windows
Followed the instructions again to reinstall. Got an error that I didn't get the first time:
WARNING: There was an error checking the latest version of pip.
Traceback (most recent call last):
File "C:\Users\jimit\stable-diffusion-webui\launch.py", line 48, in
main()
File "C:\Users\jimit\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "C:\Users\jimit\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 "C:\Users\jimit\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "C:\Users\jimit\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118
Error code: 2
Press any key to continue . . .
Any help please?
Beta Was this translation helpful? Give feedback.
All reactions