Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ rm -rf venv
- a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ python3 -m venv venv
- a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ source venv/bin/activate
- (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$ ./webui-user.sh
- Python 3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0]
- Version: v1.10.1
- Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
- Installing torch and torchvision
- Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/rocm6.3
- Collecting torch
- Downloading https://download.pytorch.org/whl/rocm6.3/torch-2.7.1%2Brocm6.3-cp312-cp312-manylinux_2_28_x86_64.whl (4543.8 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 GB 1.9 MB/s eta 0:00:00
- Collecting torchvision
- Downloading https://download.pytorch.org/whl/rocm6.3/torchvision-0.22.1%2Brocm6.3-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (6.1 kB)
- Collecting filelock (from torch)
- Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
- Collecting typing-extensions>=4.10.0 (from torch)
- Using cached typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB)
- Collecting setuptools (from torch)
- Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
- Collecting sympy>=1.13.3 (from torch)
- Using cached sympy-1.14.0-py3-none-any.whl.metadata (12 kB)
- Collecting networkx (from torch)
- Using cached networkx-3.5-py3-none-any.whl.metadata (6.3 kB)
- Collecting jinja2 (from torch)
- Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
- Collecting fsspec (from torch)
- Using cached fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB)
- Collecting pytorch-triton-rocm==3.3.1 (from torch)
- Downloading https://download.pytorch.org/whl/pytorch_triton_rocm-3.3.1-cp312-cp312-linux_x86_64.whl.metadata (1.5 kB)
- Collecting numpy (from torchvision)
- Using cached numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (62 kB)
- Collecting pillow!=8.3.*,>=5.3.0 (from torchvision)
- Using cached pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (8.9 kB)
- Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch)
- Using cached https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB)
- Collecting MarkupSafe>=2.0 (from jinja2->torch)
- Using cached MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
- Downloading https://download.pytorch.org/whl/pytorch_triton_rocm-3.3.1-cp312-cp312-linux_x86_64.whl (254.2 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.2/254.2 MB 17.9 MB/s eta 0:00:00
- Downloading https://download.pytorch.org/whl/rocm6.3/torchvision-0.22.1%2Brocm6.3-cp312-cp312-manylinux_2_28_x86_64.whl (3.1 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 38.0 MB/s eta 0:00:00
- Using cached pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl (4.6 MB)
- Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
- Using cached sympy-1.14.0-py3-none-any.whl (6.3 MB)
- Using cached typing_extensions-4.14.0-py3-none-any.whl (43 kB)
- Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
- Using cached fsspec-2025.5.1-py3-none-any.whl (199 kB)
- Using cached jinja2-3.1.6-py3-none-any.whl (134 kB)
- Using cached networkx-3.5-py3-none-any.whl (2.0 MB)
- Using cached numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl (16.6 MB)
- Using cached MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
- Installing collected packages: mpmath, typing-extensions, sympy, setuptools, pillow, numpy, networkx, MarkupSafe, fsspec, filelock, pytorch-triton-rocm, jinja2, torch, torchvision
- Successfully installed MarkupSafe-3.0.2 filelock-3.18.0 fsspec-2025.5.1 jinja2-3.1.6 mpmath-1.3.0 networkx-3.5 numpy-2.3.1 pillow-11.2.1 pytorch-triton-rocm-3.3.1 setuptools-80.9.0 sympy-1.14.0 torch-2.7.1+rocm6.3 torchvision-0.22.1+rocm6.3 typing-extensions-4.14.0
- Installing clip
- Installing open_clip
- Cloning assets into /mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/stable-diffusion-webui-assets...
- Cloning into '/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/stable-diffusion-webui-assets'...
- remote: Enumerating objects: 20, done.
- remote: Counting objects: 100% (20/20), done.
- remote: Compressing objects: 100% (18/18), done.
- remote: Total 20 (delta 0), reused 20 (delta 0), pack-reused 0 (from 0)
- Receiving objects: 100% (20/20), 132.70 KiB | 1.35 MiB/s, done.
- Cloning Stable Diffusion into /mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/stable-diffusion-stability-ai...
- Cloning into '/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/stable-diffusion-stability-ai'...
- remote: Enumerating objects: 586, done.
- remote: Counting objects: 100% (6/6), done.
- remote: Compressing objects: 100% (6/6), done.
- remote: Total 586 (delta 1), reused 0 (delta 0), pack-reused 580 (from 4)
- Receiving objects: 100% (586/586), 73.45 MiB | 40.33 MiB/s, done.
- Resolving deltas: 100% (282/282), done.
- Cloning Stable Diffusion XL into /mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/generative-models...
- Cloning into '/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/generative-models'...
- remote: Enumerating objects: 1108, done.
- remote: Counting objects: 100% (519/519), done.
- remote: Compressing objects: 100% (154/154), done.
- remote: Total 1108 (delta 417), reused 365 (delta 365), pack-reused 589 (from 3)
- Receiving objects: 100% (1108/1108), 86.65 MiB | 39.66 MiB/s, done.
- Resolving deltas: 100% (578/578), done.
- Cloning K-diffusion into /mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/k-diffusion...
- Cloning into '/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/k-diffusion'...
- remote: Enumerating objects: 1350, done.
- remote: Counting objects: 100% (651/651), done.
- remote: Compressing objects: 100% (87/87), done.
- remote: Total 1350 (delta 608), reused 566 (delta 564), pack-reused 699 (from 1)
- Receiving objects: 100% (1350/1350), 239.59 KiB | 2.58 MiB/s, done.
- Resolving deltas: 100% (948/948), done.
- Cloning BLIP into /mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/BLIP...
- Cloning into '/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/repositories/BLIP'...
- remote: Enumerating objects: 277, done.
- remote: Counting objects: 100% (183/183), done.
- remote: Compressing objects: 100% (46/46), done.
- remote: Total 277 (delta 145), reused 137 (delta 137), pack-reused 94 (from 1)
- Receiving objects: 100% (277/277), 7.04 MiB | 22.58 MiB/s, done.
- Resolving deltas: 100% (152/152), done.
- Installing requirements
- Traceback (most recent call last):
- File "/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/launch.py", line 48, in <module>
- main()
- File "/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/launch.py", line 39, in main
- prepare_environment()
- File "/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/modules/launch_utils.py", line 423, in prepare_environment
- run_pip(f"install -r \"{requirements_file}\"", "requirements")
- File "/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/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 "/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/modules/launch_utils.py", line 116, in run
- raise RuntimeError("\n".join(error_bits))
- RuntimeError: Couldn't install requirements.
- Command: "/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui/venv/bin/python" -m pip install -r "requirements_versions.txt" --prefer-binary
- Error code: 1
- stdout: Collecting setuptools==69.5.1 (from -r requirements_versions.txt (line 1))
- Downloading setuptools-69.5.1-py3-none-any.whl.metadata (6.2 kB)
- Collecting GitPython==3.1.32 (from -r requirements_versions.txt (line 2))
- Downloading GitPython-3.1.32-py3-none-any.whl.metadata (10.0 kB)
- Collecting Pillow==9.5.0 (from -r requirements_versions.txt (line 3))
- Downloading Pillow-9.5.0.tar.gz (50.5 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 MB 26.8 MB/s eta 0:00:00
- 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'
- Collecting accelerate==0.21.0 (from -r requirements_versions.txt (line 4))
- Downloading accelerate-0.21.0-py3-none-any.whl.metadata (17 kB)
- Collecting blendmodes==2022 (from -r requirements_versions.txt (line 5))
- Downloading blendmodes-2022-py3-none-any.whl.metadata (12 kB)
- Collecting clean-fid==0.1.35 (from -r requirements_versions.txt (line 6))
- Downloading clean_fid-0.1.35-py3-none-any.whl.metadata (36 kB)
- Collecting diskcache==5.6.3 (from -r requirements_versions.txt (line 7))
- Downloading diskcache-5.6.3-py3-none-any.whl.metadata (20 kB)
- Collecting einops==0.4.1 (from -r requirements_versions.txt (line 8))
- Downloading einops-0.4.1-py3-none-any.whl.metadata (10 kB)
- Collecting facexlib==0.3.0 (from -r requirements_versions.txt (line 9))
- Downloading facexlib-0.3.0-py3-none-any.whl.metadata (4.6 kB)
- Collecting fastapi==0.94.0 (from -r requirements_versions.txt (line 10))
- Downloading fastapi-0.94.0-py3-none-any.whl.metadata (25 kB)
- Collecting gradio==3.41.2 (from -r requirements_versions.txt (line 11))
- Downloading gradio-3.41.2-py3-none-any.whl.metadata (17 kB)
- Collecting httpcore==0.15 (from -r requirements_versions.txt (line 12))
- Downloading httpcore-0.15.0-py3-none-any.whl.metadata (15 kB)
- Collecting inflection==0.5.1 (from -r requirements_versions.txt (line 13))
- Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB)
- Collecting jsonmerge==1.8.0 (from -r requirements_versions.txt (line 14))
- Downloading jsonmerge-1.8.0.tar.gz (26 kB)
- 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'
- Collecting kornia==0.6.7 (from -r requirements_versions.txt (line 15))
- Downloading kornia-0.6.7-py2.py3-none-any.whl.metadata (12 kB)
- Collecting lark==1.1.2 (from -r requirements_versions.txt (line 16))
- Downloading lark-1.1.2-py2.py3-none-any.whl.metadata (1.7 kB)
- Collecting numpy==1.26.2 (from -r requirements_versions.txt (line 17))
- Downloading numpy-1.26.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 4.3 MB/s eta 0:00:00
- Collecting omegaconf==2.2.3 (from -r requirements_versions.txt (line 18))
- Downloading omegaconf-2.2.3-py3-none-any.whl.metadata (3.9 kB)
- Collecting open-clip-torch==2.20.0 (from -r requirements_versions.txt (line 19))
- Downloading open_clip_torch-2.20.0-py3-none-any.whl.metadata (46 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 13.3 MB/s eta 0:00:00
- Collecting piexif==1.1.3 (from -r requirements_versions.txt (line 20))
- Downloading piexif-1.1.3-py2.py3-none-any.whl.metadata (3.7 kB)
- Requirement already satisfied: protobuf==3.20.0 in ./venv/lib/python3.12/site-packages (from -r requirements_versions.txt (line 21)) (3.20.0)
- Collecting psutil==5.9.5 (from -r requirements_versions.txt (line 22))
- Downloading psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
- Collecting pytorch_lightning==1.9.4 (from -r requirements_versions.txt (line 23))
- Downloading pytorch_lightning-1.9.4-py3-none-any.whl.metadata (22 kB)
- Collecting resize-right==0.0.2 (from -r requirements_versions.txt (line 24))
- Downloading resize_right-0.0.2-py3-none-any.whl.metadata (551 bytes)
- Collecting safetensors==0.4.2 (from -r requirements_versions.txt (line 25))
- Downloading safetensors-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB)
- Collecting scikit-image==0.21.0 (from -r requirements_versions.txt (line 26))
- Downloading scikit_image-0.21.0.tar.gz (22.7 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.7/22.7 MB 40.3 MB/s eta 0:00:00
- 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'
- Installing backend dependencies: started
- Installing backend dependencies: finished with status 'done'
- Preparing metadata (pyproject.toml): started
- Preparing metadata (pyproject.toml): finished with status 'done'
- Collecting spandrel==0.3.4 (from -r requirements_versions.txt (line 27))
- Downloading spandrel-0.3.4-py3-none-any.whl.metadata (14 kB)
- Collecting spandrel-extra-arches==0.1.1 (from -r requirements_versions.txt (line 28))
- Downloading spandrel_extra_arches-0.1.1-py3-none-any.whl.metadata (3.0 kB)
- Collecting tomesd==0.1.3 (from -r requirements_versions.txt (line 29))
- Downloading tomesd-0.1.3-py3-none-any.whl.metadata (9.1 kB)
- Requirement already satisfied: torch in ./venv/lib/python3.12/site-packages (from -r requirements_versions.txt (line 30)) (2.7.1+rocm6.3)
- Collecting torchdiffeq==0.2.3 (from -r requirements_versions.txt (line 31))
- Downloading torchdiffeq-0.2.3-py3-none-any.whl.metadata (488 bytes)
- Collecting torchsde==0.2.6 (from -r requirements_versions.txt (line 32))
- Downloading torchsde-0.2.6-py3-none-any.whl.metadata (5.3 kB)
- Collecting transformers==4.30.2 (from -r requirements_versions.txt (line 33))
- Downloading transformers-4.30.2-py3-none-any.whl.metadata (113 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.6/113.6 kB 27.2 MB/s eta 0:00:00
- Collecting httpx==0.24.1 (from -r requirements_versions.txt (line 34))
- Downloading httpx-0.24.1-py3-none-any.whl.metadata (7.4 kB)
- Collecting pillow-avif-plugin==1.4.3 (from -r requirements_versions.txt (line 35))
- Downloading pillow_avif_plugin-1.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB)
- Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.32->-r requirements_versions.txt (line 2))
- Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB)
- Requirement already satisfied: packaging>=20.0 in ./venv/lib/python3.12/site-packages (from accelerate==0.21.0->-r requirements_versions.txt (line 4)) (25.0)
- Requirement already satisfied: pyyaml in ./venv/lib/python3.12/site-packages (from accelerate==0.21.0->-r requirements_versions.txt (line 4)) (6.0.2)
- Collecting aenum<4,>=3.1.7 (from blendmodes==2022->-r requirements_versions.txt (line 5))
- Downloading aenum-3.1.16-py3-none-any.whl.metadata (3.8 kB)
- Collecting deprecation<3,>=2.1.0 (from blendmodes==2022->-r requirements_versions.txt (line 5))
- Downloading deprecation-2.1.0-py2.py3-none-any.whl.metadata (4.6 kB)
- Requirement already satisfied: torchvision in ./venv/lib/python3.12/site-packages (from clean-fid==0.1.35->-r requirements_versions.txt (line 6)) (0.22.1+rocm6.3)
- Collecting scipy>=1.0.1 (from clean-fid==0.1.35->-r requirements_versions.txt (line 6))
- Downloading scipy-1.16.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (61 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/61.9 kB 13.1 MB/s eta 0:00:00
- Requirement already satisfied: tqdm>=4.28.1 in ./venv/lib/python3.12/site-packages (from clean-fid==0.1.35->-r requirements_versions.txt (line 6)) (4.67.1)
- Requirement already satisfied: requests in ./venv/lib/python3.12/site-packages (from clean-fid==0.1.35->-r requirements_versions.txt (line 6)) (2.32.4)
- Collecting filterpy (from facexlib==0.3.0->-r requirements_versions.txt (line 9))
- Downloading filterpy-1.4.5.zip (177 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.0/178.0 kB 34.6 MB/s eta 0:00:00
- 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'
- Collecting numba (from facexlib==0.3.0->-r requirements_versions.txt (line 9))
- Downloading numba-0.61.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.8 kB)
- Collecting opencv-python (from facexlib==0.3.0->-r requirements_versions.txt (line 9))
- Downloading opencv_python-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB)
- Collecting pydantic!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0,>=1.6.2 (from fastapi==0.94.0->-r requirements_versions.txt (line 10))
- Downloading pydantic-1.10.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (154 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.1/154.1 kB 34.9 MB/s eta 0:00:00
- Collecting starlette<0.27.0,>=0.26.0 (from fastapi==0.94.0->-r requirements_versions.txt (line 10))
- Downloading starlette-0.26.1-py3-none-any.whl.metadata (5.8 kB)
- Collecting aiofiles<24.0,>=22.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
- Collecting altair<6.0,>=4.2.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading altair-5.5.0-py3-none-any.whl.metadata (11 kB)
- Collecting ffmpy (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading ffmpy-0.6.0-py3-none-any.whl.metadata (2.9 kB)
- Collecting gradio-client==0.5.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading gradio_client-0.5.0-py3-none-any.whl.metadata (7.1 kB)
- Requirement already satisfied: huggingface-hub>=0.14.0 in ./venv/lib/python3.12/site-packages (from gradio==3.41.2->-r requirements_versions.txt (line 11)) (0.33.1)
- Collecting importlib-resources<7.0,>=1.3 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB)
- Requirement already satisfied: jinja2<4.0 in ./venv/lib/python3.12/site-packages (from gradio==3.41.2->-r requirements_versions.txt (line 11)) (3.1.6)
- Collecting markupsafe~=2.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
- Collecting matplotlib~=3.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading matplotlib-3.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
- Collecting orjson~=3.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading orjson-3.10.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.9/41.9 kB 2.5 MB/s eta 0:00:00
- Collecting pandas<3.0,>=1.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading pandas-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (91 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.2/91.2 kB 27.3 MB/s eta 0:00:00
- Collecting pydub (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB)
- Collecting python-multipart (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading python_multipart-0.0.20-py3-none-any.whl.metadata (1.8 kB)
- Collecting semantic-version~=2.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
- Requirement already satisfied: typing-extensions~=4.0 in ./venv/lib/python3.12/site-packages (from gradio==3.41.2->-r requirements_versions.txt (line 11)) (4.14.0)
- Collecting uvicorn>=0.14.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading uvicorn-0.35.0-py3-none-any.whl.metadata (6.5 kB)
- Collecting websockets<12.0,>=10.0 (from gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading websockets-11.0.3-py3-none-any.whl.metadata (6.6 kB)
- Collecting h11<0.13,>=0.11 (from httpcore==0.15->-r requirements_versions.txt (line 12))
- Downloading h11-0.12.0-py3-none-any.whl.metadata (8.1 kB)
- Collecting sniffio==1.* (from httpcore==0.15->-r requirements_versions.txt (line 12))
- Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
- Collecting anyio==3.* (from httpcore==0.15->-r requirements_versions.txt (line 12))
- Downloading anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
- Requirement already satisfied: certifi in ./venv/lib/python3.12/site-packages (from httpcore==0.15->-r requirements_versions.txt (line 12)) (2025.6.15)
- Collecting jsonschema (from jsonmerge==1.8.0->-r requirements_versions.txt (line 14))
- Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB)
- Collecting antlr4-python3-runtime==4.9.* (from omegaconf==2.2.3->-r requirements_versions.txt (line 18))
- Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 27.3 MB/s eta 0:00:00
- 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: regex in ./venv/lib/python3.12/site-packages (from open-clip-torch==2.20.0->-r requirements_versions.txt (line 19)) (2024.11.6)
- Requirement already satisfied: ftfy in ./venv/lib/python3.12/site-packages (from open-clip-torch==2.20.0->-r requirements_versions.txt (line 19)) (6.3.1)
- Requirement already satisfied: sentencepiece in ./venv/lib/python3.12/site-packages (from open-clip-torch==2.20.0->-r requirements_versions.txt (line 19)) (0.2.0)
- Collecting timm (from open-clip-torch==2.20.0->-r requirements_versions.txt (line 19))
- Downloading timm-1.0.16-py3-none-any.whl.metadata (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 18.2 MB/s eta 0:00:00
- Requirement already satisfied: fsspec>2021.06.0 in ./venv/lib/python3.12/site-packages (from fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23)) (2025.5.1)
- Collecting torchmetrics>=0.7.0 (from pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading torchmetrics-1.7.3-py3-none-any.whl.metadata (21 kB)
- Collecting lightning-utilities>=0.6.0.post0 (from pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading lightning_utilities-0.14.3-py3-none-any.whl.metadata (5.6 kB)
- Requirement already satisfied: networkx>=2.8 in ./venv/lib/python3.12/site-packages (from scikit-image==0.21.0->-r requirements_versions.txt (line 26)) (3.5)
- Collecting imageio>=2.27 (from scikit-image==0.21.0->-r requirements_versions.txt (line 26))
- Downloading imageio-2.37.0-py3-none-any.whl.metadata (5.2 kB)
- Collecting tifffile>=2022.8.12 (from scikit-image==0.21.0->-r requirements_versions.txt (line 26))
- Downloading tifffile-2025.6.11-py3-none-any.whl.metadata (32 kB)
- Collecting PyWavelets>=1.1.1 (from scikit-image==0.21.0->-r requirements_versions.txt (line 26))
- Downloading pywavelets-1.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.0 kB)
- Collecting lazy_loader>=0.2 (from scikit-image==0.21.0->-r requirements_versions.txt (line 26))
- Using cached lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB)
- Collecting trampoline>=0.1.2 (from torchsde==0.2.6->-r requirements_versions.txt (line 32))
- Downloading trampoline-0.1.2-py3-none-any.whl.metadata (10 kB)
- Requirement already satisfied: filelock in ./venv/lib/python3.12/site-packages (from transformers==4.30.2->-r requirements_versions.txt (line 33)) (3.18.0)
- Collecting tokenizers!=0.11.3,<0.14,>=0.11.1 (from transformers==4.30.2->-r requirements_versions.txt (line 33))
- Downloading tokenizers-0.13.3.tar.gz (314 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.9/314.9 kB 16.0 MB/s eta 0:00:00
- 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: idna in ./venv/lib/python3.12/site-packages (from httpx==0.24.1->-r requirements_versions.txt (line 34)) (3.10)
- Requirement already satisfied: sympy>=1.13.3 in ./venv/lib/python3.12/site-packages (from torch->-r requirements_versions.txt (line 30)) (1.14.0)
- Requirement already satisfied: pytorch-triton-rocm==3.3.1 in ./venv/lib/python3.12/site-packages (from torch->-r requirements_versions.txt (line 30)) (3.3.1)
- Collecting narwhals>=1.14.2 (from altair<6.0,>=4.2.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading narwhals-1.44.0-py3-none-any.whl.metadata (11 kB)
- Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading aiohttp-3.12.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB)
- Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.32->-r requirements_versions.txt (line 2))
- Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB)
- Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in ./venv/lib/python3.12/site-packages (from huggingface-hub>=0.14.0->gradio==3.41.2->-r requirements_versions.txt (line 11)) (1.1.5)
- Collecting attrs>=22.2.0 (from jsonschema->jsonmerge==1.8.0->-r requirements_versions.txt (line 14))
- Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB)
- Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->jsonmerge==1.8.0->-r requirements_versions.txt (line 14))
- Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB)
- Collecting referencing>=0.28.4 (from jsonschema->jsonmerge==1.8.0->-r requirements_versions.txt (line 14))
- Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB)
- Collecting rpds-py>=0.7.1 (from jsonschema->jsonmerge==1.8.0->-r requirements_versions.txt (line 14))
- Downloading rpds_py-0.25.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
- Collecting contourpy>=1.0.1 (from matplotlib~=3.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading contourpy-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB)
- Collecting cycler>=0.10 (from matplotlib~=3.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
- Collecting fonttools>=4.22.0 (from matplotlib~=3.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading fonttools-4.58.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.metadata (106 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.6/106.6 kB 22.0 MB/s eta 0:00:00
- Collecting kiwisolver>=1.3.1 (from matplotlib~=3.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.2 kB)
- Collecting pyparsing>=2.3.1 (from matplotlib~=3.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB)
- Collecting python-dateutil>=2.7 (from matplotlib~=3.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
- Collecting pytz>=2020.1 (from pandas<3.0,>=1.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
- Collecting tzdata>=2022.7 (from pandas<3.0,>=1.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
- Requirement already satisfied: charset_normalizer<4,>=2 in ./venv/lib/python3.12/site-packages (from requests->clean-fid==0.1.35->-r requirements_versions.txt (line 6)) (3.4.2)
- Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.12/site-packages (from requests->clean-fid==0.1.35->-r requirements_versions.txt (line 6)) (2.5.0)
- Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./venv/lib/python3.12/site-packages (from sympy>=1.13.3->torch->-r requirements_versions.txt (line 30)) (1.3.0)
- Collecting click>=7.0 (from uvicorn>=0.14.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
- Requirement already satisfied: wcwidth in ./venv/lib/python3.12/site-packages (from ftfy->open-clip-torch==2.20.0->-r requirements_versions.txt (line 19)) (0.2.13)
- Collecting llvmlite<0.45,>=0.44.0dev0 (from numba->facexlib==0.3.0->-r requirements_versions.txt (line 9))
- Downloading llvmlite-0.44.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB)
- Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB)
- Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB)
- Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading frozenlist-1.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)
- Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading multidict-6.6.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB)
- Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading propcache-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
- Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch_lightning==1.9.4->-r requirements_versions.txt (line 23))
- Downloading yarl-1.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.9/73.9 kB 4.8 MB/s eta 0:00:00
- Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib~=3.0->gradio==3.41.2->-r requirements_versions.txt (line 11))
- Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
- Downloading setuptools-69.5.1-py3-none-any.whl (894 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 894.6/894.6 kB 28.1 MB/s eta 0:00:00
- Downloading GitPython-3.1.32-py3-none-any.whl (188 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.5/188.5 kB 33.6 MB/s eta 0:00:00
- Downloading accelerate-0.21.0-py3-none-any.whl (244 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 244.2/244.2 kB 13.8 MB/s eta 0:00:00
- Downloading blendmodes-2022-py3-none-any.whl (10 kB)
- Downloading clean_fid-0.1.35-py3-none-any.whl (26 kB)
- Downloading diskcache-5.6.3-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/45.5 kB 13.8 MB/s eta 0:00:00
- Downloading einops-0.4.1-py3-none-any.whl (28 kB)
- Downloading facexlib-0.3.0-py3-none-any.whl (59 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 17.9 MB/s eta 0:00:00
- Downloading fastapi-0.94.0-py3-none-any.whl (56 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 kB 17.7 MB/s eta 0:00:00
- Downloading gradio-3.41.2-py3-none-any.whl (20.1 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.1/20.1 MB 42.4 MB/s eta 0:00:00
- Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/68.4 kB 20.5 MB/s eta 0:00:00
- Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
- Downloading kornia-0.6.7-py2.py3-none-any.whl (565 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 565.1/565.1 kB 43.1 MB/s eta 0:00:00
- Downloading lark-1.1.2-py2.py3-none-any.whl (104 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.7/104.7 kB 28.6 MB/s eta 0:00:00
- Downloading numpy-1.26.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 41.5 MB/s eta 0:00:00
- Downloading omegaconf-2.2.3-py3-none-any.whl (79 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.3/79.3 kB 19.5 MB/s eta 0:00:00
- Downloading open_clip_torch-2.20.0-py3-none-any.whl (1.5 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 41.8 MB/s eta 0:00:00
- Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB)
- Downloading psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 36.8 MB/s eta 0:00:00
- Downloading pytorch_lightning-1.9.4-py3-none-any.whl (827 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 827.8/827.8 kB 41.7 MB/s eta 0:00:00
- Downloading resize_right-0.0.2-py3-none-any.whl (8.9 kB)
- Downloading safetensors-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 42.7 MB/s eta 0:00:00
- Downloading spandrel-0.3.4-py3-none-any.whl (268 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269.0/269.0 kB 38.6 MB/s eta 0:00:00
- Downloading spandrel_extra_arches-0.1.1-py3-none-any.whl (83 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 20.1 MB/s eta 0:00:00
- Downloading tomesd-0.1.3-py3-none-any.whl (11 kB)
- Downloading torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
- Downloading torchsde-0.2.6-py3-none-any.whl (61 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 21.9 MB/s eta 0:00:00
- Downloading transformers-4.30.2-py3-none-any.whl (7.2 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 41.7 MB/s eta 0:00:00
- Downloading httpx-0.24.1-py3-none-any.whl (75 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 23.8 MB/s eta 0:00:00
- Downloading pillow_avif_plugin-1.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 33.6 MB/s eta 0:00:00
- Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 15.4 MB/s eta 0:00:00
- Downloading gradio_client-0.5.0-py3-none-any.whl (298 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.2/298.2 kB 37.3 MB/s eta 0:00:00
- Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
- Downloading aenum-3.1.16-py3-none-any.whl (165 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.6/165.6 kB 37.9 MB/s eta 0:00:00
- Downloading aiofiles-23.2.1-py3-none-any.whl (15 kB)
- Downloading altair-5.5.0-py3-none-any.whl (731 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 40.6 MB/s eta 0:00:00
- Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
- Downloading gitdb-4.0.12-py3-none-any.whl (62 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 19.4 MB/s eta 0:00:00
- Downloading h11-0.12.0-py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 15.2 MB/s eta 0:00:00
- Downloading imageio-2.37.0-py3-none-any.whl (315 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.8/315.8 kB 38.6 MB/s eta 0:00:00
- Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB)
- Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.7/88.7 kB 25.8 MB/s eta 0:00:00
- Using cached lazy_loader-0.4-py3-none-any.whl (12 kB)
- Downloading lightning_utilities-0.14.3-py3-none-any.whl (28 kB)
- Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
- Downloading matplotlib-3.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 21.5 MB/s eta 0:00:00
- Downloading orjson-3.10.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 33.6 MB/s eta 0:00:00
- Downloading pandas-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.0/12.0 MB 42.5 MB/s eta 0:00:00
- Downloading pydantic-1.10.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 44.3 MB/s eta 0:00:00
- Downloading pywavelets-1.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 40.4 MB/s eta 0:00:00
- Downloading scipy-1.16.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (35.1 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.1/35.1 MB 25.2 MB/s eta 0:00:00
- Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
- Downloading starlette-0.26.1-py3-none-any.whl (66 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.9/66.9 kB 21.2 MB/s eta 0:00:00
- Downloading tifffile-2025.6.11-py3-none-any.whl (230 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.8/230.8 kB 36.7 MB/s eta 0:00:00
- Downloading torchmetrics-1.7.3-py3-none-any.whl (962 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 962.6/962.6 kB 38.1 MB/s eta 0:00:00
- Downloading trampoline-0.1.2-py3-none-any.whl (5.2 kB)
- Downloading uvicorn-0.35.0-py3-none-any.whl (66 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 24.4 MB/s eta 0:00:00
- Downloading websockets-11.0.3-py3-none-any.whl (118 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.1/118.1 kB 23.0 MB/s eta 0:00:00
- Downloading ffmpy-0.6.0-py3-none-any.whl (5.5 kB)
- Downloading numba-0.61.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.9 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 39.3 MB/s eta 0:00:00
- Downloading opencv_python-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (63.0 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 MB 31.5 MB/s eta 0:00:00
- Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
- Downloading python_multipart-0.0.20-py3-none-any.whl (24 kB)
- Downloading timm-1.0.16-py3-none-any.whl (2.5 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 41.8 MB/s eta 0:00:00
- Downloading aiohttp-3.12.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 39.3 MB/s eta 0:00:00
- Downloading attrs-25.3.0-py3-none-any.whl (63 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 22.4 MB/s eta 0:00:00
- Downloading click-8.2.1-py3-none-any.whl (102 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 27.8 MB/s eta 0:00:00
- Downloading contourpy-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.7/323.7 kB 2.9 MB/s eta 0:00:00
- Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
- Downloading fonttools-4.58.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (4.9 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 36.6 MB/s eta 0:00:00
- Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB)
- Downloading kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 41.6 MB/s eta 0:00:00
- Downloading llvmlite-0.44.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.4 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.4/42.4 MB 28.5 MB/s eta 0:00:00
- Downloading narwhals-1.44.0-py3-none-any.whl (365 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 365.2/365.2 kB 34.9 MB/s eta 0:00:00
- Downloading pyparsing-3.2.3-py3-none-any.whl (111 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 25.3 MB/s eta 0:00:00
- Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 34.4 MB/s eta 0:00:00
- Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 509.2/509.2 kB 35.2 MB/s eta 0:00:00
- Downloading referencing-0.36.2-py3-none-any.whl (26 kB)
- Downloading rpds_py-0.25.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 390.7/390.7 kB 35.1 MB/s eta 0:00:00
- Downloading smmap-5.0.2-py3-none-any.whl (24 kB)
- Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 347.8/347.8 kB 31.0 MB/s eta 0:00:00
- Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB)
- Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB)
- Downloading frozenlist-1.7.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.8/241.8 kB 28.2 MB/s eta 0:00:00
- Downloading multidict-6.6.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (256 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.1/256.1 kB 28.2 MB/s eta 0:00:00
- Downloading propcache-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.4/224.4 kB 33.3 MB/s eta 0:00:00
- Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
- Downloading yarl-1.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (355 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 355.6/355.6 kB 33.7 MB/s eta 0:00:00
- Building wheels for collected packages: Pillow, jsonmerge, scikit-image, antlr4-python3-runtime, tokenizers, filterpy
- Building wheel for Pillow (pyproject.toml): started
- Building wheel for Pillow (pyproject.toml): finished with status 'done'
- Created wheel for Pillow: filename=pillow-9.5.0-cp312-cp312-linux_x86_64.whl size=1125395 sha256=a96b98cb4098b902d26108e7263ad08f70b526786f2df9b783e4400a159f9775
- Stored in directory: /home/a-vladimir/.cache/pip/wheels/ea/de/2e/75a6399e5d8cd3a55c13c8f0658d996d4ce4cff37389de044c
- Building wheel for jsonmerge (pyproject.toml): started
- Building wheel for jsonmerge (pyproject.toml): finished with status 'done'
- Created wheel for jsonmerge: filename=jsonmerge-1.8.0-py3-none-any.whl size=18056 sha256=46a2a5dfa63ec8e10421c1388261bc32b6725c9987549b3d5c5036a1d6354717
- Stored in directory: /home/a-vladimir/.cache/pip/wheels/5e/dc/5f/829628b1db183a89f6a4ce2e10a5995d399e17d175cf6c3b45
- Building wheel for scikit-image (pyproject.toml): started
- Building wheel for scikit-image (pyproject.toml): finished with status 'done'
- Created wheel for scikit-image: filename=scikit_image-0.21.0-cp312-cp312-linux_x86_64.whl size=14039194 sha256=cde3e18d0d0aa3941ad83eeb6f9294180ef4df7f9e7643acdcadac6f18c21c97
- Stored in directory: /home/a-vladimir/.cache/pip/wheels/47/2d/03/4a7ddd27b92cdf305bb4a12efdbed882a8af5a624cd01aeb92
- Building wheel for antlr4-python3-runtime (pyproject.toml): started
- Building wheel for antlr4-python3-runtime (pyproject.toml): finished with status 'done'
- Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144591 sha256=5ab569e56478aba355aff1c5ccbb6b22845f19447524ac2b7d1dfcda8608d127
- Stored in directory: /home/a-vladimir/.cache/pip/wheels/1f/be/48/13754633f1d08d1fbfc60d5e80ae1e5d7329500477685286cd
- Building wheel for tokenizers (pyproject.toml): started
- Building wheel for tokenizers (pyproject.toml): finished with status 'error'
- Building wheel for filterpy (pyproject.toml): started
- Building wheel for filterpy (pyproject.toml): finished with status 'done'
- Created wheel for filterpy: filename=filterpy-1.4.5-py3-none-any.whl size=110545 sha256=f5d38b20cd4238e35a957f71bc5a56a679996dc16e3683752ea99629c21d5438
- Stored in directory: /home/a-vladimir/.cache/pip/wheels/77/bf/4c/b0c3f4798a0166668752312a67118b27a3cd341e13ac0ae6ee
- Successfully built Pillow jsonmerge scikit-image antlr4-python3-runtime filterpy
- Failed to build tokenizers
- stderr: error: subprocess-exited-with-error
- × Building wheel for tokenizers (pyproject.toml) did not run successfully.
- │ exit code: 1
- ╰─> [62 lines of output]
- /tmp/pip-build-env-qvss5_l7/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
- !!
- ********************************************************************************
- Please consider removing the following classifiers in favor of a SPDX license expression:
- License :: OSI Approved :: Apache Software License
- See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
- ********************************************************************************
- !!
- self._finalize_license_expression()
- running bdist_wheel
- running build
- running build_py
- creating build/lib.linux-x86_64-cpython-312/tokenizers
- copying py_src/tokenizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/models
- copying py_src/tokenizers/models/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/models
- creating build/lib.linux-x86_64-cpython-312/tokenizers/decoders
- copying py_src/tokenizers/decoders/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/decoders
- creating build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
- copying py_src/tokenizers/normalizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
- copying py_src/tokenizers/pre_tokenizers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/processors
- copying py_src/tokenizers/processors/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/processors
- creating build/lib.linux-x86_64-cpython-312/tokenizers/trainers
- copying py_src/tokenizers/trainers/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/trainers
- creating build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/char_level_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/bert_wordpiece.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/byte_level_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/sentencepiece_unigram.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/base_tokenizer.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- copying py_src/tokenizers/implementations/sentencepiece_bpe.py -> build/lib.linux-x86_64-cpython-312/tokenizers/implementations
- creating build/lib.linux-x86_64-cpython-312/tokenizers/tools
- copying py_src/tokenizers/tools/__init__.py -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
- copying py_src/tokenizers/tools/visualizer.py -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
- copying py_src/tokenizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers
- copying py_src/tokenizers/models/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/models
- copying py_src/tokenizers/decoders/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/decoders
- copying py_src/tokenizers/normalizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/normalizers
- copying py_src/tokenizers/pre_tokenizers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/pre_tokenizers
- copying py_src/tokenizers/processors/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/processors
- copying py_src/tokenizers/trainers/__init__.pyi -> build/lib.linux-x86_64-cpython-312/tokenizers/trainers
- copying py_src/tokenizers/tools/visualizer-styles.css -> build/lib.linux-x86_64-cpython-312/tokenizers/tools
- running build_ext
- running build_rust
- error: can't find Rust compiler
- If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
- To update pip, run:
- pip install --upgrade pip
- and then retry package installation.
- If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ERROR: Failed building wheel for tokenizers
- ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects
- (venv) a-vladimir@Game-X:/mnt/5868f70d-4271-4fe4-a06e-5d1455ac9dc7/stable-diffusion-webui$
Advertisement
Add Comment
Please, Sign In to add comment