Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0]
Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
Installing torch and torchvision
/home/kensir/stable-diffusion-webui/venv/bin/python3: No module named pip
Traceback (most recent call last):
File "/home/kensir/stable-diffusion-webui/launch.py", line 360, in <module>
prepare_environment()
File "/home/kensir/stable-diffusion-webui/launch.py", line 269, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "/home/kensir/stable-diffusion-webui/launch.py", line 89, in run
raise RuntimeError(f"""{errdesc or 'Error running command'}.
RuntimeError: Couldn't install torch.
Command: "/home/kensir/stable-diffusion-webui/venv/bin/python3" -m pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url
https://download.pytorch.org/whl/cu117Error code: 1