Replies: 3 comments 9 replies
-
Your internet is too slow, it times out download, which is 2.1 gigs for pytorch, if i remember correctly. Try downloading at night, when there is not a high load on your ISP. |
Beta Was this translation helpful? Give feedback.
6 replies
-
If anyone stumbles across this again: This was fixed for me by running the terminal as admin user. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If you are experiencing this on HPC clusters, then you are probably trying to download python packages inside a compute node. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Just posting out of desperation really as I've essentially ruined my Sunday trying to install various versions of SD and running into pytorch related errors every time.
For AUTOMATIC1111, when I run webui-user.bat, I get a time out error when it tries to install torch and torchvision.
I encountered the same error with InvokeAI, and I'm also getting a pytorch error when I try to run NMKD:
(Runtime Error: PytorchStreamReader failed reading zip archive: failed finding central directory).
The full error that I get when running webui-user.bat is below or attached, can anyone advise on this at all? :
venv "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: bb11bee
Installing torch and torchvision
Traceback (most recent call last):
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\launch.py", line 293, in
prepare_enviroment()
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\launch.py", line 205, in prepare_enviroment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch")
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\launch.py", line 49, in run
raise RuntimeError(message)
RuntimeError: Couldn't install torch.
Command: "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
Error code: 2
stdout: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
Collecting torch==1.12.1+cu113
Downloading https://download.pytorch.org/whl/cu113/torch-1.12.1%2Bcu113-cp310-cp310-win_amd64.whl (2143.8 MB)
0.0/2.1 GB 1.9 MB/s eta 0:18:23
stderr: ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\urllib3\response.py", line 437, in _error_catcher
yield
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\urllib3\response.py", line 560, in read
data = self._fp_read(amt) if not fp_closed else b""
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\urllib3\response.py", line 526, in _fp_read
return self._fp.read(amt) if amt is not None else self._fp.read()
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\cachecontrol\filewrapper.py", line 90, in read
data = self.__fp.read(amt)
File "C:\Users\name\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 465, in read
s = self.fp.read(amt)
File "C:\Users\name\AppData\Local\Programs\Python\Python310\lib\socket.py", line 705, in readinto
return self._sock.recv_into(b)
File "C:\Users\name\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1274, in recv_into
return self.read(nbytes, buffer)
File "C:\Users\name\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1130, in read
return self._sslobj.read(len, buffer)
TimeoutError: The read operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\cli\base_command.py", line 160, in exc_logging_wrapper
status = run_func(*args)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\cli\req_command.py", line 247, in wrapper
return func(self, options, args)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\commands\install.py", line 400, in run
requirement_set = resolver.resolve(
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\resolver.py", line 92, in resolve
result = self._result = resolver.resolve(
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\resolvelib\resolvers.py", line 481, in resolve
state = resolution.resolve(requirements, max_rounds=max_rounds)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\resolvelib\resolvers.py", line 348, in resolve
self._add_to_criteria(self.state.criteria, r, parent=None)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\resolvelib\resolvers.py", line 172, in _add_to_criteria
if not criterion.candidates:
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\resolvelib\structs.py", line 151, in bool
return bool(self._sequence)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\found_candidates.py", line 155, in bool
return any(self)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\found_candidates.py", line 143, in
return (c for c in iterator if id(c) not in self._incompatible_ids)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\found_candidates.py", line 47, in _iter_built
candidate = func()
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\factory.py", line 206, in _make_candidate_from_link
self._link_candidate_cache[link] = LinkCandidate(
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\candidates.py", line 297, in init
super().init(
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\candidates.py", line 162, in init
self.dist = self._prepare()
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\candidates.py", line 231, in _prepare
dist = self._prepare_distribution()
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\resolution\resolvelib\candidates.py", line 308, in _prepare_distribution
return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\operations\prepare.py", line 491, in prepare_linked_requirement
return self._prepare_linked_requirement(req, parallel_builds)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\operations\prepare.py", line 536, in _prepare_linked_requirement
local_file = unpack_url(
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\operations\prepare.py", line 166, in unpack_url
file = get_http_url(
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\operations\prepare.py", line 107, in get_http_url
from_path, content_type = download(link, temp_dir.path)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\network\download.py", line 147, in call
for chunk in chunks:
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\cli\progress_bars.py", line 53, in _rich_progress_bar
for chunk in iterable:
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_internal\network\utils.py", line 63, in response_chunks
for chunk in response.raw.stream(
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\urllib3\response.py", line 621, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\urllib3\response.py", line 559, in read
with self._error_catcher():
File "C:\Users\name\AppData\Local\Programs\Python\Python310\lib\contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "C:\Users\name\Desktop\Programmes_and_Apps\SDiff\stable-diffusion-webui\venv\lib\site-packages\pip_vendor\urllib3\response.py", line 442, in _error_catcher
raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='download.pytorch.org', port=443): Read timed out.
Press any key to continue . . .
torch_error_message.txt
Beta Was this translation helpful? Give feedback.
All reactions