进行到最后一步/webui.sh的时候.安装失败

进行到最后一步/webui.sh的时候.安装失败,提示如下:

stable-diffusion-webui % ./webui.sh

################################################################

Install script for stable-diffusion + Web UI

Tested on Debian 11 (Bullseye)

################################################################

################################################################

Running on husuperman user

################################################################

################################################################

Repo already cloned, using it as install directory

################################################################

################################################################

Create and activate python venv

################################################################

################################################################

Launching launch.py…

################################################################

Python 3.10.13 (main, Aug 24 2023, 12:59:26) [Clang 15.0.0 (clang-1500.0.40.1)]

Version: v1.6.0

Commit hash: 5ef669de080814067961f28357256e8fe27544f4

Installing torch and torchvision

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=’pypi.org’, port=443): Read timed out. (read timeout=15)”)’: /simple/torch/

Collecting torch==2.0.1

  Downloading torch-2.0.1-cp310-none-macosx_11_0_arm64.whl (55.8 MB)

     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.1/55.8 MB 13.9 kB/s eta 1:06:45

ERROR: Exception:

Traceback (most recent call last):

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py”, line 438, in _error_catcher

    yield

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py”, line 561, in read

    data = self._fp_read(amt) if not fp_closed else b””

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py”, line 527, in _fp_read

    return self._fp.read(amt) if amt is not None else self._fp.read()

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py”, line 90, in read

    data = self.__fp.read(amt)

  File “/opt/homebrew/Cellar/python@3.10/3.10.13/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py”, line 466, in read

    s = self.fp.read(amt)

  File “/opt/homebrew/Cellar/python@3.10/3.10.13/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socket.py”, line 705, in readinto

    return self._sock.recv_into(b)

  File “/opt/homebrew/Cellar/python@3.10/3.10.13/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py”, line 1307, in recv_into

    return self.read(nbytes, buffer)

  File “/opt/homebrew/Cellar/python@3.10/3.10.13/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py”, line 1163, 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 “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py”, line 180, in exc_logging_wrapper

    status = run_func(*args)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py”, line 248, in wrapper

    return func(self, options, args)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py”, line 377, in run

    requirement_set = resolver.resolve(

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py”, line 92, in resolve

    result = self._result = resolver.resolve(

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py”, line 546, in resolve

    state = resolution.resolve(requirements, max_rounds=max_rounds)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py”, line 397, in resolve

    self._add_to_criteria(self.state.criteria, r, parent=None)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py”, line 173, in _add_to_criteria

    if not criterion.candidates:

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py”, line 156, in __bool__

    return bool(self._sequence)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py”, line 155, in __bool__

    return any(self)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py”, line 143, in <genexpr>

    return (c for c in iterator if id(c) not in self._incompatible_ids)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py”, line 47, in _iter_built

    candidate = func()

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py”, line 206, in _make_candidate_from_link

    self._link_candidate_cache[link] = LinkCandidate(

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py”, line 293, in __init__

    super().__init__(

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py”, line 156, in __init__

    self.dist = self._prepare()

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py”, line 225, in _prepare

    dist = self._prepare_distribution()

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py”, line 304, in _prepare_distribution

    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py”, line 538, in prepare_linked_requirement

    return self._prepare_linked_requirement(req, parallel_builds)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py”, line 609, in _prepare_linked_requirement

    local_file = unpack_url(

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py”, line 166, in unpack_url

    file = get_http_url(

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py”, line 107, in get_http_url

    from_path, content_type = download(link, temp_dir.path)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/network/download.py”, line 147, in __call__

    for chunk in chunks:

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py”, line 53, in _rich_progress_bar

    for chunk in iterable:

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py”, line 63, in response_chunks

    for chunk in response.raw.stream(

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py”, line 622, in stream

    data = self.read(amt=amt, decode_content=decode_content)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py”, line 560, in read

    with self._error_catcher():

  File “/opt/homebrew/Cellar/python@3.10/3.10.13/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py”, line 153, in __exit__

    self.gen.throw(typ, value, traceback)

  File “/Users/husuperman/stable-diffusion-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py”, line 443, in _error_catcher

    raise ReadTimeoutError(self._pool, None, “Read timed out.”)

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=’files.pythonhosted.org’, port=443): Read timed out.

Traceback (most recent call last):

  File “/Users/husuperman/stable-diffusion-webui/launch.py”, line 48, in <module>

    main()

  File “/Users/husuperman/stable-diffusion-webui/launch.py”, line 39, in main

    prepare_environment()

  File “/Users/husuperman/stable-diffusion-webui/modules/launch_utils.py”, line 352, in prepare_environment

    run(f'”{python}” -m {torch_command}’, “Installing torch and torchvision”, “Couldn’t install torch”, live=True)

  File “/Users/husuperman/stable-diffusion-webui/modules/launch_utils.py”, line 115, in run

    raise RuntimeError(“\n”.join(error_bits))

RuntimeError: Couldn’t install torch.

Command: “/Users/husuperman/stable-diffusion-webui/venv/bin/python3.10” -m pip install torch==2.0.1 torchvision==0.15.2

Error code: 2

husuperman@HudeMacBook-Air stable-diffusion-webui %

 

是哪里出了问题呢?

请登录后发表评论