Advertisement
kopyl

Untitled

May 3rd, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.50 KB | None | 0 0
  1. [+] Building 1242.2s (11/16)
  2. => [internal] load build definition from Dockerfile 0.0s
  3. => => transferring dockerfile: 84B 0.0s
  4. => [internal] load .dockerignore 0.0s
  5. => => transferring context: 2B 0.0s
  6. => [internal] load metadata for docker.io/library/python:3.10-slim 0.5s
  7. => [build 1/9] FROM docker.io/library/python:3.10-slim@sha256:330173e29b1d14a58aecf60031d53fbda203886d5306c235d6a65e373ba172a0 0.0s
  8. => [internal] load build context 0.1s
  9. => => transferring context: 341.15kB 0.1s
  10. => CACHED [build 2/9] RUN apt update 0.0s
  11. => CACHED [build 3/9] RUN apt install ffmpeg libsm6 libxext6 -y 0.0s
  12. => CACHED [build 4/9] RUN apt install git -y 0.0s
  13. => [build 5/9] COPY requirements.txt . 0.0s
  14. => [build 6/9] RUN pip install requests==2.29.0 13.4s
  15. => ERROR [build 7/9] RUN pip install -r requirements.txt 1228.1s
  16. ------
  17. > [build 7/9] RUN pip install -r requirements.txt:
  18. #11 2.453 Collecting clip@ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
  19. #11 2.455 Cloning https://github.com/openai/CLIP.git (to revision d50d76daa670286dd6cacf3bcd80b5e4823fc8e1) to /tmp/pip-install-9odevf3u/clip_2da2c7e1eeb64247a2221b88cf5e3193
  20. #11 2.505 Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git /tmp/pip-install-9odevf3u/clip_2da2c7e1eeb64247a2221b88cf5e3193
  21. #11 6.453 Running command git rev-parse -q --verify 'sha^d50d76daa670286dd6cacf3bcd80b5e4823fc8e1'
  22. #11 6.496 Running command git fetch -q https://github.com/openai/CLIP.git d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
  23. #11 7.523 Running command git checkout -q d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
  24. #11 8.698 Resolved https://github.com/openai/CLIP.git to commit d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
  25. #11 8.746 Preparing metadata (setup.py): started
  26. #11 11.86 Preparing metadata (setup.py): finished with status 'done'
  27. #11 11.90 Collecting open-clip-torch@ git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
  28. #11 11.91 Cloning https://github.com/mlfoundations/open_clip.git (to revision bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b) to /tmp/pip-install-9odevf3u/open-clip-torch_14427155b9c34e3ca8eb57c0a853d476
  29. #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
  30. #11 20.13 Running command git rev-parse -q --verify 'sha^bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b'
  31. #11 20.16 Running command git fetch -q https://github.com/mlfoundations/open_clip.git bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
  32. #11 21.17 Running command git checkout -q bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
  33. #11 25.18 Resolved https://github.com/mlfoundations/open_clip.git to commit bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
  34. #11 25.22 Preparing metadata (setup.py): started
  35. #11 26.46 Preparing metadata (setup.py): finished with status 'done'
  36. #11 26.86 Collecting absl-py==1.4.0
  37. #11 27.08 Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
  38. #11 27.17 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 2.0 MB/s eta 0:00:00
  39. #11 27.35 Collecting accelerate==0.12.0
  40. #11 27.41 Downloading accelerate-0.12.0-py3-none-any.whl (143 kB)
  41. #11 27.45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.0/144.0 kB 4.5 MB/s eta 0:00:00
  42. #11 27.58 Collecting addict==2.4.0
  43. #11 27.62 Downloading addict-2.4.0-py3-none-any.whl (3.8 kB)
  44. #11 27.85 Collecting aenum==3.1.12
  45. #11 27.90 Downloading aenum-3.1.12-py3-none-any.whl (131 kB)
  46. #11 27.94 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.8/131.8 kB 4.9 MB/s eta 0:00:00
  47. #11 28.06 Collecting aiofiles==23.1.0
  48. #11 28.11 Downloading aiofiles-23.1.0-py3-none-any.whl (14 kB)
  49. #11 30.77 Collecting aiohttp==3.8.4
  50. #11 30.82 Downloading aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
  51. #11 31.03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 5.0 MB/s eta 0:00:00
  52. #11 31.20 Collecting aiosignal==1.3.1
  53. #11 31.26 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
  54. #11 31.41 Collecting altair==4.2.2
  55. #11 31.46 Downloading altair-4.2.2-py3-none-any.whl (813 kB)
  56. #11 31.60 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 kB 6.3 MB/s eta 0:00:00
  57. #11 31.76 Collecting antlr4-python3-runtime==4.9.3
  58. #11 31.80 Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
  59. #11 31.83 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 7.0 MB/s eta 0:00:00
  60. #11 31.96 Preparing metadata (setup.py): started
  61. #11 33.26 Preparing metadata (setup.py): finished with status 'done'
  62. #11 33.47 Collecting anyio==3.6.2
  63. #11 33.52 Downloading anyio-3.6.2-py3-none-any.whl (80 kB)
  64. #11 33.54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 8.5 MB/s eta 0:00:00
  65. #11 33.68 Collecting async-timeout==4.0.2
  66. #11 33.73 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
  67. #11 33.91 Collecting attrs==23.1.0
  68. #11 33.96 Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
  69. #11 33.98 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.3 MB/s eta 0:00:00
  70. #11 34.21 Collecting basicsr==1.4.2
  71. #11 34.26 Downloading basicsr-1.4.2.tar.gz (172 kB)
  72. #11 34.29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.5/172.5 kB 7.3 MB/s eta 0:00:00
  73. #11 34.49 Preparing metadata (setup.py): started
  74. #11 717.1 Preparing metadata (setup.py): still running...
  75. #11 718.2 Preparing metadata (setup.py): finished with status 'done'
  76. #11 718.8 Collecting beautifulsoup4==4.12.2
  77. #11 719.0 Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
  78. #11 719.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 2.1 MB/s eta 0:00:00
  79. #11 719.4 Collecting blendmodes==2022
  80. #11 719.5 Downloading blendmodes-2022-py3-none-any.whl (10 kB)
  81. #11 719.8 Collecting boltons==23.0.0
  82. #11 719.8 Downloading boltons-23.0.0-py2.py3-none-any.whl (194 kB)
  83. #11 719.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 4.2 MB/s eta 0:00:00
  84. #11 720.1 Collecting cachetools==5.3.0
  85. #11 720.1 Downloading cachetools-5.3.0-py3-none-any.whl (9.3 kB)
  86. #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)
  87. #11 720.2 Collecting chardet==4.0.0
  88. #11 720.3 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
  89. #11 720.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 7.9 MB/s eta 0:00:00
  90. #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)
  91. #11 720.6 Collecting clean-fid==0.1.29
  92. #11 720.6 Downloading clean_fid-0.1.29-py3-none-any.whl (24 kB)
  93. #11 720.9 Collecting click==8.1.3
  94. #11 720.9 Downloading click-8.1.3-py3-none-any.whl (96 kB)
  95. #11 720.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 8.9 MB/s eta 0:00:00
  96. #11 722.4 Collecting cmake==3.26.3
  97. #11 722.6 Using cached cmake-3.26.3-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (24.0 MB)
  98. #11 725.0 Collecting contourpy==1.0.7
  99. #11 725.0 Downloading contourpy-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)
  100. #11 725.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.3/300.3 kB 2.8 MB/s eta 0:00:00
  101. #11 725.2 Collecting cycler==0.11.0
  102. #11 725.3 Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
  103. #11 725.5 Collecting deprecation==2.1.0
  104. #11 725.6 Downloading deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
  105. #11 725.7 Collecting einops==0.4.1
  106. #11 725.7 Downloading einops-0.4.1-py3-none-any.whl (28 kB)
  107. #11 725.9 Collecting entrypoints==0.4
  108. #11 725.9 Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
  109. #11 726.0 Collecting facexlib==0.3.0
  110. #11 726.1 Downloading facexlib-0.3.0-py3-none-any.whl (59 kB)
  111. #11 726.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 7.1 MB/s eta 0:00:00
  112. #11 726.6 Collecting fastapi==0.90.1
  113. #11 726.7 Downloading fastapi-0.90.1-py3-none-any.whl (56 kB)
  114. #11 726.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.2/56.2 kB 5.5 MB/s eta 0:00:00
  115. #11 726.8 Collecting ffmpy==0.3.0
  116. #11 726.9 Downloading ffmpy-0.3.0.tar.gz (4.8 kB)
  117. #11 726.9 Preparing metadata (setup.py): started
  118. #11 728.4 Preparing metadata (setup.py): finished with status 'done'
  119. #11 728.7 Collecting filelock==3.12.0
  120. #11 728.7 Using cached filelock-3.12.0-py3-none-any.whl (10 kB)
  121. #11 728.8 Collecting filterpy==1.4.5
  122. #11 728.9 Downloading filterpy-1.4.5.zip (177 kB)
  123. #11 728.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.0/178.0 kB 7.1 MB/s eta 0:00:00
  124. #11 729.0 Preparing metadata (setup.py): started
  125. #11 730.1 Preparing metadata (setup.py): finished with status 'done'
  126. #11 730.3 Collecting font-roboto==0.0.1
  127. #11 730.4 Downloading font-roboto-0.0.1.tar.gz (2.4 MB)
  128. #11 730.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 5.4 MB/s eta 0:00:00
  129. #11 731.2 Preparing metadata (setup.py): started
  130. #11 732.4 Preparing metadata (setup.py): finished with status 'done'
  131. #11 732.6 Collecting fonts==0.0.3
  132. #11 732.7 Downloading fonts-0.0.3-py3-none-any.whl (4.2 kB)
  133. #11 733.2 Collecting fonttools==4.39.3
  134. #11 733.2 Downloading fonttools-4.39.3-py3-none-any.whl (1.0 MB)
  135. #11 733.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 5.8 MB/s eta 0:00:00
  136. #11 734.1 Collecting frozenlist==1.3.3
  137. #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)
  138. #11 734.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.6/149.6 kB 6.1 MB/s eta 0:00:00
  139. #11 734.5 Collecting fsspec==2023.4.0
  140. #11 734.5 Downloading fsspec-2023.4.0-py3-none-any.whl (153 kB)
  141. #11 734.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/154.0 kB 7.5 MB/s eta 0:00:00
  142. #11 734.7 Collecting ftfy==6.1.1
  143. #11 734.8 Downloading ftfy-6.1.1-py3-none-any.whl (53 kB)
  144. #11 734.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 kB 5.7 MB/s eta 0:00:00
  145. #11 734.9 Collecting future==0.18.3
  146. #11 735.0 Downloading future-0.18.3.tar.gz (840 kB)
  147. #11 735.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 6.9 MB/s eta 0:00:00
  148. #11 735.6 Preparing metadata (setup.py): started
  149. #11 737.1 Preparing metadata (setup.py): finished with status 'done'
  150. #11 737.3 Collecting gdown==4.7.1
  151. #11 737.3 Downloading gdown-4.7.1-py3-none-any.whl (15 kB)
  152. #11 737.5 Collecting gfpgan==1.3.8
  153. #11 737.6 Downloading gfpgan-1.3.8-py3-none-any.whl (52 kB)
  154. #11 737.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 5.4 MB/s eta 0:00:00
  155. #11 737.7 Collecting gitdb==4.0.10
  156. #11 737.8 Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)
  157. #11 737.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 7.5 MB/s eta 0:00:00
  158. #11 738.1 Collecting GitPython==3.1.27
  159. #11 738.2 Downloading GitPython-3.1.27-py3-none-any.whl (181 kB)
  160. #11 738.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 kB 11.9 MB/s eta 0:00:00
  161. #11 738.8 Collecting google-auth==2.17.3
  162. #11 738.9 Downloading google_auth-2.17.3-py2.py3-none-any.whl (178 kB)
  163. #11 738.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.2/178.2 kB 11.8 MB/s eta 0:00:00
  164. #11 739.0 Collecting google-auth-oauthlib==1.0.0
  165. #11 739.1 Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
  166. #11 740.2 Collecting gradio==3.16.2
  167. #11 740.2 Downloading gradio-3.16.2-py3-none-any.whl (14.2 MB)
  168. #11 745.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 2.3 MB/s eta 0:00:00
  169. #11 746.9 Collecting gradio_client==0.1.4
  170. #11 746.9 Downloading gradio_client-0.1.4-py3-none-any.whl (286 kB)
  171. #11 747.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 286.7/286.7 kB 2.1 MB/s eta 0:00:00
  172. #11 753.1 Collecting grpcio==1.54.0
  173. #11 753.2 Downloading grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
  174. #11 755.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 2.2 MB/s eta 0:00:00
  175. #11 755.9 Collecting h11==0.12.0
  176. #11 755.9 Downloading h11-0.12.0-py3-none-any.whl (54 kB)
  177. #11 756.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 2.5 MB/s eta 0:00:00
  178. #11 756.2 Collecting httpcore==0.15.0
  179. #11 756.3 Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)
  180. #11 756.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/68.4 kB 7.3 MB/s eta 0:00:00
  181. #11 756.5 Collecting httpx==0.24.0
  182. #11 756.7 Downloading httpx-0.24.0-py3-none-any.whl (75 kB)
  183. #11 756.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.3/75.3 kB 1.6 MB/s eta 0:00:00
  184. #11 757.1 Collecting huggingface-hub==0.14.1
  185. #11 757.4 Downloading huggingface_hub-0.14.1-py3-none-any.whl (224 kB)
  186. #11 757.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 1.2 MB/s eta 0:00:00
  187. #11 757.8 Collecting idna==2.10
  188. #11 757.9 Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
  189. #11 758.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 418.2 kB/s eta 0:00:00
  190. #11 758.4 Collecting imageio==2.28.1
  191. #11 758.5 Downloading imageio-2.28.1-py3-none-any.whl (3.4 MB)
  192. #11 759.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 5.1 MB/s eta 0:00:00
  193. #11 759.5 Collecting inflection==0.5.1
  194. #11 759.6 Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB)
  195. #11 759.9 Collecting Jinja2==3.1.2
  196. #11 759.9 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
  197. #11 760.2 Collecting jsonmerge==1.8.0
  198. #11 760.3 Downloading jsonmerge-1.8.0.tar.gz (26 kB)
  199. #11 760.4 Preparing metadata (setup.py): started
  200. #11 761.7 Preparing metadata (setup.py): finished with status 'done'
  201. #11 762.0 Collecting jsonschema==4.17.3
  202. #11 762.1 Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
  203. #11 762.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 5.6 MB/s eta 0:00:00
  204. #11 762.7 Collecting kiwisolver==1.4.4
  205. #11 762.8 Downloading kiwisolver-1.4.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
  206. #11 764.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 1.4 MB/s eta 0:00:00
  207. #11 764.4 Collecting kornia==0.6.7
  208. #11 764.5 Downloading kornia-0.6.7-py2.py3-none-any.whl (565 kB)
  209. #11 764.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 565.1/565.1 kB 1.7 MB/s eta 0:00:00
  210. #11 765.2 Collecting lark==1.1.2
  211. #11 765.3 Downloading lark-1.1.2-py2.py3-none-any.whl (104 kB)
  212. #11 765.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.7/104.7 kB 932.3 kB/s eta 0:00:00
  213. #11 765.6 Collecting lazy_loader==0.2
  214. #11 765.6 Downloading lazy_loader-0.2-py3-none-any.whl (8.6 kB)
  215. #11 765.8 Collecting lightning-utilities==0.8.0
  216. #11 765.8 Downloading lightning_utilities-0.8.0-py3-none-any.whl (20 kB)
  217. #11 766.1 Collecting linkify-it-py==2.0.2
  218. #11 766.2 Downloading linkify_it_py-2.0.2-py3-none-any.whl (19 kB)
  219. #11 766.4 Collecting lit==16.0.2
  220. #11 766.4 Using cached lit-16.0.2-py3-none-any.whl
  221. #11 767.1 Collecting llvmlite==0.40.0
  222. #11 767.2 Downloading llvmlite-0.40.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB)
  223. #11 777.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 4.6 MB/s eta 0:00:00
  224. #11 780.6 Collecting lmdb==1.4.1
  225. #11 780.7 Downloading lmdb-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299 kB)
  226. #11 780.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 299.2/299.2 kB 3.2 MB/s eta 0:00:00
  227. #11 780.9 Collecting lpips==0.1.4
  228. #11 781.0 Downloading lpips-0.1.4-py3-none-any.whl (53 kB)
  229. #11 781.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/53.8 kB 521.6 kB/s eta 0:00:00
  230. #11 781.3 Collecting Markdown==3.4.3
  231. #11 781.6 Downloading Markdown-3.4.3-py3-none-any.whl (93 kB)
  232. #11 781.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.9/93.9 kB 4.5 MB/s eta 0:00:00
  233. #11 781.9 Collecting markdown-it-py==2.2.0
  234. #11 782.0 Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
  235. #11 782.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 3.0 MB/s eta 0:00:00
  236. #11 782.6 Collecting MarkupSafe==2.1.2
  237. #11 782.6 Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  238. #11 784.2 Collecting matplotlib==3.7.1
  239. #11 784.3 Downloading matplotlib-3.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
  240. #11 788.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 2.8 MB/s eta 0:00:00
  241. #11 789.5 Collecting mdit-py-plugins==0.3.3
  242. #11 789.6 Downloading mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
  243. #11 789.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 367.0 kB/s eta 0:00:00
  244. #11 789.9 Collecting mdurl==0.1.2
  245. #11 790.0 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
  246. #11 790.2 Collecting mpmath==1.3.0
  247. #11 790.2 Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
  248. #11 793.1 Collecting multidict==6.0.4
  249. #11 793.1 Downloading multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB)
  250. #11 793.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.5/114.5 kB 2.0 MB/s eta 0:00:00
  251. #11 793.4 Collecting mypy-extensions==1.0.0
  252. #11 793.6 Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
  253. #11 794.0 Collecting networkx==3.1
  254. #11 794.0 Using cached networkx-3.1-py3-none-any.whl (2.1 MB)
  255. #11 795.5 Collecting numba==0.57.0
  256. #11 795.5 Downloading numba-0.57.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.6 MB)
  257. #11 798.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 1.5 MB/s eta 0:00:00
  258. #11 800.4 Collecting numpy==1.23.3
  259. #11 800.5 Downloading numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
  260. #11 805.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 3.2 MB/s eta 0:00:00
  261. #11 806.3 Collecting nvidia-cublas-cu11==11.10.3.66
  262. #11 814.6 Using cached nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)
  263. #11 834.4 Collecting nvidia-cuda-cupti-cu11==11.7.101
  264. #11 834.5 Using cached nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl (11.8 MB)
  265. #11 835.4 Collecting nvidia-cuda-nvrtc-cu11==11.7.99
  266. #11 835.7 Using cached nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)
  267. #11 837.1 Collecting nvidia-cuda-runtime-cu11==11.7.99
  268. #11 837.1 Using cached nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)
  269. #11 837.3 Collecting nvidia-cudnn-cu11==8.5.0.96
  270. #11 856.4 Using cached nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)
  271. #11 893.6 Collecting nvidia-cufft-cu11==10.9.0.58
  272. #11 895.5 Using cached nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl (168.4 MB)
  273. #11 906.4 Collecting nvidia-curand-cu11==10.2.10.91
  274. #11 906.9 Using cached nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl (54.6 MB)
  275. #11 910.2 Collecting nvidia-cusolver-cu11==11.4.0.1
  276. #11 911.0 Using cached nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl (102.6 MB)
  277. #11 917.2 Collecting nvidia-cusparse-cu11==11.7.4.91
  278. #11 919.8 Using cached nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl (173.2 MB)
  279. #11 930.8 Collecting nvidia-nccl-cu11==2.14.3
  280. #11 933.2 Using cached nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl (177.1 MB)
  281. #11 944.1 Collecting nvidia-nvtx-cu11==11.7.91
  282. #11 944.1 Using cached nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl (98 kB)
  283. #11 944.3 Collecting oauthlib==3.2.2
  284. #11 944.4 Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
  285. #11 944.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 4.7 MB/s eta 0:00:00
  286. #11 945.0 Collecting omegaconf==2.2.3
  287. #11 945.1 Downloading omegaconf-2.2.3-py3-none-any.whl (79 kB)
  288. #11 945.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.3/79.3 kB 1.9 MB/s eta 0:00:00
  289. #11 946.6 Collecting opencv-python==4.7.0.72
  290. #11 946.7 Downloading opencv_python-4.7.0.72-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.8 MB)
  291. #11 964.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.8/61.8 MB 3.1 MB/s eta 0:00:00
  292. #11 970.3 Collecting orjson==3.8.11
  293. #11 970.4 Downloading orjson-3.8.11-cp310-cp310-manylinux_2_28_x86_64.whl (135 kB)
  294. #11 970.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 7.8 MB/s eta 0:00:00
  295. #11 970.7 Collecting packaging==23.1
  296. #11 970.7 Downloading packaging-23.1-py3-none-any.whl (48 kB)
  297. #11 970.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 2.1 MB/s eta 0:00:00
  298. #11 973.3 Collecting pandas==2.0.1
  299. #11 973.4 Downloading pandas-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)
  300. #11 977.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 3.2 MB/s eta 0:00:00
  301. #11 978.1 Collecting piexif==1.1.3
  302. #11 978.1 Downloading piexif-1.1.3-py2.py3-none-any.whl (20 kB)
  303. #11 980.4 Collecting Pillow==9.4.0
  304. #11 980.5 Downloading Pillow-9.4.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB)
  305. #11 981.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 4.0 MB/s eta 0:00:00
  306. #11 983.6 Collecting protobuf==3.20.0
  307. #11 983.7 Downloading protobuf-3.20.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB)
  308. #11 984.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 2.6 MB/s eta 0:00:00
  309. #11 985.1 Collecting psutil==5.9.5
  310. #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)
  311. #11 985.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 2.4 MB/s eta 0:00:00
  312. #11 985.6 Collecting pyasn1==0.5.0
  313. #11 985.7 Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
  314. #11 985.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 1.2 MB/s eta 0:00:00
  315. #11 986.1 Collecting pyasn1-modules==0.3.0
  316. #11 986.2 Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
  317. #11 986.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 6.4 MB/s eta 0:00:00
  318. #11 987.9 Collecting pycryptodome==3.17
  319. #11 987.9 Downloading pycryptodome-3.17-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
  320. #11 988.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 3.4 MB/s eta 0:00:00
  321. #11 990.0 Collecting pydantic==1.10.7
  322. #11 990.1 Downloading pydantic-1.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
  323. #11 990.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 3.6 MB/s eta 0:00:00
  324. #11 991.2 Collecting pyDeprecate==0.3.2
  325. #11 991.3 Downloading pyDeprecate-0.3.2-py3-none-any.whl (10 kB)
  326. #11 991.4 Collecting pydub==0.25.1
  327. #11 991.5 Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
  328. #11 991.8 Collecting pyparsing==3.0.9
  329. #11 991.9 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
  330. #11 991.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 2.1 MB/s eta 0:00:00
  331. #11 992.2 Collecting pyre-extensions==0.0.29
  332. #11 992.2 Downloading pyre_extensions-0.0.29-py3-none-any.whl (12 kB)
  333. #11 992.7 Collecting pyrsistent==0.19.3
  334. #11 992.7 Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)
  335. #11 992.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 1.6 MB/s eta 0:00:00
  336. #11 993.1 Collecting PySocks==1.7.1
  337. #11 993.2 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
  338. #11 993.4 Collecting python-dateutil==2.8.2
  339. #11 993.5 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
  340. #11 993.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 1.2 MB/s eta 0:00:00
  341. #11 993.8 Collecting python-multipart==0.0.6
  342. #11 993.9 Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
  343. #11 993.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 1.4 MB/s eta 0:00:00
  344. #11 994.4 Collecting pytorch-lightning==1.7.6
  345. #11 994.5 Downloading pytorch_lightning-1.7.6-py3-none-any.whl (707 kB)
  346. #11 995.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 707.5/707.5 kB 835.5 kB/s eta 0:00:00
  347. #11 995.9 Collecting pytz==2023.3
  348. #11 995.9 Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
  349. #11 996.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 2.7 MB/s eta 0:00:00
  350. #11 996.7 Collecting PyWavelets==1.4.1
  351. #11 996.7 Downloading PyWavelets-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB)
  352. #11 1000.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 2.0 MB/s eta 0:00:00
  353. #11 1001.2 Collecting PyYAML==6.0
  354. #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)
  355. #11 1001.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 2.6 MB/s eta 0:00:00
  356. #11 1001.7 Collecting realesrgan==0.3.0
  357. #11 1001.8 Downloading realesrgan-0.3.0-py3-none-any.whl (26 kB)
  358. #11 1006.6 Collecting regex==2023.5.4
  359. #11 1006.7 Downloading regex-2023.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (769 kB)
  360. #11 1007.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 769.6/769.6 kB 2.5 MB/s eta 0:00:00
  361. #11 1007.2 Collecting requests-oauthlib==1.3.1
  362. #11 1007.3 Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
  363. #11 1007.4 Collecting resize-right==0.0.2
  364. #11 1007.4 Downloading resize_right-0.0.2-py3-none-any.whl (8.9 kB)
  365. #11 1007.6 Collecting rsa==4.9
  366. #11 1007.7 Downloading rsa-4.9-py3-none-any.whl (34 kB)
  367. #11 1008.1 Collecting runpod==0.9.3
  368. #11 1008.2 Downloading runpod-0.9.3-py3-none-any.whl (29 kB)
  369. #11 1008.8 Collecting safetensors==0.2.7
  370. #11 1008.8 Downloading safetensors-0.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
  371. #11 1009.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 3.9 MB/s eta 0:00:00
  372. #11 1010.0 Collecting scikit-image==0.19.2
  373. #11 1010.1 Downloading scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB)
  374. #11 1014.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 3.0 MB/s eta 0:00:00
  375. #11 1017.0 Collecting scipy==1.10.1
  376. #11 1017.0 Downloading scipy-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.4 MB)
  377. #11 1027.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.4/34.4 MB 3.1 MB/s eta 0:00:00
  378. #11 1029.3 Collecting semantic-version==2.10.0
  379. #11 1029.3 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
  380. #11 1030.3 Collecting sentencepiece==0.1.99
  381. #11 1030.4 Downloading sentencepiece-0.1.99-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
  382. #11 1030.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 4.4 MB/s eta 0:00:00
  383. #11 1030.9 Collecting six==1.16.0
  384. #11 1031.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
  385. #11 1031.2 Collecting smmap==5.0.0
  386. #11 1031.3 Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
  387. #11 1031.5 Collecting sniffio==1.3.0
  388. #11 1031.5 Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
  389. #11 1031.7 Collecting soupsieve==2.4.1
  390. #11 1031.8 Downloading soupsieve-2.4.1-py3-none-any.whl (36 kB)
  391. #11 1032.1 Collecting starlette==0.23.1
  392. #11 1032.2 Downloading starlette-0.23.1-py3-none-any.whl (64 kB)
  393. #11 1032.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 5.2 MB/s eta 0:00:00
  394. #11 1032.4 Collecting sympy==1.11.1
  395. #11 1032.5 Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB)
  396. #11 1037.3 Collecting tb-nightly==2.13.0a20230502
  397. #11 1037.4 Downloading tb_nightly-2.13.0a20230502-py3-none-any.whl (5.6 MB)
  398. #11 1038.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 4.1 MB/s eta 0:00:00
  399. #11 1039.3 Collecting tensorboard==2.12.3
  400. #11 1039.4 Downloading tensorboard-2.12.3-py3-none-any.whl (5.6 MB)
  401. #11 1041.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 2.8 MB/s eta 0:00:00
  402. #11 1042.0 Collecting tensorboard-data-server==0.7.0
  403. #11 1042.1 Downloading tensorboard_data_server-0.7.0-py3-none-manylinux2014_x86_64.whl (6.6 MB)
  404. #11 1044.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 3.3 MB/s eta 0:00:00
  405. #11 1044.9 Collecting tifffile==2023.4.12
  406. #11 1045.0 Downloading tifffile-2023.4.12-py3-none-any.whl (219 kB)
  407. #11 1045.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 219.4/219.4 kB 3.4 MB/s eta 0:00:00
  408. #11 1045.3 Collecting timm==0.6.7
  409. #11 1045.4 Downloading timm-0.6.7-py3-none-any.whl (509 kB)
  410. #11 1045.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 3.5 MB/s eta 0:00:00
  411. #11 1047.1 Collecting tokenizers==0.13.3
  412. #11 1047.2 Downloading tokenizers-0.13.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB)
  413. #11 1049.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/7.8 MB 4.1 MB/s eta 0:00:00
  414. #11 1049.7 Collecting tomli==2.0.1
  415. #11 1049.8 Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
  416. #11 1049.9 Collecting toolz==0.12.0
  417. #11 1050.0 Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
  418. #11 1050.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 5.1 MB/s eta 0:00:00
  419. #11 1050.5 Collecting torch==2.0.0
  420. #11 1084.2 Using cached torch-2.0.0-cp310-cp310-manylinux1_x86_64.whl (619.9 MB)
  421. #11 1126.7 Collecting torchdiffeq==0.2.3
  422. #11 1126.8 Downloading torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
  423. #11 1127.1 Collecting torchmetrics==0.11.4
  424. #11 1127.1 Downloading torchmetrics-0.11.4-py3-none-any.whl (519 kB)
  425. #11 1127.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 519.2/519.2 kB 2.5 MB/s eta 0:00:00
  426. #11 1127.5 Collecting torchsde==0.2.5
  427. #11 1127.6 Downloading torchsde-0.2.5-py3-none-any.whl (59 kB)
  428. #11 1127.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.2/59.2 kB 3.7 MB/s eta 0:00:00
  429. #11 1128.2 Collecting torchvision==0.15.1
  430. #11 1128.3 Downloading torchvision-0.15.1-cp310-cp310-manylinux1_x86_64.whl (6.0 MB)
  431. #11 1130.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 2.6 MB/s eta 0:00:00
  432. #11 1131.6 Collecting tqdm==4.65.0
  433. #11 1131.6 Downloading tqdm-4.65.0-py3-none-any.whl (77 kB)
  434. #11 1131.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 3.7 MB/s eta 0:00:00
  435. #11 1131.8 Collecting trampoline==0.1.2
  436. #11 1131.9 Downloading trampoline-0.1.2-py3-none-any.whl (5.2 kB)
  437. #11 1132.3 Collecting transformers==4.25.1
  438. #11 1132.3 Downloading transformers-4.25.1-py3-none-any.whl (5.8 MB)
  439. #11 1135.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 2.1 MB/s eta 0:00:00
  440. #11 1135.8 Collecting triton==2.0.0
  441. #11 1137.0 Using cached triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (63.3 MB)
  442. #11 1140.9 Collecting typing-inspect==0.8.0
  443. #11 1141.0 Downloading typing_inspect-0.8.0-py3-none-any.whl (8.7 kB)
  444. #11 1141.1 Collecting typing_extensions==4.5.0
  445. #11 1141.1 Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
  446. #11 1141.3 Collecting tzdata==2023.3
  447. #11 1141.4 Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
  448. #11 1141.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 2.0 MB/s eta 0:00:00
  449. #11 1141.7 Collecting uc-micro-py==1.0.2
  450. #11 1141.8 Downloading uc_micro_py-1.0.2-py3-none-any.whl (6.2 kB)
  451. #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)
  452. #11 1142.1 Collecting uvicorn==0.22.0
  453. #11 1142.3 Downloading uvicorn-0.22.0-py3-none-any.whl (58 kB)
  454. #11 1142.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 597.3 kB/s eta 0:00:00
  455. #11 1142.5 Collecting wcwidth==0.2.6
  456. #11 1142.8 Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
  457. #11 1143.8 Collecting websockets==11.0.2
  458. #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)
  459. #11 1143.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.9/129.9 kB 1.8 MB/s eta 0:00:00
  460. #11 1144.3 Collecting Werkzeug==2.3.3
  461. #11 1144.3 Downloading Werkzeug-2.3.3-py3-none-any.whl (242 kB)
  462. #11 1144.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.3/242.3 kB 608.7 kB/s eta 0:00:00
  463. #11 1145.0 Collecting xformers==0.0.19
  464. #11 1145.0 Downloading xformers-0.0.19-cp310-cp310-manylinux2014_x86_64.whl (108.2 MB)
  465. #11 1186.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.2/108.2 MB 2.2 MB/s eta 0:00:00
  466. #11 1192.2 Collecting yapf==0.33.0
  467. #11 1192.3 Downloading yapf-0.33.0-py2.py3-none-any.whl (200 kB)
  468. #11 1192.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.9/200.9 kB 11.8 MB/s eta 0:00:00
  469. #11 1193.8 Collecting yarl==1.9.2
  470. #11 1193.9 Downloading yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268 kB)
  471. #11 1194.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268.8/268.8 kB 654.5 kB/s eta 0:00:00
  472. #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)
  473. #11 1196.4 Collecting requests
  474. #11 1196.4 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
  475. #11 1196.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 7.3 MB/s eta 0:00:00
  476. #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)
  477. #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)
  478. #11 1212.9 Collecting boto3>=1.26.15
  479. #11 1212.9 Downloading boto3-1.26.125-py3-none-any.whl (135 kB)
  480. #11 1213.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.6/135.6 kB 8.1 MB/s eta 0:00:00
  481. #11 1213.2 Collecting python-dotenv>=0.21.0
  482. #11 1213.2 Downloading python_dotenv-1.0.0-py3-none-any.whl (19 kB)
  483. #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.
  484. #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.
  485. #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.
  486. #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.
  487. #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.
  488. #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.
  489. #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.
  490. #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.
  491. #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.
  492. #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.
  493. #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.
  494. #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.
  495. #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.
  496. #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.
  497. #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.
  498. #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.
  499. #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.
  500. #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.
  501. #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.
  502. #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.
  503. #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.
  504. #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.
  505. #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.
  506. #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.
  507. #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.
  508. #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.
  509. #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.
  510. #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.
  511. #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.
  512. #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.
  513. #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.
  514. #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.
  515. #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.
  516. #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.
  517. #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.
  518. #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.
  519. #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.
  520. #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.
  521. #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.
  522. #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.
  523. #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.
  524. #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.
  525. #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.
  526. #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.
  527. #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.
  528. #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.
  529. #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.
  530. #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.
  531. #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.
  532. #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.
  533. #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.
  534. #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.
  535. #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.
  536. #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.
  537. #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.
  538. #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.
  539. #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.
  540. #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.
  541. #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.
  542. #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.
  543. #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.
  544. #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.
  545. #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.
  546. #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.
  547. #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.
  548. #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.
  549. #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.
  550. #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.
  551. #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.
  552. #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.
  553. #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.
  554. #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.
  555. #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.
  556. #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.
  557. #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.
  558. #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.
  559. #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.
  560. #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.
  561. #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.
  562. #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.
  563. #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.
  564. #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.
  565. #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.
  566. #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.
  567. #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.
  568. #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.
  569. #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.
  570. #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.
  571. #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.
  572. #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.
  573. #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.
  574. #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.
  575. #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.
  576. #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.
  577. #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.
  578. #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.
  579. #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.
  580. #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.
  581. #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.
  582. #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.
  583. #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.
  584. #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.
  585. #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.
  586. #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.
  587. #11 1214.2 Collecting charset-normalizer==3.1.0
  588. #11 1214.2 Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
  589. #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.
  590. #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.
  591. #11 1214.7 Collecting certifi==2022.12.7
  592. #11 1214.7 Using cached certifi-2022.12.7-py3-none-any.whl (155 kB)
  593. #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.
  594. #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.
  595. #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.
  596. #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.
  597. #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.
  598. #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.
  599. #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.
  600. #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.
  601. #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.
  602. #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.
  603. #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.
  604. #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.
  605. #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.
  606. #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.
  607. #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.
  608. #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.
  609. #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.
  610. #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.
  611. #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.
  612. #11 1215.0
  613. #11 1215.0 The conflict is caused by:
  614. #11 1215.0 basicsr 1.4.2 depends on requests
  615. #11 1215.0 clean-fid 0.1.29 depends on requests==2.25.1
  616. #11 1215.0 gradio 3.16.2 depends on requests
  617. #11 1215.0 gradio-client 0.1.4 depends on requests
  618. #11 1215.0 huggingface-hub 0.14.1 depends on requests
  619. #11 1215.0 requests-oauthlib 1.3.1 depends on requests>=2.0.0
  620. #11 1215.0 runpod 0.9.3 depends on requests>=2.28.1
  621. #11 1215.0
  622. #11 1215.0 To fix this you could try to:
  623. #11 1215.0 1. loosen the range of package versions you've specified
  624. #11 1215.0 2. remove package versions to allow pip attempt to solve the dependency conflict
  625. #11 1215.0
  626. #11 1215.0 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
  627. #11 1215.1
  628. #11 1215.1 [notice] A new release of pip is available: 23.0.1 -> 23.1.2
  629. #11 1215.1 [notice] To update, run: pip install --upgrade pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement