有没有大佬能帮我看看这是什么问题 #433
Unanswered
YD-Lemoncat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
venv "venv\Scripts\Python.exe"
Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)]
Commit hash: 743b1d3
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000025504B79E10>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /whl/cu113/torch/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000025504B7AE90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /whl/cu113/torch/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000025504B7BC50>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /whl/cu113/torch/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000025504B96750>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /whl/cu113/torch/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000025504C06D90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /whl/cu113/torch/
ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 2.0.0, 2.0.1)
ERROR: No matching distribution found for torch==1.12.1+cu113
Traceback (most recent call last):
File "C:\Users\26916\Downloads\SadTalker\Launcher.py", line 203, in
prepare_environment()
File "C:\Users\26916\Downloads\SadTalker\Launcher.py", line 187, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
File "C:\Users\26916\Downloads\SadTalker\Launcher.py", line 70, in run
raise RuntimeError(f"""{errdesc or 'Error running command'}.
RuntimeError: Couldn't install torch.
Command: "C:\Users\26916\Downloads\SadTalker\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
Error code: 1
Launch unsuccessful. Exiting.
Beta Was this translation helpful? Give feedback.
All reactions