Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Unable to install sd.next #3492

Open
2 tasks done
Ysshis opened this issue Oct 18, 2024 · 4 comments
Open
2 tasks done

[Issue]: Unable to install sd.next #3492

Ysshis opened this issue Oct 18, 2024 · 4 comments
Labels
question Further information is requested

Comments

@Ysshis
Copy link

Ysshis commented Oct 18, 2024

Issue Description

09:29:42-233048 INFO Install: package="git+https://github.com/openai/CLIP.git" mode=pip
09:29:42-233048 DEBUG Running: pip="install --upgrade git+https://github.com/openai/CLIP.git"
09:29:54-572542 INFO Startup: standard
09:29:54-574542 INFO Verifying submodules
The installation stops here

Version Platform Description

win11 zluda hip sdk 5.7.1

Relevant log output

Using python: "C:\Users\kliuh\AppData\Local\Programs\Python\Python310\python.exe"
Creating VENV: C:\sd-next\automatic\venv
Using VENV: C:\sd-next\automatic\venv
09:17:44-605285 INFO     Starting SD.Next
09:17:44-611186 INFO     Logger: file="C:\sd-next\automatic\sdnext.log" level=DEBUG size=65 mode=create
09:17:44-613186 INFO     Python version=3.10.6 platform=Windows bin="C:\sd-next\automatic\venv\Scripts\python.exe"
                         venv="C:\sd-next\automatic\venv"
09:17:45-715675 INFO     Version: app=sd.next updated=2024-10-17 hash=5c684cb0 branch=master
                         url=https://github.com/vladmandic/automatic/tree/master ui=main
09:17:46-974991 INFO     Platform: arch=AMD64 cpu=Intel64 Family 6 Model 151 Stepping 5, GenuineIntel system=Windows
                         release=Windows-10-10.0.22631-SP0 python=3.10.6
09:17:46-979028 DEBUG    Setting environment tuning
09:17:46-981079 INFO     HF cache folder: C:\Users\kliuh\.cache\huggingface\hub
09:17:46-982080 DEBUG    Torch allocator: "garbage_collection_threshold:0.80,max_split_size_mb:512"
09:17:47-000699 DEBUG    Torch overrides: cuda=False rocm=False ipex=False diml=False openvino=False
09:17:47-003700 DEBUG    Torch allowed: cuda=True rocm=True ipex=True diml=True openvino=True
09:17:47-027777 INFO     Python version=3.10.6 platform=Windows bin="C:\sd-next\automatic\venv\Scripts\python.exe"
                         venv="C:\sd-next\automatic\venv"
09:17:47-035882 INFO     AMD ROCm toolkit detected
09:17:47-080627 INFO     ROCm agents detected: []
09:17:47-081626 INFO     ROCm version detected: 5.7
09:17:47-083627 WARNING  ZLUDA support: experimental
09:17:47-134375 INFO     Using ZLUDA in C:\sd-next\automatic\.zluda
09:17:47-135441 INFO     Install: package="torch==2.3.0 torchvision --index-url https://download.pytorch.org/whl/cu118"
                         mode=pip
09:17:47-137956 DEBUG    Running: pip="install --upgrade torch==2.3.0 torchvision --index-url
                         https://download.pytorch.org/whl/cu118"
09:20:37-676701 DEBUG    Package not found: onnx
09:20:37-678157 INFO     Install: package="onnx" mode=pip
09:20:37-680159 DEBUG    Running: pip="install --upgrade onnx"
09:20:57-589059 DEBUG    Package not found: onnxruntime
09:20:57-590059 INFO     Install: package="onnxruntime" mode=pip
09:20:57-592666 DEBUG    Running: pip="install --upgrade onnxruntime"
09:21:05-715719 DEBUG    Diffusers install: current=None@ target=5e1427a7da6e878b958fd5a2422c7763a94ff02b
09:21:05-716902 DEBUG    Running: pip="install --upgrade
                         git+https://github.com/huggingface/diffusers@5e1427a7da6e878b958fd5a2422c7763a94ff02b"
09:22:06-074169 INFO     Installing requirements: this may take a while...
09:22:06-077243 DEBUG    Running: pip="install -r requirements.txt"
09:23:19-550573 ERROR    Error running pip: install -r requirements.txt
09:23:19-558579 DEBUG    Pip output: Collecting setuptools==69.5.1
                           Using cached setuptools-69.5.1-py3-none-any.whl (894 kB)
                         Collecting patch-ng
                           Using cached patch-ng-1.18.0.tar.gz (17 kB)
                           Preparing metadata (setup.py): started
                           Preparing metadata (setup.py): finished with status 'done'
                         Collecting anyio
                           Using cached anyio-4.6.2.post1-py3-none-any.whl (90 kB)
                         Collecting addict
                           Using cached addict-2.4.0-py3-none-any.whl (3.8 kB)
                         Collecting astunparse
                           Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
                         Collecting clean-fid
                           Using cached clean_fid-0.1.35-py3-none-any.whl (26 kB)
                         Collecting filetype
                           Using cached filetype-1.2.0-py2.py3-none-any.whl (19 kB)
                         Collecting future
                           Using cached future-1.0.0-py3-none-any.whl (491 kB)
                         Collecting GitPython
                           Using cached GitPython-3.1.43-py3-none-any.whl (207 kB)
                         Collecting httpcore
                           Using cached httpcore-1.0.6-py3-none-any.whl (78 kB)
                         Collecting inflection
                           Using cached inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
                         Collecting jsonmerge
                           Using cached jsonmerge-1.9.2-py3-none-any.whl (19 kB)
                         Collecting kornia
                           Using cached kornia-0.7.3-py2.py3-none-any.whl (833 kB)
                         Collecting lark
                           Using cached lark-1.2.2-py3-none-any.whl (111 kB)
                         Collecting lpips
                           Using cached lpips-0.1.4-py3-none-any.whl (53 kB)
                         Collecting omegaconf
                           Using cached omegaconf-2.3.0-py3-none-any.whl (79 kB)
                         Collecting optimum
                           Using cached optimum-1.23.1-py3-none-any.whl (422 kB)
                         Collecting piexif
                           Using cached piexif-1.1.3-py2.py3-none-any.whl (20 kB)
                         Requirement already satisfied: psutil in c:\sd-next\automatic\venv\lib\site-packages (from -r
                         requirements.txt (line 19)) (6.1.0)
                         Requirement already satisfied: pyyaml in c:\sd-next\automatic\venv\lib\site-packages (from -r
                         requirements.txt (line 20)) (6.0.2)
                         Collecting resize-right
                           Using cached resize_right-0.0.2-py3-none-any.whl (8.9 kB)
                         Requirement already satisfied: rich in c:\sd-next\automatic\venv\lib\site-packages (from -r
                         requirements.txt (line 22)) (13.9.2)
                         Collecting toml
                           Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
                         Collecting voluptuous
                           Using cached voluptuous-0.15.2-py3-none-any.whl (31 kB)
                         Collecting yapf
                           Using cached yapf-0.40.2-py3-none-any.whl (254 kB)
                         Collecting fasteners
                           Using cached fasteners-0.19-py3-none-any.whl (18 kB)
                         Collecting orjson
                           Using cached orjson-3.10.7-cp310-none-win_amd64.whl (137 kB)
                         Collecting invisible-watermark
                           Using cached invisible_watermark-0.2.0-py3-none-any.whl (1.6 MB)
                         Collecting pi-heif
                           Using cached pi_heif-0.18.0-cp310-cp310-win_amd64.whl (1.7 MB)
                         Requirement already satisfied: safetensors==0.4.5 in
                         c:\sd-next\automatic\venv\lib\site-packages (from -r requirements.txt (line 30)) (0.4.5)
                         Collecting tensordict==0.1.2
                           Using cached tensordict-0.1.2-py3-none-any.whl (130 kB)
                         Collecting peft==0.11.1
                           Using cached peft-0.11.1-py3-none-any.whl (251 kB)
                         Collecting httpx==0.24.1
                           Using cached httpx-0.24.1-py3-none-any.whl (75 kB)
                         Collecting compel==2.0.2
                           Using cached compel-2.0.2-py3-none-any.whl (30 kB)
                         Collecting torchsde==0.2.6
                           Using cached torchsde-0.2.6-py3-none-any.whl (61 kB)
                         Collecting open-clip-torch
                           Using cached open_clip_torch-2.27.1-py3-none-any.whl (1.5 MB)
                         Collecting clip-interrogator==0.6.0
                           Using cached clip_interrogator-0.6.0-py3-none-any.whl (787 kB)
                         Collecting antlr4-python3-runtime==4.9.3
                           Using cached antlr4_python3_runtime-4.9.3-py3-none-any.whl
                         Collecting requests==2.31.0
                           Using cached requests-2.31.0-py3-none-any.whl (62 kB)
                         Collecting tqdm==4.66.4
                           Using cached tqdm-4.66.4-py3-none-any.whl (78 kB)
                         Collecting accelerate==0.34.2
                           Using cached accelerate-0.34.2-py3-none-any.whl (324 kB)
                         Collecting opencv-contrib-python-headless==4.9.0.80
                           Using cached opencv_contrib_python_headless-4.9.0.80-cp37-abi3-win_amd64.whl (45.2 MB)
                         Collecting einops==0.4.1
                           Using cached einops-0.4.1-py3-none-any.whl (28 kB)
                         Collecting gradio==3.43.2
                           Using cached gradio-3.43.2-py3-none-any.whl (20.1 MB)
                         Collecting huggingface_hub==0.24.6
                           Using cached huggingface_hub-0.24.6-py3-none-any.whl (417 kB)
                         Collecting numexpr==2.8.8
                           Using cached numexpr-2.8.8-cp310-cp310-win_amd64.whl (96 kB)
                         Collecting numpy==1.26.4
                           Using cached numpy-1.26.4-cp310-cp310-win_amd64.whl (15.8 MB)
                         Collecting numba==0.59.1
                           Using cached numba-0.59.1-cp310-cp310-win_amd64.whl (2.7 MB)
                         Collecting blendmodes
                           Using cached blendmodes-2024.1.1-py3-none-any.whl (10 kB)
                         Collecting scipy
                           Using cached scipy-1.14.1-cp310-cp310-win_amd64.whl (44.8 MB)
                         Collecting pandas
                           Using cached pandas-2.2.3-cp310-cp310-win_amd64.whl (11.6 MB)
                         Collecting protobuf==4.25.3
                           Using cached protobuf-4.25.3-cp310-abi3-win_amd64.whl (413 kB)
                         Collecting pytorch_lightning==1.9.4
                           Using cached pytorch_lightning-1.9.4-py3-none-any.whl (827 kB)
                         Collecting tokenizers==0.19.1
                           Using cached tokenizers-0.19.1-cp310-none-win_amd64.whl (2.2 MB)
                         Collecting transformers==4.44.2
                           Using cached transformers-4.44.2-py3-none-any.whl (9.5 MB)
                         Collecting urllib3==1.26.19
                           Using cached urllib3-1.26.19-py2.py3-none-any.whl (143 kB)
                         Collecting Pillow==10.4.0
                           Using cached pillow-10.4.0-cp310-cp310-win_amd64.whl (2.6 MB)
                         Collecting timm==0.9.16
                           Using cached timm-0.9.16-py3-none-any.whl (2.2 MB)
                         Collecting pydantic==1.10.15
                           Using cached pydantic-1.10.15-cp310-cp310-win_amd64.whl (2.1 MB)
                         Collecting pyparsing==3.1.4
                           Using cached pyparsing-3.1.4-py3-none-any.whl (104 kB)
                         Collecting typing-extensions==4.11.0
                           Using cached typing_extensions-4.11.0-py3-none-any.whl (34 kB)
                         Collecting torchdiffeq
                           Using cached torchdiffeq-0.2.4-py3-none-any.whl (32 kB)
                         Collecting dctorch
                           Using cached dctorch-0.1.2-py3-none-any.whl (2.3 kB)
                         Collecting scikit-image
                           Using cached scikit_image-0.24.0-cp310-cp310-win_amd64.whl (12.9 MB)
                         Collecting seam-carving
                           Using cached seam_carving-1.1.0-py3-none-any.whl (8.6 kB)
                         Requirement already satisfied: torch in c:\sd-next\automatic\venv\lib\site-packages (from
                         tensordict==0.1.2->-r requirements.txt (line 31)) (2.3.0+cu118)
                         Collecting cloudpickle
                           Using cached cloudpickle-3.1.0-py3-none-any.whl (22 kB)
                         Requirement already satisfied: packaging>=20.0 in c:\sd-next\automatic\venv\lib\site-packages
                         (from peft==0.11.1->-r requirements.txt (line 32)) (24.1)
                         Requirement already satisfied: certifi in c:\sd-next\automatic\venv\lib\site-packages (from
                         httpx==0.24.1->-r requirements.txt (line 33)) (2024.8.30)
                         Collecting sniffio
                           Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
                         Collecting httpcore
                           Using cached httpcore-0.17.3-py3-none-any.whl (74 kB)
                         Requirement already satisfied: idna in c:\sd-next\automatic\venv\lib\site-packages (from
                         httpx==0.24.1->-r requirements.txt (line 33)) (3.10)
                         Requirement already satisfied: diffusers>=0.11 in c:\sd-next\automatic\venv\lib\site-packages
                         (from compel==2.0.2->-r requirements.txt (line 34)) (0.31.0.dev0)
                         Collecting trampoline>=0.1.2
                           Using cached trampoline-0.1.2-py3-none-any.whl (5.2 kB)
                         Requirement already satisfied: torchvision in c:\sd-next\automatic\venv\lib\site-packages
                         (from clip-interrogator==0.6.0->-r requirements.txt (line 37)) (0.18.0+cu118)
                         Requirement already satisfied: charset-normalizer<4,>=2 in
                         c:\sd-next\automatic\venv\lib\site-packages (from requests==2.31.0->-r requirements.txt (line
                         39)) (3.4.0)
                         Requirement already satisfied: colorama in c:\sd-next\automatic\venv\lib\site-packages (from
                         tqdm==4.66.4->-r requirements.txt (line 40)) (0.4.6)
                         Collecting semantic-version~=2.0
                           Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
                         Collecting altair<6.0,>=4.2.0
                           Using cached altair-5.4.1-py3-none-any.whl (658 kB)
                         Requirement already satisfied: jinja2<4.0 in c:\sd-next\automatic\venv\lib\site-packages (from
                         gradio==3.43.2->-r requirements.txt (line 44)) (3.1.3)
                         Collecting python-multipart
                           Using cached python_multipart-0.0.12-py3-none-any.whl (23 kB)
                         Collecting fastapi
                           Using cached fastapi-0.115.2-py3-none-any.whl (94 kB)
                         Collecting ffmpy
                           Using cached ffmpy-0.4.0-py3-none-any.whl (5.8 kB)
                         Collecting aiofiles<24.0,>=22.0
                           Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB)
                         Collecting uvicorn>=0.14.0
                           Using cached uvicorn-0.32.0-py3-none-any.whl (63 kB)
                         Collecting importlib-resources<7.0,>=1.3
                           Using cached importlib_resources-6.4.5-py3-none-any.whl (36 kB)
                         Collecting pydub
                           Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)
                         Collecting websockets<12.0,>=10.0
                           Using cached websockets-11.0.3-cp310-cp310-win_amd64.whl (124 kB)
                         Collecting matplotlib~=3.0
                           Using cached matplotlib-3.9.2-cp310-cp310-win_amd64.whl (7.8 MB)
                         Requirement already satisfied: markupsafe~=2.0 in c:\sd-next\automatic\venv\lib\site-packages
                         (from gradio==3.43.2->-r requirements.txt (line 44)) (2.1.5)
                         Collecting gradio-client==0.5.0
                           Using cached gradio_client-0.5.0-py3-none-any.whl (298 kB)
                         Requirement already satisfied: fsspec>=2023.5.0 in c:\sd-next\automatic\venv\lib\site-packages
                         (from huggingface_hub==0.24.6->-r requirements.txt (line 45)) (2024.2.0)
                         Requirement already satisfied: filelock in c:\sd-next\automatic\venv\lib\site-packages (from
                         huggingface_hub==0.24.6->-r requirements.txt (line 45)) (3.13.1)
                         Collecting llvmlite<0.43,>=0.42.0dev0
                           Using cached llvmlite-0.42.0-cp310-cp310-win_amd64.whl (28.1 MB)
                         Collecting torchmetrics>=0.7.0
                           Using cached torchmetrics-1.4.3-py3-none-any.whl (869 kB)
                         Collecting lightning-utilities>=0.6.0.post0
                           Using cached lightning_utilities-0.11.8-py3-none-any.whl (26 kB)
                         Requirement already satisfied: regex!=2019.12.17 in
                         c:\sd-next\automatic\venv\lib\site-packages (from transformers==4.44.2->-r requirements.txt
                         (line 55)) (2024.9.11)
                         Collecting exceptiongroup>=1.0.2
                           Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
                         Collecting wheel<1.0,>=0.23.0
                           Using cached wheel-0.44.0-py3-none-any.whl (67 kB)
                         Collecting six<2.0,>=1.6.1
                           Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
                         Collecting gitdb<5,>=4.0.1
                           Using cached gitdb-4.0.11-py3-none-any.whl (62 kB)
                         Collecting h11<0.15,>=0.13
                           Using cached h11-0.14.0-py3-none-any.whl (58 kB)
                         Collecting jsonschema>2.4.0
                           Using cached jsonschema-4.23.0-py3-none-any.whl (88 kB)
                         Collecting kornia-rs>=0.1.0
                           Using cached kornia_rs-0.1.5-cp310-none-win_amd64.whl (1.3 MB)
                         Collecting transformers[sentencepiece]>=4.29
                           Using cached transformers-4.45.2-py3-none-any.whl (9.9 MB)
                         Requirement already satisfied: coloredlogs in c:\sd-next\automatic\venv\lib\site-packages
                         (from optimum->-r requirements.txt (line 17)) (15.0.1)
                         Collecting datasets
                           Using cached datasets-3.0.1-py3-none-any.whl (471 kB)
                         Requirement already satisfied: sympy in c:\sd-next\automatic\venv\lib\site-packages (from
                         optimum->-r requirements.txt (line 17)) (1.13.1)
                         Requirement already satisfied: markdown-it-py>=2.2.0 in
                         c:\sd-next\automatic\venv\lib\site-packages (from rich->-r requirements.txt (line 22)) (3.0.0)
                         Requirement already satisfied: pygments<3.0.0,>=2.13.0 in
                         c:\sd-next\automatic\venv\lib\site-packages (from rich->-r requirements.txt (line 22))
                         (2.18.0)
                         Requirement already satisfied: importlib-metadata>=6.6.0 in
                         c:\sd-next\automatic\venv\lib\site-packages (from yapf->-r requirements.txt (line 25)) (8.5.0)
                         Collecting tomli>=2.0.1
                           Using cached tomli-2.0.2-py3-none-any.whl (13 kB)
                         Collecting platformdirs>=3.5.1
                           Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB)
                         Collecting opencv-python>=4.1.0.25
                           Using cached opencv_python-4.10.0.84-cp37-abi3-win_amd64.whl (38.8 MB)
                         Collecting PyWavelets>=1.1.1
                           Using cached pywavelets-1.7.0-cp310-cp310-win_amd64.whl (4.3 MB)
                         Collecting ftfy
                           Using cached ftfy-6.3.0-py3-none-any.whl (44 kB)
                         Collecting aenum<4,>=3.1.15
                           Using cached aenum-3.1.15-py3-none-any.whl (137 kB)
                         Collecting pytz>=2020.1
                           Using cached pytz-2024.2-py2.py3-none-any.whl (508 kB)
                         Collecting tzdata>=2022.7
                           Using cached tzdata-2024.2-py2.py3-none-any.whl (346 kB)
                         Collecting python-dateutil>=2.8.2
                           Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
                         Collecting lazy-loader>=0.4
                           Using cached lazy_loader-0.4-py3-none-any.whl (12 kB)
                         Requirement already satisfied: networkx>=2.8 in c:\sd-next\automatic\venv\lib\site-packages
                         (from scikit-image->-r requirements.txt (line 64)) (3.2.1)
                         Collecting imageio>=2.33
                           Using cached imageio-2.36.0-py3-none-any.whl (315 kB)
                         Collecting tifffile>=2022.8.12
                           Using cached tifffile-2024.9.20-py3-none-any.whl (228 kB)
                         Collecting narwhals>=1.5.2
                           Using cached narwhals-1.9.4-py3-none-any.whl (188 kB)
                         Collecting aiohttp!=4.0.0a0,!=4.0.0a1
                           Using cached aiohttp-3.10.10-cp310-cp310-win_amd64.whl (381 kB)
                         Collecting smmap<6,>=3.0.1
                           Using cached smmap-5.0.1-py3-none-any.whl (24 kB)
                         Requirement already satisfied: zipp>=3.20 in c:\sd-next\automatic\venv\lib\site-packages (from
                         importlib-metadata>=6.6.0->yapf->-r requirements.txt (line 25)) (3.20.2)
                         Collecting jsonschema-specifications>=2023.03.6
                           Using cached jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
                         Collecting rpds-py>=0.7.1
                           Using cached rpds_py-0.20.0-cp310-none-win_amd64.whl (213 kB)
                         Collecting attrs>=22.2.0
                           Using cached attrs-24.2.0-py3-none-any.whl (63 kB)
                         Collecting referencing>=0.28.4
                           Using cached referencing-0.35.1-py3-none-any.whl (26 kB)
                         Requirement already satisfied: mdurl~=0.1 in c:\sd-next\automatic\venv\lib\site-packages (from
                         markdown-it-py>=2.2.0->rich->-r requirements.txt (line 22)) (0.1.2)
                         Collecting contourpy>=1.0.1
                           Using cached contourpy-1.3.0-cp310-cp310-win_amd64.whl (216 kB)
                         Collecting kiwisolver>=1.3.1
                           Using cached kiwisolver-1.4.7-cp310-cp310-win_amd64.whl (55 kB)
                         Collecting fonttools>=4.22.0
                           Using cached fonttools-4.54.1-cp310-cp310-win_amd64.whl (2.2 MB)
                         Collecting cycler>=0.10
                           Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
                         Requirement already satisfied: mkl<=2021.4.0,>=2021.1.1 in
                         c:\sd-next\automatic\venv\lib\site-packages (from torch->tensordict==0.1.2->-r
                         requirements.txt (line 31)) (2021.4.0)
                         Collecting transformers[sentencepiece]>=4.29
                           Using cached transformers-4.45.1-py3-none-any.whl (9.9 MB)
                           Using cached transformers-4.45.0-py3-none-any.whl (9.9 MB)
                         Collecting sentencepiece!=0.1.92,>=0.1.91
                           Using cached sentencepiece-0.2.0-cp310-cp310-win_amd64.whl (991 kB)
                         Collecting click>=7.0
                           Using cached click-8.1.7-py3-none-any.whl (97 kB)
                         Requirement already satisfied: humanfriendly>=9.1 in
                         c:\sd-next\automatic\venv\lib\site-packages (from coloredlogs->optimum->-r requirements.txt
                         (line 17)) (10.0)
                         Collecting xxhash
                           Using cached xxhash-3.5.0-cp310-cp310-win_amd64.whl (30 kB)
                         Collecting dill<0.3.9,>=0.3.0
                           Using cached dill-0.3.8-py3-none-any.whl (116 kB)
                         Collecting multiprocess
                           Using cached multiprocess-0.70.17-py310-none-any.whl (134 kB)
                         Collecting pyarrow>=15.0.0
                           Using cached pyarrow-17.0.0-cp310-cp310-win_amd64.whl (25.1 MB)
                         Collecting datasets
                           Using cached datasets-3.0.0-py3-none-any.whl (474 kB)
                           Using cached datasets-2.21.0-py3-none-any.whl (527 kB)
                           Using cached datasets-2.20.0-py3-none-any.whl (547 kB)
                         Collecting pyarrow-hotfix
                           Using cached pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB)
                         Collecting datasets
                           Using cached datasets-2.19.2-py3-none-any.whl (542 kB)
                           Using cached datasets-2.19.1-py3-none-any.whl (542 kB)
                         Collecting starlette<0.41.0,>=0.37.2
                           Using cached starlette-0.40.0-py3-none-any.whl (73 kB)
                         Collecting wcwidth
                           Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
                         Requirement already satisfied: mpmath<1.4,>=1.1.0 in
                         c:\sd-next\automatic\venv\lib\site-packages (from sympy->optimum->-r requirements.txt (line
                         17)) (1.3.0)
                         Collecting yarl<2.0,>=1.12.0
                           Using cached yarl-1.15.4-cp310-cp310-win_amd64.whl (85 kB)
                         Collecting frozenlist>=1.1.1
                           Using cached frozenlist-1.4.1-cp310-cp310-win_amd64.whl (50 kB)
                         Collecting aiohappyeyeballs>=2.3.0
                           Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl (14 kB)
                         Collecting multidict<7.0,>=4.5
                           Using cached multidict-6.1.0-cp310-cp310-win_amd64.whl (28 kB)
                         Collecting async-timeout<5.0,>=4.0
                           Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
                         Collecting aiosignal>=1.1.2
                           Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
                         Requirement already satisfied: pyreadline3 in c:\sd-next\automatic\venv\lib\site-packages
                         (from humanfriendly>=9.1->coloredlogs->optimum->-r requirements.txt (line 17)) (3.5.4)
                         Requirement already satisfied: tbb==2021.* in c:\sd-next\automatic\venv\lib\site-packages
                         (from mkl<=2021.4.0,>=2021.1.1->torch->tensordict==0.1.2->-r requirements.txt (line 31))
                         (2021.11.0)
                         Requirement already satisfied: intel-openmp==2021.* in
                         c:\sd-next\automatic\venv\lib\site-packages (from
                         mkl<=2021.4.0,>=2021.1.1->torch->tensordict==0.1.2->-r requirements.txt (line 31)) (2021.4.0)
                         Collecting multiprocess
                           Using cached multiprocess-0.70.16-py310-none-any.whl (134 kB)
                         Collecting propcache>=0.2.0
                           Using cached propcache-0.2.0-cp310-cp310-win_amd64.whl (44 kB)
                         Using legacy 'setup.py install' for patch-ng, since package 'wheel' is not installed.
                         Installing collected packages: wcwidth, trampoline, sentencepiece, resize-right, pytz, pydub,
                         filetype, einops, antlr4-python3-runtime, aenum, addict, xxhash, wheel, websockets,
                         voluptuous, urllib3, tzdata, typing-extensions, tqdm, tomli, toml, sniffio, smmap, six,
                         setuptools, semantic-version, rpds-py, python-multipart, pyparsing, pyarrow-hotfix, protobuf,
                         propcache, platformdirs, Pillow, piexif, patch-ng, orjson, omegaconf, numpy, narwhals,
                         llvmlite, lazy-loader, lark, kornia-rs, kiwisolver, inflection, importlib-resources, h11,
                         future, ftfy, frozenlist, fonttools, ffmpy, fasteners, exceptiongroup, dill, cycler,
                         cloudpickle, click, attrs, async-timeout, aiohappyeyeballs, aiofiles, yapf, uvicorn, tifffile,
                         scipy, requests, referencing, PyWavelets, python-dateutil, pydantic, pyarrow, pi-heif,
                         opencv-python, opencv-contrib-python-headless, numexpr, numba, multiprocess, multidict,
                         lightning-utilities, imageio, gitdb, contourpy, blendmodes, astunparse, anyio, aiosignal,
                         yarl, torchsde, torchmetrics, torchdiffeq, tensordict, starlette, seam-carving, scikit-image,
                         pandas, matplotlib, kornia, jsonschema-specifications, invisible-watermark, huggingface_hub,
                         httpcore, GitPython, dctorch, tokenizers, timm, lpips, jsonschema, httpx, fastapi, clean-fid,
                         aiohttp, accelerate, transformers, open-clip-torch, jsonmerge, gradio-client, altair,
                         pytorch_lightning, peft, gradio, datasets, compel, clip-interrogator, optimum
                           Attempting uninstall: urllib3
                             Found existing installation: urllib3 2.2.3
                             Uninstalling urllib3-2.2.3:
                               Successfully uninstalled urllib3-2.2.3
                           Attempting uninstall: typing-extensions
                             Found existing installation: typing_extensions 4.12.2
                             Uninstalling typing_extensions-4.12.2:
                               Successfully uninstalled typing_extensions-4.12.2
                           Attempting uninstall: tqdm
                             Found existing installation: tqdm 4.66.5
                             Uninstalling tqdm-4.66.5:
                               Successfully uninstalled tqdm-4.66.5
                           Attempting uninstall: setuptools
                             Found existing installation: setuptools 63.2.0
                             Uninstalling setuptools-63.2.0:
                               Successfully uninstalled setuptools-63.2.0
                           Attempting uninstall: protobuf
                             Found existing installation: protobuf 5.28.2
                             Uninstalling protobuf-5.28.2:
                               Successfully uninstalled protobuf-5.28.2
                           Attempting uninstall: Pillow
                             Found existing installation: pillow 10.2.0
                             Uninstalling pillow-10.2.0:
                               Successfully uninstalled pillow-10.2.0
                           Running setup.py install for patch-ng: started
                           Running setup.py install for patch-ng: finished with status 'done'
                           Attempting uninstall: numpy
                             Found existing installation: numpy 1.26.3
                             Uninstalling numpy-1.26.3:
                               Successfully uninstalled numpy-1.26.3

                         ERROR: Could not install packages due to an OSError: [WinError 145] Ŀ¼ǿյġ:
                         'C:\\sd-next\\automatic\\venv\\Lib\\site-packages\\~umpy.libs'


                         [notice] A new release of pip available: 22.2.1 -> 24.2
                         [notice] To update, run: C:\sd-next\automatic\venv\Scripts\python.exe -m pip install --upgrade
                         pip
09:23:19-799011 INFO     Verifying requirements
09:23:19-799011 WARNING  Package version mismatch: setuptools 63.2.0 required 69.5.1
09:23:19-809011 INFO     Install: package="setuptools==69.5.1" mode=pip
09:23:19-809011 DEBUG    Running: pip="install --upgrade setuptools==69.5.1"
09:23:22-662508 DEBUG    Package not found: patch-ng
09:23:22-662508 INFO     Install: package="patch-ng" mode=pip
09:23:22-669014 DEBUG    Running: pip="install --upgrade patch-ng"
09:23:25-032797 DEBUG    Package not found: anyio
09:23:25-033797 INFO     Install: package="anyio" mode=pip
09:23:25-035797 DEBUG    Running: pip="install --upgrade anyio"
09:23:28-142051 DEBUG    Package not found: addict
09:23:28-143051 INFO     Install: package="addict" mode=pip
09:23:28-145202 DEBUG    Running: pip="install --upgrade addict"
09:23:30-574319 DEBUG    Package not found: astunparse
09:23:42-569785 INFO     Install: package="astunparse" mode=pip
09:23:42-572792 DEBUG    Running: pip="install --upgrade astunparse"
09:23:45-042046 DEBUG    Package not found: clean-fid
09:23:45-042046 INFO     Install: package="clean-fid" mode=pip
09:23:45-042046 DEBUG    Running: pip="install --upgrade clean-fid"
09:24:00-387296 DEBUG    Package not found: filetype
09:24:00-389315 INFO     Install: package="filetype" mode=pip
09:24:00-391318 DEBUG    Running: pip="install --upgrade filetype"
09:24:03-069531 DEBUG    Package not found: future
09:24:03-069531 INFO     Install: package="future" mode=pip
09:24:03-069531 DEBUG    Running: pip="install --upgrade future"
09:24:08-088154 DEBUG    Package not found: GitPython
09:24:08-089154 INFO     Install: package="GitPython" mode=pip
09:24:08-090993 DEBUG    Running: pip="install --upgrade GitPython"
09:24:12-046074 DEBUG    Package not found: httpcore
09:24:12-047074 INFO     Install: package="httpcore" mode=pip
09:24:12-049073 DEBUG    Running: pip="install --upgrade httpcore"
09:24:15-592449 DEBUG    Package not found: inflection
09:24:15-593452 INFO     Install: package="inflection" mode=pip
09:24:15-595451 DEBUG    Running: pip="install --upgrade inflection"
09:24:18-163266 DEBUG    Package not found: jsonmerge
09:24:18-165266 INFO     Install: package="jsonmerge" mode=pip
09:24:18-166266 DEBUG    Running: pip="install --upgrade jsonmerge"
09:24:22-655017 DEBUG    Package not found: kornia
09:24:22-656019 INFO     Install: package="kornia" mode=pip
09:24:22-657959 DEBUG    Running: pip="install --upgrade kornia"
09:24:30-552397 DEBUG    Package not found: lark
09:24:30-554684 INFO     Install: package="lark" mode=pip
09:24:30-555572 DEBUG    Running: pip="install --upgrade lark"
09:24:33-679161 DEBUG    Package not found: lpips
09:24:33-680160 INFO     Install: package="lpips" mode=pip
09:24:33-682157 DEBUG    Running: pip="install --upgrade lpips"
09:24:36-380452 DEBUG    Package not found: omegaconf
09:24:36-382271 INFO     Install: package="omegaconf" mode=pip
09:24:36-383272 DEBUG    Running: pip="install --upgrade omegaconf"
09:24:39-006768 DEBUG    Package not found: optimum
09:24:39-006768 INFO     Install: package="optimum" mode=pip
09:24:39-006768 DEBUG    Running: pip="install --upgrade optimum"
09:25:31-806727 DEBUG    Package not found: piexif
09:25:31-808818 INFO     Install: package="piexif" mode=pip
09:25:31-810606 DEBUG    Running: pip="install --upgrade piexif"
09:25:34-954530 DEBUG    Package not found: pyyaml
09:25:34-956530 INFO     Install: package="pyyaml" mode=pip
09:25:34-957530 DEBUG    Running: pip="install --upgrade pyyaml"
09:25:38-025038 DEBUG    Package not found: resize-right
09:25:38-028044 INFO     Install: package="resize-right" mode=pip
09:25:38-029094 DEBUG    Running: pip="install --upgrade resize-right"
09:25:41-052934 DEBUG    Package not found: toml
09:25:41-057475 INFO     Install: package="toml" mode=pip
09:25:41-058490 DEBUG    Running: pip="install --upgrade toml"
09:25:44-368641 DEBUG    Package not found: voluptuous
09:25:44-368641 INFO     Install: package="voluptuous" mode=pip
09:25:44-368641 DEBUG    Running: pip="install --upgrade voluptuous"
09:25:47-721660 DEBUG    Package not found: yapf
09:25:47-723659 INFO     Install: package="yapf" mode=pip
09:25:47-724659 DEBUG    Running: pip="install --upgrade yapf"
09:25:51-666844 DEBUG    Package not found: fasteners
09:25:51-668844 INFO     Install: package="fasteners" mode=pip
09:25:51-669845 DEBUG    Running: pip="install --upgrade fasteners"
09:25:55-037335 DEBUG    Package not found: orjson
09:25:55-039840 INFO     Install: package="orjson" mode=pip
09:25:55-042152 DEBUG    Running: pip="install --upgrade orjson"
09:25:58-212986 DEBUG    Package not found: invisible-watermark
09:25:58-212986 INFO     Install: package="invisible-watermark" mode=pip
09:25:58-212986 DEBUG    Running: pip="install --upgrade invisible-watermark"
09:26:03-589266 DEBUG    Package not found: pi-heif
09:26:03-590262 INFO     Install: package="pi-heif" mode=pip
09:26:03-592263 DEBUG    Running: pip="install --upgrade pi-heif"
09:26:06-895389 DEBUG    Package not found: safetensors
09:26:06-895389 INFO     Install: package="safetensors==0.4.5" mode=pip
09:26:06-899504 DEBUG    Running: pip="install --upgrade safetensors==0.4.5"
09:26:09-910661 DEBUG    Package not found: tensordict
09:26:09-911660 INFO     Install: package="tensordict==0.1.2" mode=pip
09:26:09-912661 DEBUG    Running: pip="install --upgrade tensordict==0.1.2"
09:26:13-487471 DEBUG    Package not found: peft
09:26:13-489471 INFO     Install: package="peft==0.11.1" mode=pip
09:26:13-490474 DEBUG    Running: pip="install --upgrade peft==0.11.1"
09:26:19-102248 DEBUG    Package not found: httpx
09:26:19-102248 INFO     Install: package="httpx==0.24.1" mode=pip
09:26:19-102248 DEBUG    Running: pip="install --upgrade httpx==0.24.1"
09:26:23-513267 DEBUG    Package not found: compel
09:26:23-515696 INFO     Install: package="compel==2.0.2" mode=pip
09:26:23-518183 DEBUG    Running: pip="install --upgrade compel==2.0.2"
09:26:27-011446 DEBUG    Package not found: torchsde
09:26:27-013452 INFO     Install: package="torchsde==0.2.6" mode=pip
09:26:27-015446 DEBUG    Running: pip="install --upgrade torchsde==0.2.6"
09:26:30-470798 DEBUG    Package not found: open-clip-torch
09:26:30-471795 INFO     Install: package="open-clip-torch" mode=pip
09:26:30-474798 DEBUG    Running: pip="install --upgrade open-clip-torch"
09:26:37-676224 DEBUG    Package not found: clip-interrogator
09:26:37-676224 INFO     Install: package="clip-interrogator==0.6.0" mode=pip
09:26:37-676224 DEBUG    Running: pip="install --upgrade clip-interrogator==0.6.0"
09:26:40-996111 DEBUG    Package not found: antlr4-python3-runtime
09:26:40-997111 INFO     Install: package="antlr4-python3-runtime==4.9.3" mode=pip
09:26:40-999110 DEBUG    Running: pip="install --upgrade antlr4-python3-runtime==4.9.3"
09:26:44-076301 WARNING  Package version mismatch: requests 2.32.3 required 2.31.0
09:26:44-092076 INFO     Install: package="requests==2.31.0" mode=pip
09:26:44-092644 DEBUG    Running: pip="install --upgrade requests==2.31.0"
09:26:47-473094 DEBUG    Package not found: tqdm
09:26:47-473094 INFO     Install: package="tqdm==4.66.4" mode=pip
09:26:47-473094 DEBUG    Running: pip="install --upgrade tqdm==4.66.4"
09:26:50-583748 DEBUG    Package not found: accelerate
09:26:50-584748 INFO     Install: package="accelerate==0.34.2" mode=pip
09:26:50-586747 DEBUG    Running: pip="install --upgrade accelerate==0.34.2"
09:26:55-105803 DEBUG    Package not found: opencv-contrib-python-headless
09:26:55-108801 INFO     Install: package="opencv-contrib-python-headless==4.9.0.80" mode=pip
09:26:55-109801 DEBUG    Running: pip="install --upgrade opencv-contrib-python-headless==4.9.0.80"
09:26:59-390861 DEBUG    Package not found: einops
09:26:59-390861 INFO     Install: package="einops==0.4.1" mode=pip
09:26:59-390861 DEBUG    Running: pip="install --upgrade einops==0.4.1"
09:27:02-613870 DEBUG    Package not found: gradio
09:27:02-615869 INFO     Install: package="gradio==3.43.2" mode=pip
09:27:02-616870 DEBUG    Running: pip="install --upgrade gradio==3.43.2"
09:27:25-521866 DEBUG    Package not found: huggingface_hub
09:27:25-523865 INFO     Install: package="huggingface_hub==0.24.6" mode=pip
09:27:25-524865 DEBUG    Running: pip="install --upgrade huggingface_hub==0.24.6"
09:27:31-574952 DEBUG    Package not found: numexpr
09:27:31-575952 INFO     Install: package="numexpr==2.8.8" mode=pip
09:27:31-578951 DEBUG    Running: pip="install --upgrade numexpr==2.8.8"
09:27:34-979396 WARNING  Package version mismatch: numpy 1.26.3 required 1.26.4
09:27:34-990404 INFO     Install: package="numpy==1.26.4" mode=pip
09:27:34-990404 DEBUG    Running: pip="install --upgrade numpy==1.26.4"
09:27:38-302624 DEBUG    Package not found: numba
09:27:38-302624 INFO     Install: package="numba==0.59.1" mode=pip
09:27:38-302624 DEBUG    Running: pip="install --upgrade numba==0.59.1"
09:27:50-905091 DEBUG    Package not found: blendmodes
09:27:50-905091 INFO     Install: package="blendmodes" mode=pip
09:27:50-913453 DEBUG    Running: pip="install --upgrade blendmodes"
09:27:54-590489 DEBUG    Package not found: scipy
09:27:54-590489 INFO     Install: package="scipy" mode=pip
09:27:54-590489 DEBUG    Running: pip="install --upgrade scipy"
09:27:57-928611 DEBUG    Package not found: pandas
09:27:57-930553 INFO     Install: package="pandas" mode=pip
09:27:57-931553 DEBUG    Running: pip="install --upgrade pandas"
09:28:01-294566 WARNING  Package version mismatch: protobuf 5.28.2 required 4.25.3
09:28:01-295566 INFO     Install: package="protobuf==4.25.3" mode=pip
09:28:01-297562 DEBUG    Running: pip="install --upgrade protobuf==4.25.3"
09:28:04-755053 DEBUG    Package not found: pytorch_lightning
09:28:04-755053 INFO     Install: package="pytorch_lightning==1.9.4" mode=pip
09:28:04-755053 DEBUG    Running: pip="install --upgrade pytorch_lightning==1.9.4"
09:28:16-424938 DEBUG    Package not found: tokenizers
09:28:16-425935 INFO     Install: package="tokenizers==0.19.1" mode=pip
09:28:16-427934 DEBUG    Running: pip="install --upgrade tokenizers==0.19.1"
09:28:20-401576 DEBUG    Package not found: transformers
09:28:20-402182 INFO     Install: package="transformers==4.44.2" mode=pip
09:28:20-402182 DEBUG    Running: pip="install --upgrade transformers==4.44.2"
09:28:54-680068 WARNING  Package version mismatch: urllib3 2.2.3 required 1.26.19
09:28:54-680068 INFO     Install: package="urllib3==1.26.19" mode=pip
09:28:54-680068 DEBUG    Running: pip="install --upgrade urllib3==1.26.19"
09:28:58-430812 WARNING  Package version mismatch: Pillow 10.2.0 required 10.4.0
09:28:58-433811 INFO     Install: package="Pillow==10.4.0" mode=pip
09:28:58-434812 DEBUG    Running: pip="install --upgrade Pillow==10.4.0"
09:29:02-077958 DEBUG    Package not found: timm
09:29:02-079972 INFO     Install: package="timm==0.9.16" mode=pip
09:29:02-081958 DEBUG    Running: pip="install --upgrade timm==0.9.16"
09:29:09-509444 DEBUG    Package not found: pydantic
09:29:09-510445 INFO     Install: package="pydantic==1.10.15" mode=pip
09:29:09-512729 DEBUG    Running: pip="install --upgrade pydantic==1.10.15"
09:29:13-949473 DEBUG    Package not found: pyparsing
09:29:13-953623 INFO     Install: package="pyparsing==3.1.4" mode=pip
09:29:13-953623 DEBUG    Running: pip="install --upgrade pyparsing==3.1.4"
09:29:17-368723 WARNING  Package version mismatch: typing-extensions 4.12.2 required 4.11.0
09:29:17-370723 INFO     Install: package="typing-extensions==4.11.0" mode=pip
09:29:17-372723 DEBUG    Running: pip="install --upgrade typing-extensions==4.11.0"
09:29:20-784490 DEBUG    Package not found: torchdiffeq
09:29:20-785488 INFO     Install: package="torchdiffeq" mode=pip
09:29:20-787490 DEBUG    Running: pip="install --upgrade torchdiffeq"
09:29:24-625924 DEBUG    Package not found: dctorch
09:29:24-626924 INFO     Install: package="dctorch" mode=pip
09:29:24-628923 DEBUG    Running: pip="install --upgrade dctorch"
09:29:28-371352 DEBUG    Package not found: scikit-image
09:29:28-372352 INFO     Install: package="scikit-image" mode=pip
09:29:28-374352 DEBUG    Running: pip="install --upgrade scikit-image"
09:29:38-559210 DEBUG    Package not found: seam-carving
09:29:38-561212 INFO     Install: package="seam-carving" mode=pip
09:29:38-563209 DEBUG    Running: pip="install --upgrade seam-carving"
09:29:42-233048 INFO     Verifying packages
09:29:42-233048 INFO     Install: package="git+https://github.com/openai/CLIP.git" mode=pip
09:29:42-233048 DEBUG    Running: pip="install --upgrade git+https://github.com/openai/CLIP.git"
09:29:54-572542 INFO     Startup: standard
09:29:54-574542 INFO     Verifying submodules

Backend

Diffusers

UI

Standard

Branch

Master

Model

StableDiffusion 1.5

Acknowledgements

  • I have read the above and searched for existing issues
  • I confirm that this is classified correctly and its not an extension issue
@vladmandic
Copy link
Owner

if you abort with ctrl+c and restart, what happens?

@vladmandic vladmandic added the question Further information is requested label Oct 18, 2024
@brknsoul
Copy link
Contributor

Using Windows Explorer, navigate to C:\sd-next\automatic\venv\Lib\site-packages, and delete any folder that starts with ~, for example, the ~umpy.libs folder.

@Ysshis
Copy link
Author

Ysshis commented Oct 18, 2024

``

如果使用 Ctrl+C 中止并重新启动,会发生什么情况?

Ctrl+C Unresponsive.
The mouse can close the window.
restart:

Using VENV: C:\sd-next\automatic\venv
23:54:30-479468 INFO Starting SD.Next
23:54:30-484469 INFO Logger: file="C:\sd-next\automatic\sdnext.log" level=DEBUG size=65 mode=create
23:54:30-487534 INFO Python version=3.10.6 platform=Windows bin="C:\sd-next\automatic\venv\Scripts\python.exe"
venv="C:\sd-next\automatic\venv"
23:54:31-532122 INFO Version: app=sd.next updated=2024-10-17 hash=5c684cb0 branch=master
url=https://github.com/vladmandic/automatic/tree/master ui=main
23:54:32-978600 INFO Platform: arch=AMD64 cpu=Intel64 Family 6 Model 151 Stepping 5, GenuineIntel system=Windows
release=Windows-10-10.0.22631-SP0 python=3.10.6
23:54:32-981594 DEBUG Setting environment tuning
23:54:32-982595 INFO HF cache folder: C:\Users\kliuh.cache\huggingface\hub
23:54:32-984833 DEBUG Torch allocator: "garbage_collection_threshold:0.80,max_split_size_mb:512"
23:54:33-017448 DEBUG Torch overrides: cuda=False rocm=False ipex=False diml=False openvino=False
23:54:33-019469 DEBUG Torch allowed: cuda=True rocm=True ipex=True diml=True openvino=True
23:54:33-039663 INFO Python version=3.10.6 platform=Windows bin="C:\sd-next\automatic\venv\Scripts\python.exe"
venv="C:\sd-next\automatic\venv"
23:54:33-046664 INFO AMD ROCm toolkit detected
23:54:33-079812 INFO ROCm agents detected: []
23:54:33-081867 INFO ROCm version detected: 5.7
23:54:33-082866 WARNING ZLUDA support: experimental
23:54:34-687570 INFO Using ZLUDA in C:\sd-next\automatic.zluda
23:54:40-431785 DEBUG Diffusers upgrade: current=diffusers 0.31.0.dev0@
target=5e1427a7da6e878b958fd5a2422c7763a94ff02b
23:54:40-433785 DEBUG Running: pip="uninstall --yes diffusers"
23:54:44-832629 DEBUG Running: pip="install --upgrade
git+https://github.com/huggingface/diffusers@5e1427a7da6e878b958fd5a2422c7763a94ff02b"
23:56:17-556049 INFO Verifying requirements
23:56:17-565671 INFO Verifying packages
23:56:17-755965 DEBUG Repository update time: Thu Oct 17 12:21:39 2024
23:56:17-757103 INFO Startup: standard
23:56:17-759600 INFO Verifying submodules

The installation stops here

@vladmandic
Copy link
Owner

if sdnext is unresponsive to ctrl+x that means the control is outside of the python process.
verifying submodules runs several git commands, is it possible that those are hanging due to either issue with git command itself or due to connectivity?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants