Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ===== Build Queued at 2023-09-18 11:46:40 / Commit SHA: a7d6680 =====
- --> FROM docker.io/library/python:3.10@sha256:1a8dcc07368065c2b285b24236a98e80355d6de7f685b416407aafb6dd32529f
- DONE 0.0s
- --> RUN useradd -m -u 1000 user
- CACHED
- --> 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/*
- CACHED
- --> 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"
- CACHED
- --> WORKDIR /home/user/app
- CACHED
- --> 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
- CACHED
- --> RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt pip install --no-cache-dir -r pre-requirements.txt
- CACHED
- --> Restoring cache
- DONE 8.2s
- --> RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
- Defaulting to user installation because normal site-packages is not writeable
- Collecting orbax-checkpoint
- Downloading orbax_checkpoint-0.3.5-py3-none-any.whl (100 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.6/100.6 kB 7.2 MB/s eta 0:00:00
- Collecting nest_asyncio
- Downloading nest_asyncio-1.5.8-py3-none-any.whl (5.3 kB)
- Requirement already satisfied: protobuf in /home/user/.local/lib/python3.10/site-packages (from orbax-checkpoint->-r requirements.txt (line 1)) (3.20.3)
- Collecting etils[epath,epy]
- Downloading etils-1.4.1-py3-none-any.whl (135 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.8/135.8 kB 57.7 MB/s eta 0:00:00
- Collecting jaxlib
- Downloading jaxlib-0.4.14-cp310-cp310-manylinux2014_x86_64.whl (73.7 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 MB 158.9 MB/s eta 0:00:00
- Collecting tensorstore>=0.1.35
- Downloading tensorstore-0.1.43-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.4/13.4 MB 232.4 MB/s eta 0:00:00
- Requirement already satisfied: numpy in /home/user/.local/lib/python3.10/site-packages (from orbax-checkpoint->-r requirements.txt (line 1)) (1.25.2)
- Collecting msgpack
- Downloading msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.8/316.8 kB 461.4 MB/s eta 0:00:00
- Collecting jax>=0.4.9
- Downloading jax-0.4.14.tar.gz (1.3 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 442.8 MB/s eta 0:00:00
- Installing build dependencies: started
- Installing build dependencies: finished with status 'done'
- Getting requirements to build wheel: started
- Getting requirements to build wheel: finished with status 'done'
- Preparing metadata (pyproject.toml): started
- Preparing metadata (pyproject.toml): finished with status 'done'
- 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)
- Collecting absl-py
- Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 403.4 MB/s eta 0:00:00
- Requirement already satisfied: pyyaml in /home/user/.local/lib/python3.10/site-packages (from orbax-checkpoint->-r requirements.txt (line 1)) (6.0.1)
- Collecting ml-dtypes>=0.2.0
- Downloading ml_dtypes-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 448.5 MB/s eta 0:00:00
- Collecting opt-einsum
- Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 395.2 MB/s eta 0:00:00
- Collecting scipy>=1.7
- Downloading scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.3 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.3/36.3 MB 228.8 MB/s eta 0:00:00
- Collecting importlib_resources
- Downloading importlib_resources-6.0.1-py3-none-any.whl (34 kB)
- Collecting zipp
- Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB)
- Building wheels for collected packages: jax
- Building wheel for jax (pyproject.toml): started
- Building wheel for jax (pyproject.toml): finished with status 'done'
- Created wheel for jax: filename=jax-0.4.14-py3-none-any.whl size=1535361 sha256=b82b3f01640aa7abd8dcfb90e521a5a04a3522eb9cbe55f4643472b8f8e9d216
- Stored in directory: /tmp/pip-ephem-wheel-cache-5c326x1p/wheels/62/5e/1f/647158ef39dccf1b59baa0d9bf09fd25286398236bb5208194
- Successfully built jax
- Installing collected packages: msgpack, zipp, tensorstore, scipy, opt-einsum, nest_asyncio, ml-dtypes, importlib_resources, etils, absl-py, jaxlib, jax, orbax-checkpoint
- 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
- [notice] A new release of pip available: 22.3.1 -> 23.2.1
- [notice] To update, run: python -m pip install --upgrade pip
- DONE 13.3s
- --> RUN pip install --no-cache-dir gradio[oauth]==3.10.1 spaces==0.14.0
- Defaulting to user installation because normal site-packages is not writeable
- Collecting gradio[oauth]==3.10.1
- Downloading gradio-3.10.1-py3-none-any.whl (11.6 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 269.2 MB/s eta 0:00:00
- Collecting spaces==0.14.0
- Downloading spaces-0.14.0-py3-none-any.whl (9.4 kB)
- WARNING: gradio 3.10.1 does not provide the extra 'oauth'
- Requirement already satisfied: pandas in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (2.1.0)
- Collecting websockets>=10.0
- 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)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.9/129.9 kB 428.2 MB/s eta 0:00:00
- Collecting markdown-it-py[linkify,plugins]
- Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 387.3 MB/s eta 0:00:00
- Collecting httpx
- Downloading httpx-0.25.0-py3-none-any.whl (75 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.7/75.7 kB 382.1 MB/s eta 0:00:00
- Collecting orjson
- Downloading orjson-3.9.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.7/138.7 kB 425.6 MB/s eta 0:00:00
- Collecting jinja2
- Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 385.9 MB/s eta 0:00:00
- Collecting matplotlib
- Downloading matplotlib-3.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 289.6 MB/s eta 0:00:00
- Requirement already satisfied: fsspec in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (2023.6.0)
- Requirement already satisfied: pyyaml in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (6.0.1)
- Collecting pydub
- Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
- Collecting python-multipart
- Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 257.0 MB/s eta 0:00:00
- Collecting fastapi
- Downloading fastapi-0.103.1-py3-none-any.whl (66 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.2/66.2 kB 344.1 MB/s eta 0:00:00
- Collecting h11<0.13,>=0.11
- Downloading h11-0.12.0-py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 328.5 MB/s eta 0:00:00
- Collecting ffmpy
- Downloading ffmpy-0.3.1.tar.gz (5.5 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Requirement already satisfied: numpy in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (1.25.2)
- Collecting paramiko
- Downloading paramiko-3.3.1-py3-none-any.whl (224 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 kB 435.7 MB/s eta 0:00:00
- Collecting pillow
- Downloading Pillow-10.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (3.6 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 281.8 MB/s eta 0:00:00
- Requirement already satisfied: aiohttp in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (3.8.5)
- Requirement already satisfied: pydantic in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (1.10.12)
- Requirement already satisfied: requests in /home/user/.local/lib/python3.10/site-packages (from gradio[oauth]==3.10.1) (2.31.0)
- Collecting uvicorn
- Downloading uvicorn-0.23.2-py3-none-any.whl (59 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 335.2 MB/s eta 0:00:00
- Collecting pycryptodome
- Downloading pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 295.7 MB/s eta 0:00:00
- Collecting psutil<6,>=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)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 441.1 MB/s eta 0:00:00
- Requirement already satisfied: typing-extensions<5,>=4 in /home/user/.local/lib/python3.10/site-packages (from spaces==0.14.0) (4.7.1)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- Collecting anyio<4.0.0,>=3.7.1
- Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 392.3 MB/s eta 0:00:00
- Collecting starlette<0.28.0,>=0.27.0
- Downloading starlette-0.27.0-py3-none-any.whl (66 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 373.5 MB/s eta 0:00:00
- Collecting httpcore<0.19.0,>=0.18.0
- Downloading httpcore-0.18.0-py3-none-any.whl (76 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.0/76.0 kB 373.8 MB/s eta 0:00:00
- Collecting sniffio
- Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
- Collecting MarkupSafe>=2.0
- Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
- Collecting mdurl~=0.1
- Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
- Collecting mdit-py-plugins
- Downloading mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 kB 349.8 MB/s eta 0:00:00
- Collecting linkify-it-py<3,>=1
- Downloading linkify_it_py-2.0.2-py3-none-any.whl (19 kB)
- Collecting contourpy>=1.0.1
- Downloading contourpy-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.7/301.7 kB 437.8 MB/s eta 0:00:00
- Collecting cycler>=0.10
- Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
- Requirement already satisfied: packaging>=20.0 in /home/user/.local/lib/python3.10/site-packages (from matplotlib->gradio[oauth]==3.10.1) (23.1)
- Collecting pyparsing>=2.3.1
- Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 374.6 MB/s eta 0:00:00
- Collecting fonttools>=4.22.0
- Downloading fonttools-4.42.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 267.9 MB/s eta 0:00:00
- Collecting kiwisolver>=1.0.1
- Downloading kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 447.2 MB/s eta 0:00:00
- 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)
- 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)
- Requirement already satisfied: tzdata>=2022.1 in /home/user/.local/lib/python3.10/site-packages (from pandas->gradio[oauth]==3.10.1) (2023.3)
- Collecting pynacl>=1.5
- Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 434.7 MB/s eta 0:00:00
- Collecting cryptography>=3.3
- Downloading cryptography-41.0.3-cp37-abi3-manylinux_2_28_x86_64.whl (4.3 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 462.4 MB/s eta 0:00:00
- Collecting bcrypt>=3.2
- Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 454.5 MB/s eta 0:00:00
- 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)
- Collecting exceptiongroup
- Downloading exceptiongroup-1.1.3-py3-none-any.whl (14 kB)
- Collecting cffi>=1.12
- Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 440.0 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of frozenlist to determine which version is compatible with other requirements. This could take a while.
- Collecting frozenlist>=1.1.1
- 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)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.7/225.7 kB 416.4 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of fonttools to determine which version is compatible with other requirements. This could take a while.
- Collecting fonttools>=4.22.0
- Downloading fonttools-4.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 240.1 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of cycler to determine which version is compatible with other requirements. This could take a while.
- Collecting cycler>=0.10
- Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
- INFO: pip is looking at multiple versions of cryptography to determine which version is compatible with other requirements. This could take a while.
- Collecting cryptography>=3.3
- Downloading cryptography-41.0.2-cp37-abi3-manylinux_2_28_x86_64.whl (4.3 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 456.1 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of contourpy to determine which version is compatible with other requirements. This could take a while.
- Collecting contourpy>=1.0.1
- Downloading contourpy-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.7/300.7 kB 446.6 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
- Collecting click>=7.0
- Downloading click-8.1.7-py3-none-any.whl (97 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 378.4 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of charset-normalizer to determine which version is compatible with other requirements. This could take a while.
- Collecting charset-normalizer<4,>=2
- Downloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.8/201.8 kB 431.2 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of certifi to determine which version is compatible with other requirements. This could take a while.
- Collecting certifi>=2017.4.17
- Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 401.4 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of bcrypt to determine which version is compatible with other requirements. This could take a while.
- Collecting bcrypt>=3.2
- Downloading bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.4/594.4 kB 436.5 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of attrs to determine which version is compatible with other requirements. This could take a while.
- Collecting attrs>=17.3.0
- Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 389.8 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of async-timeout to determine which version is compatible with other requirements. This could take a while.
- Collecting async-timeout<5.0,>=4.0.0a3
- Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
- INFO: pip is looking at multiple versions of anyio to determine which version is compatible with other requirements. This could take a while.
- INFO: pip is looking at multiple versions of aiosignal to determine which version is compatible with other requirements. This could take a while.
- Collecting aiosignal>=1.1.2
- Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
- INFO: pip is looking at multiple versions of uvicorn to determine which version is compatible with other requirements. This could take a while.
- Collecting uvicorn
- Downloading uvicorn-0.23.1-py3-none-any.whl (59 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/59.5 kB 362.9 MB/s eta 0:00:00
- Downloading uvicorn-0.23.0-py3-none-any.whl (59 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 355.6 MB/s eta 0:00:00
- Downloading uvicorn-0.22.0-py3-none-any.whl (58 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 340.0 MB/s eta 0:00:00
- Downloading uvicorn-0.21.1-py3-none-any.whl (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 kB 333.2 MB/s eta 0:00:00
- Downloading uvicorn-0.21.0-py3-none-any.whl (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 kB 353.1 MB/s eta 0:00:00
- Downloading uvicorn-0.20.0-py3-none-any.whl (56 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 356.0 MB/s eta 0:00:00
- Downloading uvicorn-0.19.0-py3-none-any.whl (56 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 354.7 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of uvicorn to determine which version is compatible with other requirements. This could take a while.
- Downloading uvicorn-0.18.3-py3-none-any.whl (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 kB 353.3 MB/s eta 0:00:00
- Downloading uvicorn-0.18.2-py3-none-any.whl (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 325.8 MB/s eta 0:00:00
- Downloading uvicorn-0.18.1-py3-none-any.whl (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 357.7 MB/s eta 0:00:00
- Downloading uvicorn-0.18.0-py3-none-any.whl (57 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 360.9 MB/s eta 0:00:00
- Downloading uvicorn-0.17.6-py3-none-any.whl (53 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 339.4 MB/s eta 0:00:00
- Collecting asgiref>=3.4.0
- Downloading asgiref-3.7.2-py3-none-any.whl (24 kB)
- 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.
- Collecting uvicorn
- Downloading uvicorn-0.17.5-py3-none-any.whl (53 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 329.7 MB/s eta 0:00:00
- Downloading uvicorn-0.17.4-py3-none-any.whl (52 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB 307.6 MB/s eta 0:00:00
- Downloading uvicorn-0.17.3-py3-none-any.whl (52 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB 329.3 MB/s eta 0:00:00
- Downloading uvicorn-0.17.2-py3-none-any.whl (52 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.7/52.7 kB 335.9 MB/s eta 0:00:00
- Downloading uvicorn-0.17.1-py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 344.5 MB/s eta 0:00:00
- Downloading uvicorn-0.17.0.post1-py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 341.1 MB/s eta 0:00:00
- Downloading uvicorn-0.16.0-py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 314.2 MB/s eta 0:00:00
- Downloading uvicorn-0.15.0-py3-none-any.whl (54 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.4/54.4 kB 333.0 MB/s eta 0:00:00
- Downloading uvicorn-0.14.0-py3-none-any.whl (50 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 338.7 MB/s eta 0:00:00
- Downloading uvicorn-0.13.4-py3-none-any.whl (46 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 321.5 MB/s eta 0:00:00
- Collecting click==7.*
- Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 375.1 MB/s eta 0:00:00
- Downloading click-7.1.1-py2.py3-none-any.whl (82 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 355.3 MB/s eta 0:00:00
- Downloading click-7.1-py2.py3-none-any.whl (82 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 353.6 MB/s eta 0:00:00
- Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 370.2 MB/s eta 0:00:00
- Collecting uvicorn
- Downloading uvicorn-0.13.3-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 288.3 MB/s eta 0:00:00
- INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
- Downloading uvicorn-0.13.2-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/45.5 kB 300.5 MB/s eta 0:00:00
- 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.
- Downloading uvicorn-0.13.1-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/45.5 kB 314.6 MB/s eta 0:00:00
- Downloading uvicorn-0.13.0-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 328.9 MB/s eta 0:00:00
- Downloading uvicorn-0.12.3-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 330.4 MB/s eta 0:00:00
- Downloading uvicorn-0.12.2-py3-none-any.whl (45 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/45.1 kB 322.4 MB/s eta 0:00:00
- Downloading uvicorn-0.12.1-py3-none-any.whl (44 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 332.4 MB/s eta 0:00:00
- Downloading uvicorn-0.12.0-py3-none-any.whl (44 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 301.6 MB/s eta 0:00:00
- Downloading uvicorn-0.11.8-py3-none-any.whl (43 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.3/43.3 kB 297.6 MB/s eta 0:00:00
- Collecting httptools==0.1.*
- Downloading httptools-0.1.2.tar.gz (106 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 377.5 MB/s eta 0:00:00
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting uvloop>=0.14.0
- Downloading uvloop-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 307.3 MB/s eta 0:00:00
- Collecting uvicorn
- Downloading uvicorn-0.11.7-py3-none-any.whl (43 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 253.8 MB/s eta 0:00:00
- Downloading uvicorn-0.11.6-py3-none-any.whl (43 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.2/43.2 kB 325.0 MB/s eta 0:00:00
- Downloading uvicorn-0.11.5-py3-none-any.whl (43 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.1/43.1 kB 327.3 MB/s eta 0:00:00
- Downloading uvicorn-0.11.4-py3-none-any.whl (43 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.1/43.1 kB 321.3 MB/s eta 0:00:00
- Downloading uvicorn-0.11.3-py3-none-any.whl (42 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 kB 310.8 MB/s eta 0:00:00
- Downloading uvicorn-0.11.2-py3-none-any.whl (42 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 kB 321.6 MB/s eta 0:00:00
- Downloading uvicorn-0.11.1-py3-none-any.whl (42 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 317.2 MB/s eta 0:00:00
- Downloading uvicorn-0.11.0-py3-none-any.whl (42 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 312.4 MB/s eta 0:00:00
- Downloading uvicorn-0.10.9-py3-none-any.whl (42 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.5/42.5 kB 312.5 MB/s eta 0:00:00
- Downloading uvicorn-0.10.8.tar.gz (27 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.7.tar.gz (27 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.6.tar.gz (28 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.5.tar.gz (27 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.4.tar.gz (27 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.3.tar.gz (27 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.2.tar.gz (27 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.1.tar.gz (27 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.10.0.tar.gz (26 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.9.1.tar.gz (25 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.9.0.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.8.6.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.8.5.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.8.4.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.8.3.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.8.2.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.8.1.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.8.0.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.7.3.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.7.2.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.7.1.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.7.0.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.6.1.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.6.0.tar.gz (24 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.5.2.tar.gz (23 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.5.1.tar.gz (23 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Collecting httptools
- 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)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 428.8/428.8 kB 458.6 MB/s eta 0:00:00
- Collecting uvicorn
- Downloading uvicorn-0.5.0.tar.gz (23 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.4.6.tar.gz (22 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.4.5.tar.gz (22 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.4.4.tar.gz (22 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.4.3.tar.gz (22 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.4.2.tar.gz (21 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.4.1.tar.gz (21 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.4.0.tar.gz (21 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.32.tar.gz (21 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.31.tar.gz (21 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.30.tar.gz (21 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.29.tar.gz (21 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.28.tar.gz (22 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.27.tar.gz (22 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.26.tar.gz (22 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.25.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.24.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.23.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.22.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.21.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.20.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.19.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.18.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.17.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.16.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.15.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.14.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.13.tar.gz (20 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.12.tar.gz (19 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.11.tar.gz (19 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.10.tar.gz (19 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.9.tar.gz (19 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.8.tar.gz (19 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.7.tar.gz (19 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.6.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.5.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.4.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.3.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.2.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.1.tar.gz (18 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.3.0.tar.gz (16 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.22.tar.gz (15 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.21.tar.gz (14 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.20.tar.gz (13 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.19.tar.gz (13 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.18.tar.gz (13 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.17.tar.gz (12 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.16.tar.gz (12 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.15.tar.gz (12 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.14.tar.gz (11 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.13.tar.gz (11 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.12.tar.gz (11 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.11.tar.gz (11 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.10.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.9.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.8.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.7.tar.gz (11 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.6.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.5.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.4.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.3.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.2.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'done'
- Downloading uvicorn-0.2.1.tar.gz (10 kB)
- Preparing metadata (setup.py): started
- Preparing metadata (setup.py): finished with status 'error'
- error: subprocess-exited-with-error
- × python setup.py egg_info did not run successfully.
- │ exit code: 1
- ╰─> [8 lines of output]
- Traceback (most recent call last):
- File "<string>", line 2, in <module>
- File "<pip-setuptools-caller>", line 34, in <module>
- File "/tmp/pip-install-xv61maro/uvicorn_45ae9303eefb4330b54c173fd50eba19/setup.py", line 41, in <module>
- long_description=get_long_description(),
- File "/tmp/pip-install-xv61maro/uvicorn_45ae9303eefb4330b54c173fd50eba19/setup.py", line 23, in get_long_description
- return open('README.md', 'r').read()
- FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: metadata-generation-failed
- × Encountered error while generating package metadata.
- ╰─> See above for output.
- note: This is an issue with the package mentioned above, not pip.
- hint: See above for details.
- [notice] A new release of pip available: 22.3.1 -> 23.2.1
- [notice] To update, run: python -m pip install --upgrade pip
- --> 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