Guest User

Untitled

a guest
Sep 18th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.00 KB | None | 0 0
  1. ===== Build Queued at 2023-09-18 11:46:40 / Commit SHA: a7d6680 =====
  2.  
  3. --> FROM docker.io/library/python:3.10@sha256:1a8dcc07368065c2b285b24236a98e80355d6de7f685b416407aafb6dd32529f
  4. DONE 0.0s
  5.  
  6. --> RUN useradd -m -u 1000 user
  7. CACHED
  8.  
  9. --> RUN --mount=target=/root/packages.txt,source=packages.txt apt-get update && xargs -r -a /root/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
  10. CACHED
  11.  
  12. --> RUN pip install --no-cache-dir pip==22.3.1 && pip install --no-cache-dir datasets "huggingface-hub>=0.12.1" "protobuf<4" "click<8.1" "pydantic~=1.0"
  13. CACHED
  14.  
  15. --> WORKDIR /home/user/app
  16. CACHED
  17.  
  18. --> RUN apt-get update && apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx && rm -rf /var/lib/apt/lists/* && git lfs install
  19. CACHED
  20.  
  21. --> RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt pip install --no-cache-dir -r pre-requirements.txt
  22. CACHED
  23.  
  24. --> Restoring cache
  25. DONE 8.2s
  26.  
  27. --> RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
  28. Defaulting to user installation because normal site-packages is not writeable
  29. Collecting orbax-checkpoint
  30. Downloading orbax_checkpoint-0.3.5-py3-none-any.whl (100 kB)
  31. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.6/100.6 kB 7.2 MB/s eta 0:00:00
  32. Collecting nest_asyncio
  33. Downloading nest_asyncio-1.5.8-py3-none-any.whl (5.3 kB)
  34. Requirement already satisfied: protobuf in /home/user/.local/lib/python3.10/site-packages (from orbax-checkpoint->-r requirements.txt (line 1)) (3.20.3)
  35. Collecting etils[epath,epy]
  36. Downloading etils-1.4.1-py3-none-any.whl (135 kB)
  37. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.8/135.8 kB 57.7 MB/s eta 0:00:00
  38. Collecting jaxlib
  39. Downloading jaxlib-0.4.14-cp310-cp310-manylinux2014_x86_64.whl (73.7 MB)
  40. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 MB 158.9 MB/s eta 0:00:00
  41. Collecting tensorstore>=0.1.35
  42. Downloading tensorstore-0.1.43-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB)
  43. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 232.4 MB/s eta 0:00:00
  44. Requirement already satisfied: numpy in /home/user/.local/lib/python3.10/site-packages (from orbax-checkpoint->-r requirements.txt (line 1)) (1.25.2)
  45. Collecting msgpack
  46. Downloading msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB)
  47. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.8/316.8 kB 461.4 MB/s eta 0:00:00
  48. Collecting jax>=0.4.9
  49. Downloading jax-0.4.14.tar.gz (1.3 MB)
  50. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 442.8 MB/s eta 0:00:00
  51. Installing build dependencies: started
  52. Installing build dependencies: finished with status 'done'
  53. Getting requirements to build wheel: started
  54. Getting requirements to build wheel: finished with status 'done'
  55. Preparing metadata (pyproject.toml): started
  56. Preparing metadata (pyproject.toml): finished with status 'done'
  57. Requirement already satisfied: typing_extensions in /home/user/.local/lib/python3.10/site-packages (from orbax-checkpoint->-r requirements.txt (line 1)) (4.7.1)
  58. Collecting absl-py
  59. Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
  60. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 403.4 MB/s eta 0:00:00
  61. Requirement already satisfied: pyyaml in /home/user/.local/lib/python3.10/site-packages (from orbax-checkpoint->-r requirements.txt (line 1)) (6.0.1)
  62. Collecting ml-dtypes>=0.2.0
  63. Downloading ml_dtypes-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
  64. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 448.5 MB/s eta 0:00:00
  65. Collecting opt-einsum
  66. Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
  67. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 395.2 MB/s eta 0:00:00
  68. Collecting scipy>=1.7
  69. Downloading scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.3 MB)
  70. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.3/36.3 MB 228.8 MB/s eta 0:00:00
  71. Collecting importlib_resources
  72. Downloading importlib_resources-6.0.1-py3-none-any.whl (34 kB)
  73. Collecting zipp
  74. Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB)
  75. Building wheels for collected packages: jax
  76. Building wheel for jax (pyproject.toml): started
  77. Building wheel for jax (pyproject.toml): finished with status 'done'
  78. Created wheel for jax: filename=jax-0.4.14-py3-none-any.whl size=1535361 sha256=b82b3f01640aa7abd8dcfb90e521a5a04a3522eb9cbe55f4643472b8f8e9d216
  79. Stored in directory: /tmp/pip-ephem-wheel-cache-5c326x1p/wheels/62/5e/1f/647158ef39dccf1b59baa0d9bf09fd25286398236bb5208194
  80. Successfully built jax
  81. Installing collected packages: msgpack, zipp, tensorstore, scipy, opt-einsum, nest_asyncio, ml-dtypes, importlib_resources, etils, absl-py, jaxlib, jax, orbax-checkpoint
  82. Successfully installed absl-py-1.4.0 etils-1.4.1 importlib_resources-6.0.1 jax-0.4.14 jaxlib-0.4.14 ml-dtypes-0.2.0 msgpack-1.0.5 nest_asyncio-1.5.8 opt-einsum-3.3.0 orbax-checkpoint-0.3.5 scipy-1.11.2 tensorstore-0.1.43 zipp-3.16.2
  83.  
  84. [notice] A new release of pip available: 22.3.1 -> 23.2.1
  85. [notice] To update, run: python -m pip install --upgrade pip
  86. DONE 13.3s
  87.  
  88. --> RUN pip install --no-cache-dir gradio[oauth]==3.10.1 spaces==0.14.0
  89. Defaulting to user installation because normal site-packages is not writeable
  90. Collecting gradio[oauth]==3.10.1
  91. Downloading gradio-3.10.1-py3-none-any.whl (11.6 MB)
  92. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 269.2 MB/s eta 0:00:00
  93. Collecting spaces==0.14.0
  94. Downloading spaces-0.14.0-py3-none-any.whl (9.4 kB)
  95. WARNING: gradio 3.10.1 does not provide the extra 'oauth'
  96. Requirement already satisfied: pandas in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (2.1.0)
  97. Collecting websockets>=10.0
  98. Downloading websockets-11.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)
  99. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.9/129.9 kB 428.2 MB/s eta 0:00:00
  100. Collecting markdown-it-py[linkify,plugins]
  101. Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
  102. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 387.3 MB/s eta 0:00:00
  103. Collecting httpx
  104. Downloading httpx-0.25.0-py3-none-any.whl (75 kB)
  105. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.7/75.7 kB 382.1 MB/s eta 0:00:00
  106. Collecting orjson
  107. Downloading orjson-3.9.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)
  108. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.7/138.7 kB 425.6 MB/s eta 0:00:00
  109. Collecting jinja2
  110. Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
  111. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 385.9 MB/s eta 0:00:00
  112. Collecting matplotlib
  113. Downloading matplotlib-3.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
  114. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 289.6 MB/s eta 0:00:00
  115. Requirement already satisfied: fsspec in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (2023.6.0)
  116. Requirement already satisfied: pyyaml in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (6.0.1)
  117. Collecting pydub
  118. Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
  119. Collecting python-multipart
  120. Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
  121. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 257.0 MB/s eta 0:00:00
  122. Collecting fastapi
  123. Downloading fastapi-0.103.1-py3-none-any.whl (66 kB)
  124. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/66.2 kB 344.1 MB/s eta 0:00:00
  125. Collecting h11<0.13,>=0.11
  126. Downloading h11-0.12.0-py3-none-any.whl (54 kB)
  127. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 328.5 MB/s eta 0:00:00
  128. Collecting ffmpy
  129. Downloading ffmpy-0.3.1.tar.gz (5.5 kB)
  130. Preparing metadata (setup.py): started
  131. Preparing metadata (setup.py): finished with status 'done'
  132. Requirement already satisfied: numpy in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (1.25.2)
  133. Collecting paramiko
  134. Downloading paramiko-3.3.1-py3-none-any.whl (224 kB)
  135. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 kB 435.7 MB/s eta 0:00:00
  136. Collecting pillow
  137. Downloading Pillow-10.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (3.6 MB)
  138. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 281.8 MB/s eta 0:00:00
  139. Requirement already satisfied: aiohttp in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (3.8.5)
  140. Requirement already satisfied: pydantic in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (1.10.12)
  141. Requirement already satisfied: requests in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (2.31.0)
  142. Collecting uvicorn
  143. Downloading uvicorn-0.23.2-py3-none-any.whl (59 kB)
  144. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 335.2 MB/s eta 0:00:00
  145. Collecting pycryptodome
  146. Downloading pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
  147. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 295.7 MB/s eta 0:00:00
  148. Collecting psutil<6,>=2
  149. 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)
  150. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 441.1 MB/s eta 0:00:00
  151. Requirement already satisfied: typing-extensions<5,>=4 in /home/user/.local/lib/python3.10/site-packages (from spaces==0.14.0) (4.7.1)
  152. Requirement already satisfied: idna<4,>=2.5 in /home/user/.local/lib/python3.10/site-packages (from requests->gradio[oauth]==3.10.1) (3.4)
  153. Requirement already satisfied: certifi>=2017.4.17 in /home/user/.local/lib/python3.10/site-packages (from requests->gradio[oauth]==3.10.1) (2023.7.22)
  154. Requirement already satisfied: charset-normalizer<4,>=2 in /home/user/.local/lib/python3.10/site-packages (from requests->gradio[oauth]==3.10.1) (3.2.0)
  155. Requirement already satisfied: urllib3<3,>=1.21.1 in /home/user/.local/lib/python3.10/site-packages (from requests->gradio[oauth]==3.10.1) (2.0.4)
  156. Requirement already satisfied: aiosignal>=1.1.2 in /home/user/.local/lib/python3.10/site-packages (from aiohttp->gradio[oauth]==3.10.1) (1.3.1)
  157. Requirement already satisfied: frozenlist>=1.1.1 in /home/user/.local/lib/python3.10/site-packages (from aiohttp->gradio[oauth]==3.10.1) (1.4.0)
  158. Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /home/user/.local/lib/python3.10/site-packages (from aiohttp->gradio[oauth]==3.10.1) (4.0.3)
  159. Requirement already satisfied: multidict<7.0,>=4.5 in /home/user/.local/lib/python3.10/site-packages (from aiohttp->gradio[oauth]==3.10.1) (6.0.4)
  160. Requirement already satisfied: yarl<2.0,>=1.0 in /home/user/.local/lib/python3.10/site-packages (from aiohttp->gradio[oauth]==3.10.1) (1.9.2)
  161. Requirement already satisfied: attrs>=17.3.0 in /home/user/.local/lib/python3.10/site-packages (from aiohttp->gradio[oauth]==3.10.1) (23.1.0)
  162. Collecting anyio<4.0.0,>=3.7.1
  163. Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
  164. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 392.3 MB/s eta 0:00:00
  165. Collecting starlette<0.28.0,>=0.27.0
  166. Downloading starlette-0.27.0-py3-none-any.whl (66 kB)
  167. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 373.5 MB/s eta 0:00:00
  168. Collecting httpcore<0.19.0,>=0.18.0
  169. Downloading httpcore-0.18.0-py3-none-any.whl (76 kB)
  170. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.0/76.0 kB 373.8 MB/s eta 0:00:00
  171. Collecting sniffio
  172. Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
  173. Collecting MarkupSafe>=2.0
  174. Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
  175. Collecting mdurl~=0.1
  176. Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
  177. Collecting mdit-py-plugins
  178. Downloading mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB)
  179. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 kB 349.8 MB/s eta 0:00:00
  180. Collecting linkify-it-py<3,>=1
  181. Downloading linkify_it_py-2.0.2-py3-none-any.whl (19 kB)
  182. Collecting contourpy>=1.0.1
  183. Downloading contourpy-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB)
  184. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.7/301.7 kB 437.8 MB/s eta 0:00:00
  185. Collecting cycler>=0.10
  186. Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
  187. Requirement already satisfied: packaging>=20.0 in /home/user/.local/lib/python3.10/site-packages (from matplotlib->gradio[oauth]==3.10.1) (23.1)
  188. Collecting pyparsing>=2.3.1
  189. Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB)
  190. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 374.6 MB/s eta 0:00:00
  191. Collecting fonttools>=4.22.0
  192. Downloading fonttools-4.42.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB)
  193. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 267.9 MB/s eta 0:00:00
  194. Collecting kiwisolver>=1.0.1
  195. Downloading kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
  196. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 447.2 MB/s eta 0:00:00
  197. Requirement already satisfied: python-dateutil>=2.7 in /home/user/.local/lib/python3.10/site-packages (from matplotlib->gradio[oauth]==3.10.1) (2.8.2)
  198. Requirement already satisfied: pytz>=2020.1 in /home/user/.local/lib/python3.10/site-packages (from pandas->gradio[oauth]==3.10.1) (2023.3.post1)
  199. Requirement already satisfied: tzdata>=2022.1 in /home/user/.local/lib/python3.10/site-packages (from pandas->gradio[oauth]==3.10.1) (2023.3)
  200. Collecting pynacl>=1.5
  201. Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
  202. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 434.7 MB/s eta 0:00:00
  203. Collecting cryptography>=3.3
  204. Downloading cryptography-41.0.3-cp37-abi3-manylinux_2_28_x86_64.whl (4.3 MB)
  205. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 462.4 MB/s eta 0:00:00
  206. Collecting bcrypt>=3.2
  207. Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
  208. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 454.5 MB/s eta 0:00:00
  209. Requirement already satisfied: click>=7.0 in /home/user/.local/lib/python3.10/site-packages (from uvicorn->gradio[oauth]==3.10.1) (8.0.4)
  210. Collecting exceptiongroup
  211. Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB)
  212. Collecting cffi>=1.12
  213. Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
  214. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 440.0 MB/s eta 0:00:00
  215. INFO: pip is looking at multiple versions of frozenlist to determine which version is compatible with other requirements. This could take a while.
  216. Collecting frozenlist>=1.1.1
  217. Downloading frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB)
  218. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.7/225.7 kB 416.4 MB/s eta 0:00:00
  219. INFO: pip is looking at multiple versions of fonttools to determine which version is compatible with other requirements. This could take a while.
  220. Collecting fonttools>=4.22.0
  221. Downloading fonttools-4.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB)
  222. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 240.1 MB/s eta 0:00:00
  223. INFO: pip is looking at multiple versions of cycler to determine which version is compatible with other requirements. This could take a while.
  224. Collecting cycler>=0.10
  225. Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
  226. INFO: pip is looking at multiple versions of cryptography to determine which version is compatible with other requirements. This could take a while.
  227. Collecting cryptography>=3.3
  228. Downloading cryptography-41.0.2-cp37-abi3-manylinux_2_28_x86_64.whl (4.3 MB)
  229. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 456.1 MB/s eta 0:00:00
  230. INFO: pip is looking at multiple versions of contourpy to determine which version is compatible with other requirements. This could take a while.
  231. Collecting contourpy>=1.0.1
  232. Downloading contourpy-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)
  233. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.7/300.7 kB 446.6 MB/s eta 0:00:00
  234. INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
  235. Collecting click>=7.0
  236. Downloading click-8.1.7-py3-none-any.whl (97 kB)
  237. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 378.4 MB/s eta 0:00:00
  238. INFO: pip is looking at multiple versions of charset-normalizer to determine which version is compatible with other requirements. This could take a while.
  239. Collecting charset-normalizer<4,>=2
  240. Downloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201 kB)
  241. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.8/201.8 kB 431.2 MB/s eta 0:00:00
  242. INFO: pip is looking at multiple versions of certifi to determine which version is compatible with other requirements. This could take a while.
  243. Collecting certifi>=2017.4.17
  244. Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
  245. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 401.4 MB/s eta 0:00:00
  246. INFO: pip is looking at multiple versions of bcrypt to determine which version is compatible with other requirements. This could take a while.
  247. Collecting bcrypt>=3.2
  248. Downloading bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB)
  249. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.4/594.4 kB 436.5 MB/s eta 0:00:00
  250. INFO: pip is looking at multiple versions of attrs to determine which version is compatible with other requirements. This could take a while.
  251. Collecting attrs>=17.3.0
  252. Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
  253. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 389.8 MB/s eta 0:00:00
  254. INFO: pip is looking at multiple versions of async-timeout to determine which version is compatible with other requirements. This could take a while.
  255. Collecting async-timeout<5.0,>=4.0.0a3
  256. Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
  257. INFO: pip is looking at multiple versions of anyio to determine which version is compatible with other requirements. This could take a while.
  258. INFO: pip is looking at multiple versions of aiosignal to determine which version is compatible with other requirements. This could take a while.
  259. Collecting aiosignal>=1.1.2
  260. Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
  261. INFO: pip is looking at multiple versions of uvicorn to determine which version is compatible with other requirements. This could take a while.
  262. Collecting uvicorn
  263. Downloading uvicorn-0.23.1-py3-none-any.whl (59 kB)
  264. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 362.9 MB/s eta 0:00:00
  265. Downloading uvicorn-0.23.0-py3-none-any.whl (59 kB)
  266. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 355.6 MB/s eta 0:00:00
  267. Downloading uvicorn-0.22.0-py3-none-any.whl (58 kB)
  268. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 340.0 MB/s eta 0:00:00
  269. Downloading uvicorn-0.21.1-py3-none-any.whl (57 kB)
  270. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 kB 333.2 MB/s eta 0:00:00
  271. Downloading uvicorn-0.21.0-py3-none-any.whl (57 kB)
  272. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 kB 353.1 MB/s eta 0:00:00
  273. Downloading uvicorn-0.20.0-py3-none-any.whl (56 kB)
  274. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 356.0 MB/s eta 0:00:00
  275. Downloading uvicorn-0.19.0-py3-none-any.whl (56 kB)
  276. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 354.7 MB/s eta 0:00:00
  277. INFO: pip is looking at multiple versions of uvicorn to determine which version is compatible with other requirements. This could take a while.
  278. Downloading uvicorn-0.18.3-py3-none-any.whl (57 kB)
  279. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 kB 353.3 MB/s eta 0:00:00
  280. Downloading uvicorn-0.18.2-py3-none-any.whl (57 kB)
  281. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 325.8 MB/s eta 0:00:00
  282. Downloading uvicorn-0.18.1-py3-none-any.whl (57 kB)
  283. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 357.7 MB/s eta 0:00:00
  284. Downloading uvicorn-0.18.0-py3-none-any.whl (57 kB)
  285. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 360.9 MB/s eta 0:00:00
  286. Downloading uvicorn-0.17.6-py3-none-any.whl (53 kB)
  287. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 339.4 MB/s eta 0:00:00
  288. Collecting asgiref>=3.4.0
  289. Downloading asgiref-3.7.2-py3-none-any.whl (24 kB)
  290. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  291. Collecting uvicorn
  292. Downloading uvicorn-0.17.5-py3-none-any.whl (53 kB)
  293. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 329.7 MB/s eta 0:00:00
  294. Downloading uvicorn-0.17.4-py3-none-any.whl (52 kB)
  295. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB 307.6 MB/s eta 0:00:00
  296. Downloading uvicorn-0.17.3-py3-none-any.whl (52 kB)
  297. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB 329.3 MB/s eta 0:00:00
  298. Downloading uvicorn-0.17.2-py3-none-any.whl (52 kB)
  299. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 kB 335.9 MB/s eta 0:00:00
  300. Downloading uvicorn-0.17.1-py3-none-any.whl (54 kB)
  301. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 344.5 MB/s eta 0:00:00
  302. Downloading uvicorn-0.17.0.post1-py3-none-any.whl (54 kB)
  303. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 341.1 MB/s eta 0:00:00
  304. Downloading uvicorn-0.16.0-py3-none-any.whl (54 kB)
  305. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 314.2 MB/s eta 0:00:00
  306. Downloading uvicorn-0.15.0-py3-none-any.whl (54 kB)
  307. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.4/54.4 kB 333.0 MB/s eta 0:00:00
  308. Downloading uvicorn-0.14.0-py3-none-any.whl (50 kB)
  309. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 338.7 MB/s eta 0:00:00
  310. Downloading uvicorn-0.13.4-py3-none-any.whl (46 kB)
  311. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 321.5 MB/s eta 0:00:00
  312. Collecting click==7.*
  313. Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
  314. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 375.1 MB/s eta 0:00:00
  315. Downloading click-7.1.1-py2.py3-none-any.whl (82 kB)
  316. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 355.3 MB/s eta 0:00:00
  317. Downloading click-7.1-py2.py3-none-any.whl (82 kB)
  318. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 353.6 MB/s eta 0:00:00
  319. Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
  320. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 370.2 MB/s eta 0:00:00
  321. Collecting uvicorn
  322. Downloading uvicorn-0.13.3-py3-none-any.whl (45 kB)
  323. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 288.3 MB/s eta 0:00:00
  324. INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
  325. Downloading uvicorn-0.13.2-py3-none-any.whl (45 kB)
  326. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/45.5 kB 300.5 MB/s eta 0:00:00
  327. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
  328. Downloading uvicorn-0.13.1-py3-none-any.whl (45 kB)
  329. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/45.5 kB 314.6 MB/s eta 0:00:00
  330. Downloading uvicorn-0.13.0-py3-none-any.whl (45 kB)
  331. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 328.9 MB/s eta 0:00:00
  332. Downloading uvicorn-0.12.3-py3-none-any.whl (45 kB)
  333. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 330.4 MB/s eta 0:00:00
  334. Downloading uvicorn-0.12.2-py3-none-any.whl (45 kB)
  335. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/45.1 kB 322.4 MB/s eta 0:00:00
  336. Downloading uvicorn-0.12.1-py3-none-any.whl (44 kB)
  337. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 332.4 MB/s eta 0:00:00
  338. Downloading uvicorn-0.12.0-py3-none-any.whl (44 kB)
  339. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 301.6 MB/s eta 0:00:00
  340. Downloading uvicorn-0.11.8-py3-none-any.whl (43 kB)
  341. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.3/43.3 kB 297.6 MB/s eta 0:00:00
  342. Collecting httptools==0.1.*
  343. Downloading httptools-0.1.2.tar.gz (106 kB)
  344. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 377.5 MB/s eta 0:00:00
  345. Preparing metadata (setup.py): started
  346. Preparing metadata (setup.py): finished with status 'done'
  347. Collecting uvloop>=0.14.0
  348. Downloading uvloop-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
  349. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 307.3 MB/s eta 0:00:00
  350. Collecting uvicorn
  351. Downloading uvicorn-0.11.7-py3-none-any.whl (43 kB)
  352. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 253.8 MB/s eta 0:00:00
  353. Downloading uvicorn-0.11.6-py3-none-any.whl (43 kB)
  354. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.2/43.2 kB 325.0 MB/s eta 0:00:00
  355. Downloading uvicorn-0.11.5-py3-none-any.whl (43 kB)
  356. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.1/43.1 kB 327.3 MB/s eta 0:00:00
  357. Downloading uvicorn-0.11.4-py3-none-any.whl (43 kB)
  358. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.1/43.1 kB 321.3 MB/s eta 0:00:00
  359. Downloading uvicorn-0.11.3-py3-none-any.whl (42 kB)
  360. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 kB 310.8 MB/s eta 0:00:00
  361. Downloading uvicorn-0.11.2-py3-none-any.whl (42 kB)
  362. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 kB 321.6 MB/s eta 0:00:00
  363. Downloading uvicorn-0.11.1-py3-none-any.whl (42 kB)
  364. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 317.2 MB/s eta 0:00:00
  365. Downloading uvicorn-0.11.0-py3-none-any.whl (42 kB)
  366. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 312.4 MB/s eta 0:00:00
  367. Downloading uvicorn-0.10.9-py3-none-any.whl (42 kB)
  368. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.5/42.5 kB 312.5 MB/s eta 0:00:00
  369. Downloading uvicorn-0.10.8.tar.gz (27 kB)
  370. Preparing metadata (setup.py): started
  371. Preparing metadata (setup.py): finished with status 'done'
  372. Downloading uvicorn-0.10.7.tar.gz (27 kB)
  373. Preparing metadata (setup.py): started
  374. Preparing metadata (setup.py): finished with status 'done'
  375. Downloading uvicorn-0.10.6.tar.gz (28 kB)
  376. Preparing metadata (setup.py): started
  377. Preparing metadata (setup.py): finished with status 'done'
  378. Downloading uvicorn-0.10.5.tar.gz (27 kB)
  379. Preparing metadata (setup.py): started
  380. Preparing metadata (setup.py): finished with status 'done'
  381. Downloading uvicorn-0.10.4.tar.gz (27 kB)
  382. Preparing metadata (setup.py): started
  383. Preparing metadata (setup.py): finished with status 'done'
  384. Downloading uvicorn-0.10.3.tar.gz (27 kB)
  385. Preparing metadata (setup.py): started
  386. Preparing metadata (setup.py): finished with status 'done'
  387. Downloading uvicorn-0.10.2.tar.gz (27 kB)
  388. Preparing metadata (setup.py): started
  389. Preparing metadata (setup.py): finished with status 'done'
  390. Downloading uvicorn-0.10.1.tar.gz (27 kB)
  391. Preparing metadata (setup.py): started
  392. Preparing metadata (setup.py): finished with status 'done'
  393. Downloading uvicorn-0.10.0.tar.gz (26 kB)
  394. Preparing metadata (setup.py): started
  395. Preparing metadata (setup.py): finished with status 'done'
  396. Downloading uvicorn-0.9.1.tar.gz (25 kB)
  397. Preparing metadata (setup.py): started
  398. Preparing metadata (setup.py): finished with status 'done'
  399. Downloading uvicorn-0.9.0.tar.gz (24 kB)
  400. Preparing metadata (setup.py): started
  401. Preparing metadata (setup.py): finished with status 'done'
  402. Downloading uvicorn-0.8.6.tar.gz (24 kB)
  403. Preparing metadata (setup.py): started
  404. Preparing metadata (setup.py): finished with status 'done'
  405. Downloading uvicorn-0.8.5.tar.gz (24 kB)
  406. Preparing metadata (setup.py): started
  407. Preparing metadata (setup.py): finished with status 'done'
  408. Downloading uvicorn-0.8.4.tar.gz (24 kB)
  409. Preparing metadata (setup.py): started
  410. Preparing metadata (setup.py): finished with status 'done'
  411. Downloading uvicorn-0.8.3.tar.gz (24 kB)
  412. Preparing metadata (setup.py): started
  413. Preparing metadata (setup.py): finished with status 'done'
  414. Downloading uvicorn-0.8.2.tar.gz (24 kB)
  415. Preparing metadata (setup.py): started
  416. Preparing metadata (setup.py): finished with status 'done'
  417. Downloading uvicorn-0.8.1.tar.gz (24 kB)
  418. Preparing metadata (setup.py): started
  419. Preparing metadata (setup.py): finished with status 'done'
  420. Downloading uvicorn-0.8.0.tar.gz (24 kB)
  421. Preparing metadata (setup.py): started
  422. Preparing metadata (setup.py): finished with status 'done'
  423. Downloading uvicorn-0.7.3.tar.gz (24 kB)
  424. Preparing metadata (setup.py): started
  425. Preparing metadata (setup.py): finished with status 'done'
  426. Downloading uvicorn-0.7.2.tar.gz (24 kB)
  427. Preparing metadata (setup.py): started
  428. Preparing metadata (setup.py): finished with status 'done'
  429. Downloading uvicorn-0.7.1.tar.gz (24 kB)
  430. Preparing metadata (setup.py): started
  431. Preparing metadata (setup.py): finished with status 'done'
  432. Downloading uvicorn-0.7.0.tar.gz (24 kB)
  433. Preparing metadata (setup.py): started
  434. Preparing metadata (setup.py): finished with status 'done'
  435. Downloading uvicorn-0.6.1.tar.gz (24 kB)
  436. Preparing metadata (setup.py): started
  437. Preparing metadata (setup.py): finished with status 'done'
  438. Downloading uvicorn-0.6.0.tar.gz (24 kB)
  439. Preparing metadata (setup.py): started
  440. Preparing metadata (setup.py): finished with status 'done'
  441. Downloading uvicorn-0.5.2.tar.gz (23 kB)
  442. Preparing metadata (setup.py): started
  443. Preparing metadata (setup.py): finished with status 'done'
  444. Downloading uvicorn-0.5.1.tar.gz (23 kB)
  445. Preparing metadata (setup.py): started
  446. Preparing metadata (setup.py): finished with status 'done'
  447. Collecting httptools
  448. Downloading httptools-0.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428 kB)
  449. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 428.8/428.8 kB 458.6 MB/s eta 0:00:00
  450. Collecting uvicorn
  451. Downloading uvicorn-0.5.0.tar.gz (23 kB)
  452. Preparing metadata (setup.py): started
  453. Preparing metadata (setup.py): finished with status 'done'
  454. Downloading uvicorn-0.4.6.tar.gz (22 kB)
  455. Preparing metadata (setup.py): started
  456. Preparing metadata (setup.py): finished with status 'done'
  457. Downloading uvicorn-0.4.5.tar.gz (22 kB)
  458. Preparing metadata (setup.py): started
  459. Preparing metadata (setup.py): finished with status 'done'
  460. Downloading uvicorn-0.4.4.tar.gz (22 kB)
  461. Preparing metadata (setup.py): started
  462. Preparing metadata (setup.py): finished with status 'done'
  463. Downloading uvicorn-0.4.3.tar.gz (22 kB)
  464. Preparing metadata (setup.py): started
  465. Preparing metadata (setup.py): finished with status 'done'
  466. Downloading uvicorn-0.4.2.tar.gz (21 kB)
  467. Preparing metadata (setup.py): started
  468. Preparing metadata (setup.py): finished with status 'done'
  469. Downloading uvicorn-0.4.1.tar.gz (21 kB)
  470. Preparing metadata (setup.py): started
  471. Preparing metadata (setup.py): finished with status 'done'
  472. Downloading uvicorn-0.4.0.tar.gz (21 kB)
  473. Preparing metadata (setup.py): started
  474. Preparing metadata (setup.py): finished with status 'done'
  475. Downloading uvicorn-0.3.32.tar.gz (21 kB)
  476. Preparing metadata (setup.py): started
  477. Preparing metadata (setup.py): finished with status 'done'
  478. Downloading uvicorn-0.3.31.tar.gz (21 kB)
  479. Preparing metadata (setup.py): started
  480. Preparing metadata (setup.py): finished with status 'done'
  481. Downloading uvicorn-0.3.30.tar.gz (21 kB)
  482. Preparing metadata (setup.py): started
  483. Preparing metadata (setup.py): finished with status 'done'
  484. Downloading uvicorn-0.3.29.tar.gz (21 kB)
  485. Preparing metadata (setup.py): started
  486. Preparing metadata (setup.py): finished with status 'done'
  487. Downloading uvicorn-0.3.28.tar.gz (22 kB)
  488. Preparing metadata (setup.py): started
  489. Preparing metadata (setup.py): finished with status 'done'
  490. Downloading uvicorn-0.3.27.tar.gz (22 kB)
  491. Preparing metadata (setup.py): started
  492. Preparing metadata (setup.py): finished with status 'done'
  493. Downloading uvicorn-0.3.26.tar.gz (22 kB)
  494. Preparing metadata (setup.py): started
  495. Preparing metadata (setup.py): finished with status 'done'
  496. Downloading uvicorn-0.3.25.tar.gz (20 kB)
  497. Preparing metadata (setup.py): started
  498. Preparing metadata (setup.py): finished with status 'done'
  499. Downloading uvicorn-0.3.24.tar.gz (20 kB)
  500. Preparing metadata (setup.py): started
  501. Preparing metadata (setup.py): finished with status 'done'
  502. Downloading uvicorn-0.3.23.tar.gz (20 kB)
  503. Preparing metadata (setup.py): started
  504. Preparing metadata (setup.py): finished with status 'done'
  505. Downloading uvicorn-0.3.22.tar.gz (20 kB)
  506. Preparing metadata (setup.py): started
  507. Preparing metadata (setup.py): finished with status 'done'
  508. Downloading uvicorn-0.3.21.tar.gz (20 kB)
  509. Preparing metadata (setup.py): started
  510. Preparing metadata (setup.py): finished with status 'done'
  511. Downloading uvicorn-0.3.20.tar.gz (20 kB)
  512. Preparing metadata (setup.py): started
  513. Preparing metadata (setup.py): finished with status 'done'
  514. Downloading uvicorn-0.3.19.tar.gz (20 kB)
  515. Preparing metadata (setup.py): started
  516. Preparing metadata (setup.py): finished with status 'done'
  517. Downloading uvicorn-0.3.18.tar.gz (20 kB)
  518. Preparing metadata (setup.py): started
  519. Preparing metadata (setup.py): finished with status 'done'
  520. Downloading uvicorn-0.3.17.tar.gz (20 kB)
  521. Preparing metadata (setup.py): started
  522. Preparing metadata (setup.py): finished with status 'done'
  523. Downloading uvicorn-0.3.16.tar.gz (20 kB)
  524. Preparing metadata (setup.py): started
  525. Preparing metadata (setup.py): finished with status 'done'
  526. Downloading uvicorn-0.3.15.tar.gz (20 kB)
  527. Preparing metadata (setup.py): started
  528. Preparing metadata (setup.py): finished with status 'done'
  529. Downloading uvicorn-0.3.14.tar.gz (20 kB)
  530. Preparing metadata (setup.py): started
  531. Preparing metadata (setup.py): finished with status 'done'
  532. Downloading uvicorn-0.3.13.tar.gz (20 kB)
  533. Preparing metadata (setup.py): started
  534. Preparing metadata (setup.py): finished with status 'done'
  535. Downloading uvicorn-0.3.12.tar.gz (19 kB)
  536. Preparing metadata (setup.py): started
  537. Preparing metadata (setup.py): finished with status 'done'
  538. Downloading uvicorn-0.3.11.tar.gz (19 kB)
  539. Preparing metadata (setup.py): started
  540. Preparing metadata (setup.py): finished with status 'done'
  541. Downloading uvicorn-0.3.10.tar.gz (19 kB)
  542. Preparing metadata (setup.py): started
  543. Preparing metadata (setup.py): finished with status 'done'
  544. Downloading uvicorn-0.3.9.tar.gz (19 kB)
  545. Preparing metadata (setup.py): started
  546. Preparing metadata (setup.py): finished with status 'done'
  547. Downloading uvicorn-0.3.8.tar.gz (19 kB)
  548. Preparing metadata (setup.py): started
  549. Preparing metadata (setup.py): finished with status 'done'
  550. Downloading uvicorn-0.3.7.tar.gz (19 kB)
  551. Preparing metadata (setup.py): started
  552. Preparing metadata (setup.py): finished with status 'done'
  553. Downloading uvicorn-0.3.6.tar.gz (18 kB)
  554. Preparing metadata (setup.py): started
  555. Preparing metadata (setup.py): finished with status 'done'
  556. Downloading uvicorn-0.3.5.tar.gz (18 kB)
  557. Preparing metadata (setup.py): started
  558. Preparing metadata (setup.py): finished with status 'done'
  559. Downloading uvicorn-0.3.4.tar.gz (18 kB)
  560. Preparing metadata (setup.py): started
  561. Preparing metadata (setup.py): finished with status 'done'
  562. Downloading uvicorn-0.3.3.tar.gz (18 kB)
  563. Preparing metadata (setup.py): started
  564. Preparing metadata (setup.py): finished with status 'done'
  565. Downloading uvicorn-0.3.2.tar.gz (18 kB)
  566. Preparing metadata (setup.py): started
  567. Preparing metadata (setup.py): finished with status 'done'
  568. Downloading uvicorn-0.3.1.tar.gz (18 kB)
  569. Preparing metadata (setup.py): started
  570. Preparing metadata (setup.py): finished with status 'done'
  571. Downloading uvicorn-0.3.0.tar.gz (16 kB)
  572. Preparing metadata (setup.py): started
  573. Preparing metadata (setup.py): finished with status 'done'
  574. Downloading uvicorn-0.2.22.tar.gz (15 kB)
  575. Preparing metadata (setup.py): started
  576. Preparing metadata (setup.py): finished with status 'done'
  577. Downloading uvicorn-0.2.21.tar.gz (14 kB)
  578. Preparing metadata (setup.py): started
  579. Preparing metadata (setup.py): finished with status 'done'
  580. Downloading uvicorn-0.2.20.tar.gz (13 kB)
  581. Preparing metadata (setup.py): started
  582. Preparing metadata (setup.py): finished with status 'done'
  583. Downloading uvicorn-0.2.19.tar.gz (13 kB)
  584. Preparing metadata (setup.py): started
  585. Preparing metadata (setup.py): finished with status 'done'
  586. Downloading uvicorn-0.2.18.tar.gz (13 kB)
  587. Preparing metadata (setup.py): started
  588. Preparing metadata (setup.py): finished with status 'done'
  589. Downloading uvicorn-0.2.17.tar.gz (12 kB)
  590. Preparing metadata (setup.py): started
  591. Preparing metadata (setup.py): finished with status 'done'
  592. Downloading uvicorn-0.2.16.tar.gz (12 kB)
  593. Preparing metadata (setup.py): started
  594. Preparing metadata (setup.py): finished with status 'done'
  595. Downloading uvicorn-0.2.15.tar.gz (12 kB)
  596. Preparing metadata (setup.py): started
  597. Preparing metadata (setup.py): finished with status 'done'
  598. Downloading uvicorn-0.2.14.tar.gz (11 kB)
  599. Preparing metadata (setup.py): started
  600. Preparing metadata (setup.py): finished with status 'done'
  601. Downloading uvicorn-0.2.13.tar.gz (11 kB)
  602. Preparing metadata (setup.py): started
  603. Preparing metadata (setup.py): finished with status 'done'
  604. Downloading uvicorn-0.2.12.tar.gz (11 kB)
  605. Preparing metadata (setup.py): started
  606. Preparing metadata (setup.py): finished with status 'done'
  607. Downloading uvicorn-0.2.11.tar.gz (11 kB)
  608. Preparing metadata (setup.py): started
  609. Preparing metadata (setup.py): finished with status 'done'
  610. Downloading uvicorn-0.2.10.tar.gz (10 kB)
  611. Preparing metadata (setup.py): started
  612. Preparing metadata (setup.py): finished with status 'done'
  613. Downloading uvicorn-0.2.9.tar.gz (10 kB)
  614. Preparing metadata (setup.py): started
  615. Preparing metadata (setup.py): finished with status 'done'
  616. Downloading uvicorn-0.2.8.tar.gz (10 kB)
  617. Preparing metadata (setup.py): started
  618. Preparing metadata (setup.py): finished with status 'done'
  619. Downloading uvicorn-0.2.7.tar.gz (11 kB)
  620. Preparing metadata (setup.py): started
  621. Preparing metadata (setup.py): finished with status 'done'
  622. Downloading uvicorn-0.2.6.tar.gz (10 kB)
  623. Preparing metadata (setup.py): started
  624. Preparing metadata (setup.py): finished with status 'done'
  625. Downloading uvicorn-0.2.5.tar.gz (10 kB)
  626. Preparing metadata (setup.py): started
  627. Preparing metadata (setup.py): finished with status 'done'
  628. Downloading uvicorn-0.2.4.tar.gz (10 kB)
  629. Preparing metadata (setup.py): started
  630. Preparing metadata (setup.py): finished with status 'done'
  631. Downloading uvicorn-0.2.3.tar.gz (10 kB)
  632. Preparing metadata (setup.py): started
  633. Preparing metadata (setup.py): finished with status 'done'
  634. Downloading uvicorn-0.2.2.tar.gz (10 kB)
  635. Preparing metadata (setup.py): started
  636. Preparing metadata (setup.py): finished with status 'done'
  637. Downloading uvicorn-0.2.1.tar.gz (10 kB)
  638. Preparing metadata (setup.py): started
  639. Preparing metadata (setup.py): finished with status 'error'
  640. error: subprocess-exited-with-error
  641.  
  642. × python setup.py egg_info did not run successfully.
  643. │ exit code: 1
  644. ╰─> [8 lines of output]
  645. Traceback (most recent call last):
  646. File "<string>", line 2, in <module>
  647. File "<pip-setuptools-caller>", line 34, in <module>
  648. File "/tmp/pip-install-xv61maro/uvicorn_45ae9303eefb4330b54c173fd50eba19/setup.py", line 41, in <module>
  649. long_description=get_long_description(),
  650. File "/tmp/pip-install-xv61maro/uvicorn_45ae9303eefb4330b54c173fd50eba19/setup.py", line 23, in get_long_description
  651. return open('README.md', 'r').read()
  652. FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
  653. [end of output]
  654.  
  655. note: This error originates from a subprocess, and is likely not a problem with pip.
  656. error: metadata-generation-failed
  657.  
  658. × Encountered error while generating package metadata.
  659. ╰─> See above for output.
  660.  
  661. note: This is an issue with the package mentioned above, not pip.
  662. hint: See above for details.
  663.  
  664. [notice] A new release of pip available: 22.3.1 -> 23.2.1
  665. [notice] To update, run: python -m pip install --upgrade pip
  666.  
  667. --> ERROR: process "/bin/sh -c pip install --no-cache-dir ${SDK}==${SDK_VERSION} spaces==${PYSPACES_VERSION}" did not complete successfully: exit code: 1
Advertisement
Add Comment
Please, Sign In to add comment