The system cannot find the path Specified. #16779
Unanswered
echosonaho
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
-
So. This persists through uninstalling completely (Deleting python, git, StableUI, everything I could think of to delete, unless I was missing something. Where this problem began was I was trying to install Xformers and it refused to work and I messed something up. So I deleted my Web GUI and thought I would be fine after that. It wasn't. I'm unable to install in a fresh manner
79950684
The system cannot find the path specified.
The system cannot find the path specified.
venv "C:\SIllyTavern\SillyTavern-Launcher\SDWEBUI\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)]
Version: 1.10.1
Commit hash:
Installing open_clip
Traceback (most recent call last):
File "C:\SIllyTavern\SillyTavern-Launcher\stable-diffusion-webui\launch.py", line 48, in
main()
File "C:\SIllyTavern\SillyTavern-Launcher\stable-diffusion-webui\launch.py", line 39, in main
prepare_environment()
File "C:\SIllyTavern\SillyTavern-Launcher\stable-diffusion-webui\modules\launch_utils.py", line 398, in prepare_environment
run_pip(f"install {openclip_package}", "open_clip")
File "C:\SIllyTavern\SillyTavern-Launcher\stable-diffusion-webui\modules\launch_utils.py", line 144, in run_pip
return run(f'"{python}" -m pip {command} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}", live=live)
File "C:\SIllyTavern\SillyTavern-Launcher\stable-diffusion-webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install open_clip.
Command: "C:\SIllyTavern\SillyTavern-Launcher\SDWEBUI\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install https://github.com/mlfoundations/open_clip/archive/bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b.zip --prefer-binary
Error code: 1
stdout: Collecting https://github.com/mlfoundations/open_clip/archive/bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b.zip
Using cached https://github.com/mlfoundations/open_clip/archive/bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b.zip (10.0 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: torch>=1.9.0 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from open_clip_torch==2.7.0) (2.1.2+cu121)
Requirement already satisfied: torchvision in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from open_clip_torch==2.7.0) (0.16.2+cu121)
Requirement already satisfied: regex in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from open_clip_torch==2.7.0) (2024.11.6)
Requirement already satisfied: ftfy in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from open_clip_torch==2.7.0) (6.3.1)
Requirement already satisfied: tqdm in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from open_clip_torch==2.7.0) (4.67.1)
Collecting huggingface_hub (from open_clip_torch==2.7.0)
Using cached huggingface_hub-0.27.1-py3-none-any.whl.metadata (13 kB)
Collecting sentencepiece (from open_clip_torch==2.7.0)
Using cached sentencepiece-0.2.0-cp310-cp310-win_amd64.whl.metadata (8.3 kB)
Collecting protobuf==3.20.0 (from open_clip_torch==2.7.0)
Using cached protobuf-3.20.0-cp310-cp310-win_amd64.whl.metadata (698 bytes)
Requirement already satisfied: filelock in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torch>=1.9.0->open_clip_torch==2.7.0) (3.16.1)
Requirement already satisfied: typing-extensions in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torch>=1.9.0->open_clip_torch==2.7.0) (4.12.2)
Requirement already satisfied: sympy in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torch>=1.9.0->open_clip_torch==2.7.0) (1.13.3)
Requirement already satisfied: networkx in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torch>=1.9.0->open_clip_torch==2.7.0) (3.4.2)
Requirement already satisfied: jinja2 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torch>=1.9.0->open_clip_torch==2.7.0) (3.1.5)
Requirement already satisfied: fsspec in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torch>=1.9.0->open_clip_torch==2.7.0) (2024.12.0)
Requirement already satisfied: wcwidth in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from ftfy->open_clip_torch==2.7.0) (0.2.13)
Collecting packaging>=20.9 (from huggingface_hub->open_clip_torch==2.7.0)
Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyyaml>=5.1 (from huggingface_hub->open_clip_torch==2.7.0)
Using cached PyYAML-6.0.2-cp310-cp310-win_amd64.whl.metadata (2.1 kB)
Requirement already satisfied: requests in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from huggingface_hub->open_clip_torch==2.7.0) (2.32.3)
Requirement already satisfied: colorama in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from tqdm->open_clip_torch==2.7.0) (0.4.6)
Requirement already satisfied: numpy in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torchvision->open_clip_torch==2.7.0) (2.2.1)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from torchvision->open_clip_torch==2.7.0) (11.1.0)
Requirement already satisfied: MarkupSafe>=2.0 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from jinja2->torch>=1.9.0->open_clip_torch==2.7.0) (3.0.2)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from requests->huggingface_hub->open_clip_torch==2.7.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from requests->huggingface_hub->open_clip_torch==2.7.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from requests->huggingface_hub->open_clip_torch==2.7.0) (2.3.0)
Requirement already satisfied: certifi>=2017.4.17 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from requests->huggingface_hub->open_clip_torch==2.7.0) (2024.12.14)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\sillytavern\sillytavern-launcher\sdwebui\stable-diffusion-webui\venv\lib\site-packages (from sympy->torch>=1.9.0->open_clip_torch==2.7.0) (1.3.0)
Using cached protobuf-3.20.0-cp310-cp310-win_amd64.whl (903 kB)
Using cached huggingface_hub-0.27.1-py3-none-any.whl (450 kB)
Using cached sentencepiece-0.2.0-cp310-cp310-win_amd64.whl (991 kB)
Using cached packaging-24.2-py3-none-any.whl (65 kB)
Using cached PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB)
Building wheels for collected packages: open_clip_torch
Building wheel for open_clip_torch (pyproject.toml): started
Building wheel for open_clip_torch (pyproject.toml): finished with status 'done'
Created wheel for open_clip_torch: filename=open_clip_torch-2.7.0-py3-none-any.whl size=1442652 sha256=081034c76cd441c66e9d46ec4ad6da3c718ea0dad50c9a6932635fbad2d9e029
Stored in directory: C:\Users\echos\AppData\Local\Temp\pip-ephem-wheel-cache-1ir11561\wheels\8a\6e\ba\c0c9c893acf55a7f247adaacdaa76630bfec41c99c3bf4b08b
Successfully built open_clip_torch
Installing collected packages: sentencepiece, pyyaml, protobuf, packaging, huggingface_hub, open_clip_torch
Successfully installed huggingface_hub-0.27.1 open_clip_torch-2.7.0 packaging-24.2 protobuf-3.20.0 pyyaml-6.0.2 sentencepiece-0.2.0
stderr: The system cannot find the path specified.
Beta Was this translation helpful? Give feedback.
All reactions