Error code : 1 #14781
ojifaoji05
started this conversation in
General
Error code : 1
#14781
Replies: 1 comment
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.
-
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)]
Version: v1.7.0
Commit hash: cf2772f
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118
ERROR: Could not find a version that satisfies the requirement torch==2.0.1 (from versions: none)
ERROR: No matching distribution found for torch==2.0.1
[notice] A new release of pip is available: 23.2.1 -> 23.3.2
[notice] To update, run: D:\Program File\Stable-Difussion\stable-diffusion-webui\venv\Scripts\python.exe -m pip install --upgrade pip
Traceback (most recent call last):
File "D:\Program File\Stable-Difussion\stable-diffusion-webui\launch.py", line 48, in
main()
File "D:\Program File\Stable-Difussion\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "D:\Program File\Stable-Difussion\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 "D:\Program File\Stable-Difussion\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "D:\Program File\Stable-Difussion\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: 1
Press any key to continue . . .
Help me, i am running webui-user.bat
Beta Was this translation helpful? Give feedback.
All reactions