Replies: 1 comment
-
|
This is my venv script collection if it is needed. A module that was compiled using NumPy 1.x cannot be run in If you are a user of the module, the easiest solution will be to Traceback (most recent call last): File "C:\Users\tshib\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 187, in _run_module_as_main OS: Microsoft Windows 11 Home Python version: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] (64-bit runtime) CPU: Versions of relevant libraries: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running on an NVIDIA GPU, and this is the error code. I have any guidance on this problem would be appreciated.
Traceback (most recent call last):
File "D:\Automatic111\stable-diffusion-webui\launch.py", line 48, in
main()
File "D:\Automatic111\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "D:\Automatic111\stable-diffusion-webui\modules\launch_utils.py", line 381, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "D:\Automatic111\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install torch.
Command: "D:\Automatic111\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==2.1.2 torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu121
Error code: 1
Beta Was this translation helpful? Give feedback.
All reactions