webui-user.bat 跑程序的时候报错

 File "D:\ALL\launch.py", line 360, in
    prepare_environment()
  File "D:\ALL\launch.py", line 269, in prepare_environment
    run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
  File "D:\ALL\launch.py", line 89, in run
    raise RuntimeError(f"""{errdesc or 'Error running command'}.
RuntimeError: Couldn't install torch.
Command: "D:\ALL\venv\Scripts\python.exe" -m pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117

可以请问大佬该怎么办吗!

下载文件也是报错

你可能感兴趣的:(深度学习,python,pytorch)