Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [+] Building 1242.2s (11/16)
- => [internal] load build definition from Dockerfile 0.0s
- => => transferring dockerfile: 84B 0.0s
- => [internal] load .dockerignore 0.0s
- => => transferring context: 2B 0.0s
- => [internal] load metadata for docker.io/library/python:3.10-slim 0.5s
- => [build 1/9] FROM docker.io/library/python:3.10-slim@sha256:330173e29b1d14a58aecf60031d53fbda203886d5306c235d6a65e373ba172a0 0.0s
- => [internal] load build context 0.1s
- => => transferring context: 341.15kB 0.1s
- => CACHED [build 2/9] RUN apt update 0.0s
- => CACHED [build 3/9] RUN apt install ffmpeg libsm6 libxext6 -y 0.0s
- => CACHED [build 4/9] RUN apt install git -y 0.0s
- => [build 5/9] COPY requirements.txt . 0.0s
- => [build 6/9] RUN pip install requests==2.29.0 13.4s
- => ERROR [build 7/9] RUN pip install -r requirements.txt 1228.1s
- ------
- > [build 7/9] RUN pip install -r requirements.txt:
- #11 2.453 Collecting clip@ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
- #11 2.455 Cloning https://github.com/openai/CLIP.git (to revision d50d76daa670286dd6cacf3bcd80b5e4823fc8e1) to /tmp/pip-install-9odevf3u/clip_2da2c7e1eeb64247a2221b88cf5e3193
- #11 2.505 Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git /tmp/pip-install-9odevf3u/clip_2da2c7e1eeb64247a2221b88cf5e3193
- #11 6.453 Running command git rev-parse -q --verify 'sha^d50d76daa670286dd6cacf3bcd80b5e4823fc8e1'
- #11 6.496 Running command git fetch -q https://github.com/openai/CLIP.git d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
- #11 7.523 Running command git checkout -q d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
- #11 8.698 Resolved https://github.com/openai/CLIP.git to commit d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
- #11 8.746 Preparing metadata (setup.py): started
- #11 11.86 Preparing metadata (setup.py): finished with status 'done'
- #11 11.90 Collecting open-clip-torch@ git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
- #11 11.91 Cloning https://github.com/mlfoundations/open_clip.git (to revision bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b) to /tmp/pip-install-9odevf3u/open-clip-torch_14427155b9c34e3ca8eb57c0a853d476
- #11 11.94 Running command git clone --filter=blob:none --quiet https://github.com/mlfoundations/open_clip.git /tmp/pip-install-9odevf3u/open-clip-torch_14427155b9c34e3ca8eb57c0a853d476
- #11 20.13 Running command git rev-parse -q --verify 'sha^bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b'
- #11 20.16 Running command git fetch -q https://github.com/mlfoundations/open_clip.git bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
- #11 21.17 Running command git checkout -q bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
- #11 25.18 Resolved https://github.com/mlfoundations/open_clip.git to commit bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
- #11 25.22 Preparing metadata (setup.py): started
- #11 26.46 Preparing metadata (setup.py): finished with status 'done'
- #11 26.86 Collecting absl-py==1.4.0
- #11 27.08 Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
- #11 27.17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 2.0 MB/s eta 0:00:00
- #11 27.35 Collecting accelerate==0.12.0
- #11 27.41 Downloading accelerate-0.12.0-py3-none-any.whl (143 kB)
- #11 27.45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.0/144.0 kB 4.5 MB/s eta 0:00:00
- #11 27.58 Collecting addict==2.4.0
- #11 27.62 Downloading addict-2.4.0-py3-none-any.whl (3.8 kB)
- #11 27.85 Collecting aenum==3.1.12
- #11 27.90 Downloading aenum-3.1.12-py3-none-any.whl (131 kB)
- #11 27.94 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 4.9 MB/s eta 0:00:00
- #11 28.06 Collecting aiofiles==23.1.0
- #11 28.11 Downloading aiofiles-23.1.0-py3-none-any.whl (14 kB)
- #11 30.77 Collecting aiohttp==3.8.4
- #11 30.82 Downloading aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
- #11 31.03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 5.0 MB/s eta 0:00:00
- #11 31.20 Collecting aiosignal==1.3.1
- #11 31.26 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
- #11 31.41 Collecting altair==4.2.2
- #11 31.46 Downloading altair-4.2.2-py3-none-any.whl (813 kB)
- #11 31.60 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 kB 6.3 MB/s eta 0:00:00
- #11 31.76 Collecting antlr4-python3-runtime==4.9.3
- #11 31.80 Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
- #11 31.83 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 7.0 MB/s eta 0:00:00
- #11 31.96 Preparing metadata (setup.py): started
- #11 33.26 Preparing metadata (setup.py): finished with status 'done'
- #11 33.47 Collecting anyio==3.6.2
- #11 33.52 Downloading anyio-3.6.2-py3-none-any.whl (80 kB)
- #11 33.54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 8.5 MB/s eta 0:00:00
- #11 33.68 Collecting async-timeout==4.0.2
- #11 33.73 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
- #11 33.91 Collecting attrs==23.1.0
- #11 33.96 Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
- #11 33.98 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.3 MB/s eta 0:00:00
- #11 34.21 Collecting basicsr==1.4.2
- #11 34.26 Downloading basicsr-1.4.2.tar.gz (172 kB)
- #11 34.29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.5/172.5 kB 7.3 MB/s eta 0:00:00
- #11 34.49 Preparing metadata (setup.py): started
- #11 717.1 Preparing metadata (setup.py): still running...
- #11 718.2 Preparing metadata (setup.py): finished with status 'done'
- #11 718.8 Collecting beautifulsoup4==4.12.2
- #11 719.0 Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
- #11 719.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 2.1 MB/s eta 0:00:00
- #11 719.4 Collecting blendmodes==2022
- #11 719.5 Downloading blendmodes-2022-py3-none-any.whl (10 kB)
- #11 719.8 Collecting boltons==23.0.0
- #11 719.8 Downloading boltons-23.0.0-py2.py3-none-any.whl (194 kB)
- #11 719.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 4.2 MB/s eta 0:00:00
- #11 720.1 Collecting cachetools==5.3.0
- #11 720.1 Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)
- #11 720.1 Requirement already satisfied: certifi==2022.12.7 in /usr/local/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (2022.12.7)
- #11 720.2 Collecting chardet==4.0.0
- #11 720.3 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
- #11 720.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 7.9 MB/s eta 0:00:00
- #11 720.3 Requirement already satisfied: charset-normalizer==3.1.0 in /usr/local/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.1.0)
- #11 720.6 Collecting clean-fid==0.1.29
- #11 720.6 Downloading clean_fid-0.1.29-py3-none-any.whl (24 kB)
- #11 720.9 Collecting click==8.1.3
- #11 720.9 Downloading click-8.1.3-py3-none-any.whl (96 kB)
- #11 720.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 8.9 MB/s eta 0:00:00
- #11 722.4 Collecting cmake==3.26.3
- #11 722.6 Using cached cmake-3.26.3-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (24.0 MB)
- #11 725.0 Collecting contourpy==1.0.7
- #11 725.0 Downloading contourpy-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)
- #11 725.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.3/300.3 kB 2.8 MB/s eta 0:00:00
- #11 725.2 Collecting cycler==0.11.0
- #11 725.3 Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
- #11 725.5 Collecting deprecation==2.1.0
- #11 725.6 Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
- #11 725.7 Collecting einops==0.4.1
- #11 725.7 Downloading einops-0.4.1-py3-none-any.whl (28 kB)
- #11 725.9 Collecting entrypoints==0.4
- #11 725.9 Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
- #11 726.0 Collecting facexlib==0.3.0
- #11 726.1 Downloading facexlib-0.3.0-py3-none-any.whl (59 kB)
- #11 726.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 7.1 MB/s eta 0:00:00
- #11 726.6 Collecting fastapi==0.90.1
- #11 726.7 Downloading fastapi-0.90.1-py3-none-any.whl (56 kB)
- #11 726.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.2/56.2 kB 5.5 MB/s eta 0:00:00
- #11 726.8 Collecting ffmpy==0.3.0
- #11 726.9 Downloading ffmpy-0.3.0.tar.gz (4.8 kB)
- #11 726.9 Preparing metadata (setup.py): started
- #11 728.4 Preparing metadata (setup.py): finished with status 'done'
- #11 728.7 Collecting filelock==3.12.0
- #11 728.7 Using cached filelock-3.12.0-py3-none-any.whl (10 kB)
- #11 728.8 Collecting filterpy==1.4.5
- #11 728.9 Downloading filterpy-1.4.5.zip (177 kB)
- #11 728.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.0/178.0 kB 7.1 MB/s eta 0:00:00
- #11 729.0 Preparing metadata (setup.py): started
- #11 730.1 Preparing metadata (setup.py): finished with status 'done'
- #11 730.3 Collecting font-roboto==0.0.1
- #11 730.4 Downloading font-roboto-0.0.1.tar.gz (2.4 MB)
- #11 730.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 5.4 MB/s eta 0:00:00
- #11 731.2 Preparing metadata (setup.py): started
- #11 732.4 Preparing metadata (setup.py): finished with status 'done'
- #11 732.6 Collecting fonts==0.0.3
- #11 732.7 Downloading fonts-0.0.3-py3-none-any.whl (4.2 kB)
- #11 733.2 Collecting fonttools==4.39.3
- #11 733.2 Downloading fonttools-4.39.3-py3-none-any.whl (1.0 MB)
- #11 733.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 5.8 MB/s eta 0:00:00
- #11 734.1 Collecting frozenlist==1.3.3
- #11 734.2 Downloading frozenlist-1.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB)
- #11 734.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.6/149.6 kB 6.1 MB/s eta 0:00:00
- #11 734.5 Collecting fsspec==2023.4.0
- #11 734.5 Downloading fsspec-2023.4.0-py3-none-any.whl (153 kB)
- #11 734.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/154.0 kB 7.5 MB/s eta 0:00:00
- #11 734.7 Collecting ftfy==6.1.1
- #11 734.8 Downloading ftfy-6.1.1-py3-none-any.whl (53 kB)
- #11 734.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 kB 5.7 MB/s eta 0:00:00
- #11 734.9 Collecting future==0.18.3
- #11 735.0 Downloading future-0.18.3.tar.gz (840 kB)
- #11 735.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 6.9 MB/s eta 0:00:00
- #11 735.6 Preparing metadata (setup.py): started
- #11 737.1 Preparing metadata (setup.py): finished with status 'done'
- #11 737.3 Collecting gdown==4.7.1
- #11 737.3 Downloading gdown-4.7.1-py3-none-any.whl (15 kB)
- #11 737.5 Collecting gfpgan==1.3.8
- #11 737.6 Downloading gfpgan-1.3.8-py3-none-any.whl (52 kB)
- #11 737.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 5.4 MB/s eta 0:00:00
- #11 737.7 Collecting gitdb==4.0.10
- #11 737.8 Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)
- #11 737.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 7.5 MB/s eta 0:00:00
- #11 738.1 Collecting GitPython==3.1.27
- #11 738.2 Downloading GitPython-3.1.27-py3-none-any.whl (181 kB)
- #11 738.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 kB 11.9 MB/s eta 0:00:00
- #11 738.8 Collecting google-auth==2.17.3
- #11 738.9 Downloading google_auth-2.17.3-py2.py3-none-any.whl (178 kB)
- #11 738.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.2/178.2 kB 11.8 MB/s eta 0:00:00
- #11 739.0 Collecting google-auth-oauthlib==1.0.0
- #11 739.1 Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
- #11 740.2 Collecting gradio==3.16.2
- #11 740.2 Downloading gradio-3.16.2-py3-none-any.whl (14.2 MB)
- #11 745.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 2.3 MB/s eta 0:00:00
- #11 746.9 Collecting gradio_client==0.1.4
- #11 746.9 Downloading gradio_client-0.1.4-py3-none-any.whl (286 kB)
- #11 747.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 286.7/286.7 kB 2.1 MB/s eta 0:00:00
- #11 753.1 Collecting grpcio==1.54.0
- #11 753.2 Downloading grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
- #11 755.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 2.2 MB/s eta 0:00:00
- #11 755.9 Collecting h11==0.12.0
- #11 755.9 Downloading h11-0.12.0-py3-none-any.whl (54 kB)
- #11 756.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 2.5 MB/s eta 0:00:00
- #11 756.2 Collecting httpcore==0.15.0
- #11 756.3 Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)
- #11 756.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/68.4 kB 7.3 MB/s eta 0:00:00
- #11 756.5 Collecting httpx==0.24.0
- #11 756.7 Downloading httpx-0.24.0-py3-none-any.whl (75 kB)
- #11 756.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.3/75.3 kB 1.6 MB/s eta 0:00:00
- #11 757.1 Collecting huggingface-hub==0.14.1
- #11 757.4 Downloading huggingface_hub-0.14.1-py3-none-any.whl (224 kB)
- #11 757.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 1.2 MB/s eta 0:00:00
- #11 757.8 Collecting idna==2.10
- #11 757.9 Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
- #11 758.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 418.2 kB/s eta 0:00:00
- #11 758.4 Collecting imageio==2.28.1
- #11 758.5 Downloading imageio-2.28.1-py3-none-any.whl (3.4 MB)
- #11 759.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 5.1 MB/s eta 0:00:00
- #11 759.5 Collecting inflection==0.5.1
- #11 759.6 Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
- #11 759.9 Collecting Jinja2==3.1.2
- #11 759.9 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
- #11 760.2 Collecting jsonmerge==1.8.0
- #11 760.3 Downloading jsonmerge-1.8.0.tar.gz (26 kB)
- #11 760.4 Preparing metadata (setup.py): started
- #11 761.7 Preparing metadata (setup.py): finished with status 'done'
- #11 762.0 Collecting jsonschema==4.17.3
- #11 762.1 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
- #11 762.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 5.6 MB/s eta 0:00:00
- #11 762.7 Collecting kiwisolver==1.4.4
- #11 762.8 Downloading kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
- #11 764.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 1.4 MB/s eta 0:00:00
- #11 764.4 Collecting kornia==0.6.7
- #11 764.5 Downloading kornia-0.6.7-py2.py3-none-any.whl (565 kB)
- #11 764.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 565.1/565.1 kB 1.7 MB/s eta 0:00:00
- #11 765.2 Collecting lark==1.1.2
- #11 765.3 Downloading lark-1.1.2-py2.py3-none-any.whl (104 kB)
- #11 765.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.7/104.7 kB 932.3 kB/s eta 0:00:00
- #11 765.6 Collecting lazy_loader==0.2
- #11 765.6 Downloading lazy_loader-0.2-py3-none-any.whl (8.6 kB)
- #11 765.8 Collecting lightning-utilities==0.8.0
- #11 765.8 Downloading lightning_utilities-0.8.0-py3-none-any.whl (20 kB)
- #11 766.1 Collecting linkify-it-py==2.0.2
- #11 766.2 Downloading linkify_it_py-2.0.2-py3-none-any.whl (19 kB)
- #11 766.4 Collecting lit==16.0.2
- #11 766.4 Using cached lit-16.0.2-py3-none-any.whl
- #11 767.1 Collecting llvmlite==0.40.0
- #11 767.2 Downloading llvmlite-0.40.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB)
- #11 777.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 4.6 MB/s eta 0:00:00
- #11 780.6 Collecting lmdb==1.4.1
- #11 780.7 Downloading lmdb-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299 kB)
- #11 780.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 299.2/299.2 kB 3.2 MB/s eta 0:00:00
- #11 780.9 Collecting lpips==0.1.4
- #11 781.0 Downloading lpips-0.1.4-py3-none-any.whl (53 kB)
- #11 781.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/53.8 kB 521.6 kB/s eta 0:00:00
- #11 781.3 Collecting Markdown==3.4.3
- #11 781.6 Downloading Markdown-3.4.3-py3-none-any.whl (93 kB)
- #11 781.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.9/93.9 kB 4.5 MB/s eta 0:00:00
- #11 781.9 Collecting markdown-it-py==2.2.0
- #11 782.0 Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
- #11 782.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 3.0 MB/s eta 0:00:00
- #11 782.6 Collecting MarkupSafe==2.1.2
- #11 782.6 Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
- #11 784.2 Collecting matplotlib==3.7.1
- #11 784.3 Downloading matplotlib-3.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
- #11 788.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 2.8 MB/s eta 0:00:00
- #11 789.5 Collecting mdit-py-plugins==0.3.3
- #11 789.6 Downloading mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
- #11 789.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 367.0 kB/s eta 0:00:00
- #11 789.9 Collecting mdurl==0.1.2
- #11 790.0 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
- #11 790.2 Collecting mpmath==1.3.0
- #11 790.2 Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
- #11 793.1 Collecting multidict==6.0.4
- #11 793.1 Downloading multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB)
- #11 793.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.5/114.5 kB 2.0 MB/s eta 0:00:00
- #11 793.4 Collecting mypy-extensions==1.0.0
- #11 793.6 Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
- #11 794.0 Collecting networkx==3.1
- #11 794.0 Using cached networkx-3.1-py3-none-any.whl (2.1 MB)
- #11 795.5 Collecting numba==0.57.0
- #11 795.5 Downloading numba-0.57.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.6 MB)
- #11 798.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 1.5 MB/s eta 0:00:00
- #11 800.4 Collecting numpy==1.23.3
- #11 800.5 Downloading numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
- #11 805.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 3.2 MB/s eta 0:00:00
- #11 806.3 Collecting nvidia-cublas-cu11==11.10.3.66
- #11 814.6 Using cached nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)
- #11 834.4 Collecting nvidia-cuda-cupti-cu11==11.7.101
- #11 834.5 Using cached nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl (11.8 MB)
- #11 835.4 Collecting nvidia-cuda-nvrtc-cu11==11.7.99
- #11 835.7 Using cached nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)
- #11 837.1 Collecting nvidia-cuda-runtime-cu11==11.7.99
- #11 837.1 Using cached nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)
- #11 837.3 Collecting nvidia-cudnn-cu11==8.5.0.96
- #11 856.4 Using cached nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)
- #11 893.6 Collecting nvidia-cufft-cu11==10.9.0.58
- #11 895.5 Using cached nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl (168.4 MB)
- #11 906.4 Collecting nvidia-curand-cu11==10.2.10.91
- #11 906.9 Using cached nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl (54.6 MB)
- #11 910.2 Collecting nvidia-cusolver-cu11==11.4.0.1
- #11 911.0 Using cached nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl (102.6 MB)
- #11 917.2 Collecting nvidia-cusparse-cu11==11.7.4.91
- #11 919.8 Using cached nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl (173.2 MB)
- #11 930.8 Collecting nvidia-nccl-cu11==2.14.3
- #11 933.2 Using cached nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl (177.1 MB)
- #11 944.1 Collecting nvidia-nvtx-cu11==11.7.91
- #11 944.1 Using cached nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl (98 kB)
- #11 944.3 Collecting oauthlib==3.2.2
- #11 944.4 Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
- #11 944.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 4.7 MB/s eta 0:00:00
- #11 945.0 Collecting omegaconf==2.2.3
- #11 945.1 Downloading omegaconf-2.2.3-py3-none-any.whl (79 kB)
- #11 945.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.3/79.3 kB 1.9 MB/s eta 0:00:00
- #11 946.6 Collecting opencv-python==4.7.0.72
- #11 946.7 Downloading opencv_python-4.7.0.72-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.8 MB)
- #11 964.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.8/61.8 MB 3.1 MB/s eta 0:00:00
- #11 970.3 Collecting orjson==3.8.11
- #11 970.4 Downloading orjson-3.8.11-cp310-cp310-manylinux_2_28_x86_64.whl (135 kB)
- #11 970.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 7.8 MB/s eta 0:00:00
- #11 970.7 Collecting packaging==23.1
- #11 970.7 Downloading packaging-23.1-py3-none-any.whl (48 kB)
- #11 970.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.1 MB/s eta 0:00:00
- #11 973.3 Collecting pandas==2.0.1
- #11 973.4 Downloading pandas-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)
- #11 977.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 3.2 MB/s eta 0:00:00
- #11 978.1 Collecting piexif==1.1.3
- #11 978.1 Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB)
- #11 980.4 Collecting Pillow==9.4.0
- #11 980.5 Downloading Pillow-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB)
- #11 981.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 4.0 MB/s eta 0:00:00
- #11 983.6 Collecting protobuf==3.20.0
- #11 983.7 Downloading protobuf-3.20.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB)
- #11 984.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 2.6 MB/s eta 0:00:00
- #11 985.1 Collecting psutil==5.9.5
- #11 985.2 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)
- #11 985.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 2.4 MB/s eta 0:00:00
- #11 985.6 Collecting pyasn1==0.5.0
- #11 985.7 Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
- #11 985.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 1.2 MB/s eta 0:00:00
- #11 986.1 Collecting pyasn1-modules==0.3.0
- #11 986.2 Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
- #11 986.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 6.4 MB/s eta 0:00:00
- #11 987.9 Collecting pycryptodome==3.17
- #11 987.9 Downloading pycryptodome-3.17-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
- #11 988.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 3.4 MB/s eta 0:00:00
- #11 990.0 Collecting pydantic==1.10.7
- #11 990.1 Downloading pydantic-1.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
- #11 990.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 3.6 MB/s eta 0:00:00
- #11 991.2 Collecting pyDeprecate==0.3.2
- #11 991.3 Downloading pyDeprecate-0.3.2-py3-none-any.whl (10 kB)
- #11 991.4 Collecting pydub==0.25.1
- #11 991.5 Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
- #11 991.8 Collecting pyparsing==3.0.9
- #11 991.9 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
- #11 991.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 2.1 MB/s eta 0:00:00
- #11 992.2 Collecting pyre-extensions==0.0.29
- #11 992.2 Downloading pyre_extensions-0.0.29-py3-none-any.whl (12 kB)
- #11 992.7 Collecting pyrsistent==0.19.3
- #11 992.7 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)
- #11 992.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 1.6 MB/s eta 0:00:00
- #11 993.1 Collecting PySocks==1.7.1
- #11 993.2 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
- #11 993.4 Collecting python-dateutil==2.8.2
- #11 993.5 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
- #11 993.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 1.2 MB/s eta 0:00:00
- #11 993.8 Collecting python-multipart==0.0.6
- #11 993.9 Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
- #11 993.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 1.4 MB/s eta 0:00:00
- #11 994.4 Collecting pytorch-lightning==1.7.6
- #11 994.5 Downloading pytorch_lightning-1.7.6-py3-none-any.whl (707 kB)
- #11 995.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 707.5/707.5 kB 835.5 kB/s eta 0:00:00
- #11 995.9 Collecting pytz==2023.3
- #11 995.9 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
- #11 996.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 2.7 MB/s eta 0:00:00
- #11 996.7 Collecting PyWavelets==1.4.1
- #11 996.7 Downloading PyWavelets-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB)
- #11 1000.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 2.0 MB/s eta 0:00:00
- #11 1001.2 Collecting PyYAML==6.0
- #11 1001.3 Downloading PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB)
- #11 1001.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 2.6 MB/s eta 0:00:00
- #11 1001.7 Collecting realesrgan==0.3.0
- #11 1001.8 Downloading realesrgan-0.3.0-py3-none-any.whl (26 kB)
- #11 1006.6 Collecting regex==2023.5.4
- #11 1006.7 Downloading regex-2023.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (769 kB)
- #11 1007.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 769.6/769.6 kB 2.5 MB/s eta 0:00:00
- #11 1007.2 Collecting requests-oauthlib==1.3.1
- #11 1007.3 Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
- #11 1007.4 Collecting resize-right==0.0.2
- #11 1007.4 Downloading resize_right-0.0.2-py3-none-any.whl (8.9 kB)
- #11 1007.6 Collecting rsa==4.9
- #11 1007.7 Downloading rsa-4.9-py3-none-any.whl (34 kB)
- #11 1008.1 Collecting runpod==0.9.3
- #11 1008.2 Downloading runpod-0.9.3-py3-none-any.whl (29 kB)
- #11 1008.8 Collecting safetensors==0.2.7
- #11 1008.8 Downloading safetensors-0.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
- #11 1009.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 3.9 MB/s eta 0:00:00
- #11 1010.0 Collecting scikit-image==0.19.2
- #11 1010.1 Downloading scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB)
- #11 1014.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 3.0 MB/s eta 0:00:00
- #11 1017.0 Collecting scipy==1.10.1
- #11 1017.0 Downloading scipy-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.4 MB)
- #11 1027.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.4/34.4 MB 3.1 MB/s eta 0:00:00
- #11 1029.3 Collecting semantic-version==2.10.0
- #11 1029.3 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
- #11 1030.3 Collecting sentencepiece==0.1.99
- #11 1030.4 Downloading sentencepiece-0.1.99-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
- #11 1030.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 4.4 MB/s eta 0:00:00
- #11 1030.9 Collecting six==1.16.0
- #11 1031.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
- #11 1031.2 Collecting smmap==5.0.0
- #11 1031.3 Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
- #11 1031.5 Collecting sniffio==1.3.0
- #11 1031.5 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
- #11 1031.7 Collecting soupsieve==2.4.1
- #11 1031.8 Downloading soupsieve-2.4.1-py3-none-any.whl (36 kB)
- #11 1032.1 Collecting starlette==0.23.1
- #11 1032.2 Downloading starlette-0.23.1-py3-none-any.whl (64 kB)
- #11 1032.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 5.2 MB/s eta 0:00:00
- #11 1032.4 Collecting sympy==1.11.1
- #11 1032.5 Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB)
- #11 1037.3 Collecting tb-nightly==2.13.0a20230502
- #11 1037.4 Downloading tb_nightly-2.13.0a20230502-py3-none-any.whl (5.6 MB)
- #11 1038.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 4.1 MB/s eta 0:00:00
- #11 1039.3 Collecting tensorboard==2.12.3
- #11 1039.4 Downloading tensorboard-2.12.3-py3-none-any.whl (5.6 MB)
- #11 1041.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 2.8 MB/s eta 0:00:00
- #11 1042.0 Collecting tensorboard-data-server==0.7.0
- #11 1042.1 Downloading tensorboard_data_server-0.7.0-py3-none-manylinux2014_x86_64.whl (6.6 MB)
- #11 1044.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 3.3 MB/s eta 0:00:00
- #11 1044.9 Collecting tifffile==2023.4.12
- #11 1045.0 Downloading tifffile-2023.4.12-py3-none-any.whl (219 kB)
- #11 1045.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.4/219.4 kB 3.4 MB/s eta 0:00:00
- #11 1045.3 Collecting timm==0.6.7
- #11 1045.4 Downloading timm-0.6.7-py3-none-any.whl (509 kB)
- #11 1045.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 3.5 MB/s eta 0:00:00
- #11 1047.1 Collecting tokenizers==0.13.3
- #11 1047.2 Downloading tokenizers-0.13.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB)
- #11 1049.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/7.8 MB 4.1 MB/s eta 0:00:00
- #11 1049.7 Collecting tomli==2.0.1
- #11 1049.8 Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
- #11 1049.9 Collecting toolz==0.12.0
- #11 1050.0 Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
- #11 1050.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 5.1 MB/s eta 0:00:00
- #11 1050.5 Collecting torch==2.0.0
- #11 1084.2 Using cached torch-2.0.0-cp310-cp310-manylinux1_x86_64.whl (619.9 MB)
- #11 1126.7 Collecting torchdiffeq==0.2.3
- #11 1126.8 Downloading torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
- #11 1127.1 Collecting torchmetrics==0.11.4
- #11 1127.1 Downloading torchmetrics-0.11.4-py3-none-any.whl (519 kB)
- #11 1127.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 519.2/519.2 kB 2.5 MB/s eta 0:00:00
- #11 1127.5 Collecting torchsde==0.2.5
- #11 1127.6 Downloading torchsde-0.2.5-py3-none-any.whl (59 kB)
- #11 1127.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/59.2 kB 3.7 MB/s eta 0:00:00
- #11 1128.2 Collecting torchvision==0.15.1
- #11 1128.3 Downloading torchvision-0.15.1-cp310-cp310-manylinux1_x86_64.whl (6.0 MB)
- #11 1130.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 2.6 MB/s eta 0:00:00
- #11 1131.6 Collecting tqdm==4.65.0
- #11 1131.6 Downloading tqdm-4.65.0-py3-none-any.whl (77 kB)
- #11 1131.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 3.7 MB/s eta 0:00:00
- #11 1131.8 Collecting trampoline==0.1.2
- #11 1131.9 Downloading trampoline-0.1.2-py3-none-any.whl (5.2 kB)
- #11 1132.3 Collecting transformers==4.25.1
- #11 1132.3 Downloading transformers-4.25.1-py3-none-any.whl (5.8 MB)
- #11 1135.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 2.1 MB/s eta 0:00:00
- #11 1135.8 Collecting triton==2.0.0
- #11 1137.0 Using cached triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB)
- #11 1140.9 Collecting typing-inspect==0.8.0
- #11 1141.0 Downloading typing_inspect-0.8.0-py3-none-any.whl (8.7 kB)
- #11 1141.1 Collecting typing_extensions==4.5.0
- #11 1141.1 Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
- #11 1141.3 Collecting tzdata==2023.3
- #11 1141.4 Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
- #11 1141.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 2.0 MB/s eta 0:00:00
- #11 1141.7 Collecting uc-micro-py==1.0.2
- #11 1141.8 Downloading uc_micro_py-1.0.2-py3-none-any.whl (6.2 kB)
- #11 1141.8 Requirement already satisfied: urllib3==1.26.15 in /usr/local/lib/python3.10/site-packages (from -r requirements.txt (line 159)) (1.26.15)
- #11 1142.1 Collecting uvicorn==0.22.0
- #11 1142.3 Downloading uvicorn-0.22.0-py3-none-any.whl (58 kB)
- #11 1142.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 597.3 kB/s eta 0:00:00
- #11 1142.5 Collecting wcwidth==0.2.6
- #11 1142.8 Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
- #11 1143.8 Collecting websockets==11.0.2
- #11 1143.8 Downloading websockets-11.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)
- #11 1143.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.9/129.9 kB 1.8 MB/s eta 0:00:00
- #11 1144.3 Collecting Werkzeug==2.3.3
- #11 1144.3 Downloading Werkzeug-2.3.3-py3-none-any.whl (242 kB)
- #11 1144.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.3/242.3 kB 608.7 kB/s eta 0:00:00
- #11 1145.0 Collecting xformers==0.0.19
- #11 1145.0 Downloading xformers-0.0.19-cp310-cp310-manylinux2014_x86_64.whl (108.2 MB)
- #11 1186.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.2/108.2 MB 2.2 MB/s eta 0:00:00
- #11 1192.2 Collecting yapf==0.33.0
- #11 1192.3 Downloading yapf-0.33.0-py2.py3-none-any.whl (200 kB)
- #11 1192.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.9/200.9 kB 11.8 MB/s eta 0:00:00
- #11 1193.8 Collecting yarl==1.9.2
- #11 1193.9 Downloading yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268 kB)
- #11 1194.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268.8/268.8 kB 654.5 kB/s eta 0:00:00
- #11 1195.5 Requirement already satisfied: requests in /usr/local/lib/python3.10/site-packages (from basicsr==1.4.2->-r requirements.txt (line 13)) (2.29.0)
- #11 1196.4 Collecting requests
- #11 1196.4 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
- #11 1196.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.3 MB/s eta 0:00:00
- #11 1203.5 Requirement already satisfied: setuptools in /usr/local/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->-r requirements.txt (line 83)) (65.5.1)
- #11 1203.5 Requirement already satisfied: wheel in /usr/local/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->-r requirements.txt (line 83)) (0.40.0)
- #11 1212.9 Collecting boto3>=1.26.15
- #11 1212.9 Downloading boto3-1.26.125-py3-none-any.whl (135 kB)
- #11 1213.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 8.1 MB/s eta 0:00:00
- #11 1213.2 Collecting python-dotenv>=0.21.0
- #11 1213.2 Downloading python_dotenv-1.0.0-py3-none-any.whl (19 kB)
- #11 1213.3 INFO: pip is looking at multiple versions of rsa to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of resize-right to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of requests-oauthlib to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of regex to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of realesrgan to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pyyaml to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pywavelets to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pytz to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pytorch-lightning to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of python-multipart to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of python-dateutil to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pysocks to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pyrsistent to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pyre-extensions to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pyparsing to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pydub to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pydeprecate to determine which version is compatible with other requirements. This could take a while.
- #11 1213.3 INFO: pip is looking at multiple versions of pydantic to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of pycryptodome to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of pyasn1-modules to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of pyasn1 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of psutil to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of protobuf to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of pillow to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of piexif to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of pandas to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of packaging to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of orjson to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of opencv-python to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of omegaconf to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of oauthlib to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-nvtx-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-nccl-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cusparse-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cusolver-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-curand-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cufft-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cudnn-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cuda-runtime-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cuda-nvrtc-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cuda-cupti-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of nvidia-cublas-cu11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of numba to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of mypy-extensions to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of multidict to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of mpmath to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of mdurl to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of mdit-py-plugins to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of matplotlib to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of markupsafe to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of markdown-it-py to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of markdown to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of lpips to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of lmdb to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of llvmlite to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of lit to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of linkify-it-py to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of lightning-utilities to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of lazy-loader to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of lark to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of kornia to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of kiwisolver to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of jsonschema to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of jsonmerge to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of jinja2 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of inflection to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of imageio to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of idna to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of huggingface-hub to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of httpx to determine which version is compatible with other requirements. This could take a while.
- #11 1213.4 INFO: pip is looking at multiple versions of httpcore to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of h11 to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of grpcio to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of gradio-client to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of google-auth-oauthlib to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of google-auth to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of gitpython to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of gitdb to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of gfpgan to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of gdown to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of future to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of ftfy to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of fsspec to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of frozenlist to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of fonttools to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of fonts to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of font-roboto to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of filterpy to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of filelock to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of ffmpy to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of fastapi to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of facexlib to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of entrypoints to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of einops to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of deprecation to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of cycler to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of contourpy to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of cmake to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of clean-fid to determine which version is compatible with other requirements. This could take a while.
- #11 1213.5 INFO: pip is looking at multiple versions of charset-normalizer to determine which version is compatible with other requirements. This could take a while.
- #11 1214.2 Collecting charset-normalizer==3.1.0
- #11 1214.2 Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
- #11 1214.5 INFO: pip is looking at multiple versions of chardet to determine which version is compatible with other requirements. This could take a while.
- #11 1214.5 INFO: pip is looking at multiple versions of certifi to determine which version is compatible with other requirements. This could take a while.
- #11 1214.7 Collecting certifi==2022.12.7
- #11 1214.7 Using cached certifi-2022.12.7-py3-none-any.whl (155 kB)
- #11 1214.9 INFO: pip is looking at multiple versions of cachetools to determine which version is compatible with other requirements. This could take a while.
- #11 1214.9 INFO: pip is looking at multiple versions of boltons to determine which version is compatible with other requirements. This could take a while.
- #11 1214.9 INFO: pip is looking at multiple versions of blendmodes to determine which version is compatible with other requirements. This could take a while.
- #11 1214.9 INFO: pip is looking at multiple versions of beautifulsoup4 to determine which version is compatible with other requirements. This could take a while.
- #11 1214.9 INFO: pip is looking at multiple versions of basicsr to determine which version is compatible with other requirements. This could take a while.
- #11 1214.9 INFO: pip is looking at multiple versions of attrs to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of async-timeout to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of anyio to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of antlr4-python3-runtime to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of altair to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of aiosignal to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of aiohttp to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of aiofiles to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of aenum to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of addict to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of accelerate to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 INFO: pip is looking at multiple versions of absl-py to determine which version is compatible with other requirements. This could take a while.
- #11 1215.0 ERROR: Cannot install -r requirements.txt (line 123), -r requirements.txt (line 126), -r requirements.txt (line 13), -r requirements.txt (line 21), -r requirements.txt (line 48), -r requirements.txt (line 49) and -r requirements.txt (line 54) because these package versions have conflicting dependencies.
- #11 1215.0
- #11 1215.0 The conflict is caused by:
- #11 1215.0 basicsr 1.4.2 depends on requests
- #11 1215.0 clean-fid 0.1.29 depends on requests==2.25.1
- #11 1215.0 gradio 3.16.2 depends on requests
- #11 1215.0 gradio-client 0.1.4 depends on requests
- #11 1215.0 huggingface-hub 0.14.1 depends on requests
- #11 1215.0 requests-oauthlib 1.3.1 depends on requests>=2.0.0
- #11 1215.0 runpod 0.9.3 depends on requests>=2.28.1
- #11 1215.0
- #11 1215.0 To fix this you could try to:
- #11 1215.0 1. loosen the range of package versions you've specified
- #11 1215.0 2. remove package versions to allow pip attempt to solve the dependency conflict
- #11 1215.0
- #11 1215.0 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
- #11 1215.1
- #11 1215.1 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
- #11 1215.1 [notice] To update, run: pip install --upgrade pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement