Skip to content

Too many dependencies? #60

@colesnicov

Description

@colesnicov

Hello, try to install on RPI4 via pip3 install -r requirements.txt but it seems to me that it installs a bit too many packages:

denis@raspberrypi4:~/dev/Irene-Voice-Assistant $ ~/venv/bin/pip3 install -r requirements.txt
Collecting wikipedia-api~=0.5.4
  Downloading https://www.piwheels.org/simple/wikipedia-api/Wikipedia_API-0.5.8-py3-none-any.whl (13 kB)
Collecting pyttsx3~=2.90
  Downloading https://www.piwheels.org/simple/pyttsx3/pyttsx3-2.98-py3-none-any.whl (34 kB)
Collecting vosk~=0.3.45
  Downloading vosk-0.3.45-py3-none-manylinux2014_aarch64.whl (2.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 104.5 kB/s eta 0:00:00
Collecting vosk-tts~=0.3.52
  Downloading vosk_tts-0.3.56-py3-none-any.whl (10 kB)
Collecting termcolor~=1.1.0
  Downloading https://www.piwheels.org/simple/termcolor/termcolor-1.1.0-py3-none-any.whl (4.8 kB)
Collecting sounddevice
  Downloading https://www.piwheels.org/simple/sounddevice/sounddevice-0.5.1-py3-none-any.whl (32 kB)
Collecting soundfile
  Downloading soundfile-0.13.1-py2.py3-none-manylinux_2_28_aarch64.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 169.1 kB/s eta 0:00:00
Collecting pyautogui
  Downloading https://www.piwheels.org/simple/pyautogui/PyAutoGUI-0.9.54-py3-none-any.whl (37 kB)
Collecting requests
  Downloading https://www.piwheels.org/simple/requests/requests-2.32.3-py3-none-any.whl (64 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 289.8 kB/s eta 0:00:00
Collecting numpy
  Downloading numpy-2.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 262.0 kB/s eta 0:00:00
Requirement already satisfied: audioplayer in /home/denis/venv/lib/python3.11/site-packages (from -r requirements.txt (line 11)) (0.6)
Collecting python-dateutil~=2.6.0
  Downloading https://www.piwheels.org/simple/python-dateutil/python_dateutil-2.6.1-py2.py3-none-any.whl (194 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/194.2 kB 301.7 kB/s eta 0:00:00
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /simple/gradio/
Collecting gradio~=3.28.3
  Downloading https://www.piwheels.org/simple/gradio/gradio-3.28.3-py3-none-any.whl (17.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 14.9/17.3 MB 197.5 kB/s eta 0:00:13
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
    gradio~=3.28.3 from https://www.piwheels.org/simple/gradio/gradio-3.28.3-py3-none-any.whl#sha256=54357e2cf9c891b1a2fdac7440fe546bd4ca5d3c1b170b9072cd39faf4cb1dac (from -r requirements.txt (line 13)):
        Expected sha256 54357e2cf9c891b1a2fdac7440fe546bd4ca5d3c1b170b9072cd39faf4cb1dac
             Got        2c1abe687149394ebd0337b4ba2d74663a35d547f17cf1d54524811706b6ba6b

denis@raspberrypi4:~/dev/Irene-Voice-Assistant $ ~/venv/bin/pip3 install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting wikipedia-api~=0.5.4
  Using cached https://www.piwheels.org/simple/wikipedia-api/Wikipedia_API-0.5.8-py3-none-any.whl (13 kB)
Collecting pyttsx3~=2.90
  Using cached https://www.piwheels.org/simple/pyttsx3/pyttsx3-2.98-py3-none-any.whl (34 kB)
Collecting vosk~=0.3.45
  Using cached vosk-0.3.45-py3-none-manylinux2014_aarch64.whl (2.4 MB)
Collecting vosk-tts~=0.3.52
  Using cached vosk_tts-0.3.56-py3-none-any.whl (10 kB)
Collecting termcolor~=1.1.0
  Using cached https://www.piwheels.org/simple/termcolor/termcolor-1.1.0-py3-none-any.whl (4.8 kB)
Collecting sounddevice
  Using cached https://www.piwheels.org/simple/sounddevice/sounddevice-0.5.1-py3-none-any.whl (32 kB)
Collecting soundfile
  Using cached soundfile-0.13.1-py2.py3-none-manylinux_2_28_aarch64.whl (1.2 MB)
Collecting pyautogui
  Using cached https://www.piwheels.org/simple/pyautogui/PyAutoGUI-0.9.54-py3-none-any.whl (37 kB)
Collecting requests
  Using cached https://www.piwheels.org/simple/requests/requests-2.32.3-py3-none-any.whl (64 kB)
Collecting numpy
  Using cached numpy-2.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 MB)
Requirement already satisfied: audioplayer in /home/denis/venv/lib/python3.11/site-packages (from -r requirements.txt (line 11)) (0.6)
Collecting python-dateutil~=2.6.0
  Using cached https://www.piwheels.org/simple/python-dateutil/python_dateutil-2.6.1-py2.py3-none-any.whl (194 kB)
Collecting gradio~=3.28.3
  Downloading https://www.piwheels.org/simple/gradio/gradio-3.28.3-py3-none-any.whl (17.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 270.5 kB/s eta 0:00:00
Collecting fsspec==2023.1.0
  Downloading https://www.piwheels.org/simple/fsspec/fsspec-2023.1.0-py3-none-any.whl (143 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 288.4 kB/s eta 0:00:00
Collecting openai==0.28.0
  Downloading https://www.piwheels.org/simple/openai/openai-0.28.0-py3-none-any.whl (76 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.5/76.5 kB 148.1 kB/s eta 0:00:00
Collecting elevenlabs==1.0.3
  Downloading https://www.piwheels.org/simple/elevenlabs/elevenlabs-1.0.3-py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.0/99.0 kB 291.0 kB/s eta 0:00:00
Collecting tqdm
  Downloading https://www.piwheels.org/simple/tqdm/tqdm-4.67.1-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 60.4 kB/s eta 0:00:00
Collecting aiohttp
  Downloading aiohttp-3.11.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 145.7 kB/s eta 0:00:00
Collecting httpx>=0.21.2
  Downloading https://www.piwheels.org/simple/httpx/httpx-0.28.1-py3-none-any.whl (73 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.5/73.5 kB 172.3 kB/s eta 0:00:00
Collecting ipython>=7.0
  Downloading https://www.piwheels.org/simple/ipython/ipython-8.32.0-py3-none-any.whl (825 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 825.5/825.5 kB 257.7 kB/s eta 0:00:00
Collecting pydantic>=1.9.2
  Downloading https://www.piwheels.org/simple/pydantic/pydantic-2.10.6-py3-none-any.whl (431 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 431.7/431.7 kB 269.0 kB/s eta 0:00:00
Collecting typing_extensions>=4.0.0
  Downloading https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Collecting websockets>=11.0
  Downloading websockets-14.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (170 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.5/170.5 kB 335.5 kB/s eta 0:00:00
Collecting cffi>=1.0
  Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (469 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.2/469.2 kB 358.7 kB/s eta 0:00:00
Collecting srt
  Downloading https://www.piwheels.org/simple/srt/srt-3.5.3-py3-none-any.whl (22 kB)
Collecting onnxruntime
  Downloading onnxruntime-1.20.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (12.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.0/12.0 MB 499.1 kB/s eta 0:00:00
Collecting pymsgbox
  Downloading https://www.piwheels.org/simple/pymsgbox/PyMsgBox-1.0.9-py3-none-any.whl (7.4 kB)
Collecting pytweening>=1.0.4
  Downloading https://www.piwheels.org/simple/pytweening/pytweening-1.2.0-py3-none-any.whl (8.0 kB)
Collecting pyscreeze>=0.1.21
  Downloading https://www.piwheels.org/simple/pyscreeze/PyScreeze-1.0.1-py3-none-any.whl (14 kB)
Collecting pygetwindow>=0.0.5
  Downloading https://www.piwheels.org/simple/pygetwindow/PyGetWindow-0.0.9-py3-none-any.whl (13 kB)
Collecting mouseinfo
  Downloading https://www.piwheels.org/simple/mouseinfo/MouseInfo-0.1.3-py3-none-any.whl (10 kB)
Collecting python3-Xlib
  Downloading https://www.piwheels.org/simple/python3-xlib/python3_xlib-0.15-py3-none-any.whl (110 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.2/110.2 kB 440.0 kB/s eta 0:00:00
Collecting charset-normalizer<4,>=2
  Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (139 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.5/139.5 kB 436.2 kB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading https://www.piwheels.org/simple/idna/idna-3.10-py3-none-any.whl (70 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 204.3 kB/s eta 0:00:00
Collecting urllib3<3,>=1.21.1
  Downloading https://www.piwheels.org/simple/urllib3/urllib3-2.3.0-py3-none-any.whl (128 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.4/128.4 kB 33.7 kB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading https://www.piwheels.org/simple/certifi/certifi-2025.1.31-py3-none-any.whl (166 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.3/166.3 kB 360.4 kB/s eta 0:00:00
Collecting six>=1.5
  Downloading https://www.piwheels.org/simple/six/six-1.17.0-py2.py3-none-any.whl (11 kB)
Collecting aiofiles
  Downloading https://www.piwheels.org/simple/aiofiles/aiofiles-24.1.0-py3-none-any.whl (15 kB)
Collecting altair>=4.2.0
  Downloading https://www.piwheels.org/simple/altair/altair-5.5.0-py3-none-any.whl (731 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.2/731.2 kB 225.8 kB/s eta 0:00:00
Collecting fastapi
  Downloading https://www.piwheels.org/simple/fastapi/fastapi-0.115.8-py3-none-any.whl (94 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.8/94.8 kB 81.2 kB/s eta 0:00:00
Collecting ffmpy
  Downloading https://www.piwheels.org/simple/ffmpy/ffmpy-0.5.0-py3-none-any.whl (6.0 kB)
Collecting gradio-client>=0.1.3
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.7.0-py3-none-any.whl (321 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 321.9/321.9 kB 390.2 kB/s eta 0:00:00
Collecting huggingface-hub>=0.13.0
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.28.1-py3-none-any.whl (464 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.1/464.1 kB 172.3 kB/s eta 0:00:00
Collecting jinja2
  Downloading https://www.piwheels.org/simple/jinja2/jinja2-3.1.5-py3-none-any.whl (134 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 kB 98.2 kB/s eta 0:00:00
Collecting markdown-it-py[linkify]>=2.0.0
  Downloading https://www.piwheels.org/simple/markdown-it-py/markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 68.2 kB/s eta 0:00:00
Collecting markupsafe
  Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (23 kB)
Collecting matplotlib
  Downloading matplotlib-3.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 399.5 kB/s eta 0:00:00
Collecting mdit-py-plugins<=0.3.3
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 153.2 kB/s eta 0:00:00
Collecting orjson
  Downloading orjson-3.10.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (125 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 77.7 kB/s eta 0:00:00
Collecting pandas
  Downloading pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 459.3 kB/s eta 0:00:00
Collecting pillow
  Downloading pillow-11.1.0-cp311-cp311-manylinux_2_28_aarch64.whl (4.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 690.0 kB/s eta 0:00:00
Collecting pydub
  Downloading https://www.piwheels.org/simple/pydub/pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Collecting pygments>=2.12.0
  Downloading https://www.piwheels.org/simple/pygments/pygments-2.19.1-py3-none-any.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 367.4 kB/s eta 0:00:00
Collecting python-multipart
  Downloading https://www.piwheels.org/simple/python-multipart/python_multipart-0.0.20-py3-none-any.whl (24 kB)
Collecting pyyaml
  Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (736 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 736.8/736.8 kB 318.4 kB/s eta 0:00:00
Collecting semantic-version
  Downloading https://www.piwheels.org/simple/semantic-version/semantic_version-2.10.0-py2.py3-none-any.whl (19 kB)
Collecting uvicorn
  Downloading https://www.piwheels.org/simple/uvicorn/uvicorn-0.34.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 409.8 kB/s eta 0:00:00
Collecting jsonschema>=3.0
  Downloading https://www.piwheels.org/simple/jsonschema/jsonschema-4.23.0-py3-none-any.whl (88 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 104.6 kB/s eta 0:00:00
Collecting narwhals>=1.14.2
  Downloading https://www.piwheels.org/simple/narwhals/narwhals-1.25.2-py3-none-any.whl (305 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 305.5/305.5 kB 681.3 kB/s eta 0:00:00
Collecting packaging
  Downloading https://www.piwheels.org/simple/packaging/packaging-24.2-py3-none-any.whl (65 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 397.5 kB/s eta 0:00:00
Collecting pycparser
  Downloading https://www.piwheels.org/simple/pycparser/pycparser-2.22-py3-none-any.whl (117 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 469.8 kB/s eta 0:00:00
Collecting anyio
  Downloading https://www.piwheels.org/simple/anyio/anyio-4.8.0-py3-none-any.whl (96 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.0/96.0 kB 536.3 kB/s eta 0:00:00
Collecting httpcore==1.*
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.7-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 60.7 kB/s eta 0:00:00
Collecting h11<0.15,>=0.13
  Downloading https://www.piwheels.org/simple/h11/h11-0.14.0-py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 162.8 kB/s eta 0:00:00
Collecting filelock
  Downloading https://www.piwheels.org/simple/filelock/filelock-3.17.0-py3-none-any.whl (16 kB)
Collecting huggingface-hub>=0.13.0
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.28.0-py3-none-any.whl (464 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.2/464.2 kB 194.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.27.1-py3-none-any.whl (450 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 450.7/450.7 kB 392.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.27.0-py3-none-any.whl (450 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 450.5/450.5 kB 597.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.26.5-py3-none-any.whl (447 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 447.8/447.8 kB 226.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.26.3-py3-none-any.whl (447 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 447.6/447.6 kB 524.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.26.2-py3-none-any.whl (447 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 447.5/447.5 kB 672.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.26.1-py3-none-any.whl (447 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 447.4/447.4 kB 561.9 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.26.0-py3-none-any.whl (447 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 447.4/447.4 kB 138.0 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.25.2-py3-none-any.whl (436 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.6/436.6 kB 250.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.25.1-py3-none-any.whl (436 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.4/436.4 kB 703.3 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.25.0-py3-none-any.whl (436 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.4/436.4 kB 239.6 kB/s eta 0:00:00
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /simple/huggingface-hub/huggingface_hub-0.24.7-py3-none-any.whl
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.7-py3-none-any.whl (417 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 205.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.6-py3-none-any.whl (417 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 88.0 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.5-py3-none-any.whl (417 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 178.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.4-py3-none-any.whl (417 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 147.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.3-py3-none-any.whl (417 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.3/417.3 kB 502.0 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.2-py3-none-any.whl (417 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.2/417.2 kB 699.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.1-py3-none-any.whl (417 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.2/417.2 kB 206.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.24.0-py3-none-any.whl (419 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 419.0/419.0 kB 452.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.23.5-py3-none-any.whl (402 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 402.7/402.7 kB 467.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.23.4-py3-none-any.whl (402 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 402.6/402.6 kB 91.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.23.3-py3-none-any.whl (401 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.7/401.7 kB 286.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.23.2-py3-none-any.whl (401 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.7/401.7 kB 559.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.23.1-py3-none-any.whl (401 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.2/401.2 kB 261.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.23.0-py3-none-any.whl (401 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.2/401.2 kB 267.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.22.2-py3-none-any.whl (388 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 388.8/388.8 kB 738.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.22.1-py3-none-any.whl (388 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 388.6/388.6 kB 257.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.22.0-py3-none-any.whl (388 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 388.5/388.5 kB 102.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.21.4-py3-none-any.whl (346 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.4/346.4 kB 309.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.21.3-py3-none-any.whl (346 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.2/346.2 kB 114.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.21.2-py3-none-any.whl (346 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.1/346.1 kB 205.3 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.21.1-py3-none-any.whl (346 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.1/346.1 kB 165.9 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.21.0-py3-none-any.whl (346 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.1/346.1 kB 307.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.20.3-py3-none-any.whl (330 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 330.1/330.1 kB 334.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.20.2-py3-none-any.whl (330 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 330.3/330.3 kB 411.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.20.1-py3-none-any.whl (330 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 330.0/330.0 kB 214.8 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.20.0-py3-none-any.whl (329 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 329.1/329.1 kB 223.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.19.4-py3-none-any.whl (311 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.7/311.7 kB 657.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.19.3-py3-none-any.whl (311 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.2/311.2 kB 118.1 kB/s eta 0:00:00
INFO: pip is looking at multiple versions of httpcore to determine which version is compatible with other requirements. This could take a while.
Collecting httpcore==1.*
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.6-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.0/78.0 kB 70.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.5-py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 240.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.4-py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 kB 61.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.3-py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 kB 24.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.2-py3-none-any.whl (76 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.9/76.9 kB 54.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.1-py3-none-any.whl (76 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.9/76.9 kB 215.8 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/httpcore/httpcore-1.0.0-py3-none-any.whl (76 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.5/76.5 kB 55.7 kB/s eta 0:00:00
INFO: pip is looking at multiple versions of httpcore to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of httpx to determine which version is compatible with other requirements. This could take a while.
Collecting httpx>=0.21.2
  Downloading https://www.piwheels.org/simple/httpx/httpx-0.28.0-py3-none-any.whl (73 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.6/73.6 kB 500.2 kB/s eta 0:00:00
INFO: pip is looking at multiple versions of gradio-client to determine which version is compatible with other requirements. This could take a while.
Collecting gradio-client>=0.1.3
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.6.0-py3-none-any.whl (321 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 321.8/321.8 kB 529.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.5.4-py3-none-any.whl (321 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 321.4/321.4 kB 500.0 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.5.3-py3-none-any.whl (320 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 320.6/320.6 kB 513.3 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.5.2-py3-none-any.whl (320 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 320.4/320.4 kB 165.8 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.5.1-py3-none-any.whl (320 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 320.2/320.2 kB 228.6 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.5.0-py3-none-any.whl (320 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 320.1/320.1 kB 418.5 kB/s eta 0:00:00
Collecting websockets>=11.0
  Downloading websockets-12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.5/131.5 kB 96.5 kB/s eta 0:00:00
Collecting gradio-client>=0.1.3
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.4.3-py3-none-any.whl (320 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 320.1/320.1 kB 111.1 kB/s eta 0:00:00
INFO: pip is looking at multiple versions of gradio-client to determine which version is compatible with other requirements. This could take a while.
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.4.2-py3-none-any.whl (319 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.8/319.8 kB 218.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.4.0-py3-none-any.whl (319 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.8/319.8 kB 135.8 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.3.0-py3-none-any.whl (318 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 318.7/318.7 kB 506.9 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.2.0-py3-none-any.whl (318 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 318.6/318.6 kB 222.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.1.1-py3-none-any.whl (318 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 318.2/318.2 kB 204.9 kB/s eta 0:00:00
Collecting websockets>=11.0
  Downloading websockets-11.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.2/131.2 kB 461.5 kB/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.
Collecting gradio-client>=0.1.3
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.1.0-py3-none-any.whl (318 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 318.1/318.1 kB 650.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.0.2-py3-none-any.whl (318 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 318.2/318.2 kB 300.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-1.0.1-py3-none-any.whl (318 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 318.1/318.1 kB 368.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.17.0-py3-none-any.whl (316 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.3/316.3 kB 389.0 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.16.4-py3-none-any.whl (315 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.9/315.9 kB 600.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.16.3-py3-none-any.whl (315 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.8/315.8 kB 152.3 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.16.2-py3-none-any.whl (315 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.5/315.5 kB 393.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.16.1-py3-none-any.whl (314 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.6/314.6 kB 182.9 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.16.0-py3-none-any.whl (314 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.4/314.4 kB 199.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.15.1-py3-none-any.whl (313 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 268.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.15.0-py3-none-any.whl (313 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.4/313.4 kB 211.3 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.14.0-py3-none-any.whl (312 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 312.4/312.4 kB 245.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.13.0-py3-none-any.whl (311 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.2/311.2 kB 203.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.12.0-py3-none-any.whl (310 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.7/310.7 kB 350.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.11.0-py3-none-any.whl (308 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 308.2/308.2 kB 175.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.10.1-py3-none-any.whl (307 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.9/307.9 kB 195.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.10.0-py3-none-any.whl (307 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.7/307.7 kB 221.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.9.0-py3-none-any.whl (306 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 306.8/306.8 kB 471.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.8.1-py3-none-any.whl (305 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 305.2/305.2 kB 251.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.8.0-py3-none-any.whl (305 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 305.1/305.1 kB 398.2 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.7.3-py3-none-any.whl (304 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.8/304.8 kB 159.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.7.2-py3-none-any.whl (304 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.6/304.6 kB 61.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/gradio-client/gradio_client-0.7.1-py3-none-any.whl (302 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.9/302.9 kB 109.1 kB/s eta 0:00:00
Collecting huggingface-hub>=0.13.0
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.19.2-py3-none-any.whl (311 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.1/311.1 kB 279.7 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.19.1-py3-none-any.whl (311 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.1/311.1 kB 175.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.19.0-py3-none-any.whl (311 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.1/311.1 kB 304.5 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.18.0-py3-none-any.whl (301 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.0/302.0 kB 248.3 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/huggingface-hub/huggingface_hub-0.17.3-py3-none-any.whl (294 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 295.0/295.0 kB 115.7 kB/s eta 0:00:00
Collecting decorator
  Downloading https://www.piwheels.org/simple/decorator/decorator-5.1.1-py3-none-any.whl (10 kB)
Collecting jedi>=0.16
  Downloading https://www.piwheels.org/simple/jedi/jedi-0.19.2-py2.py3-none-any.whl (1.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 131.8 kB/s eta 0:00:00
Collecting matplotlib-inline
  Downloading https://www.piwheels.org/simple/matplotlib-inline/matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB)
Collecting pexpect>4.3
  Downloading https://www.piwheels.org/simple/pexpect/pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 184.5 kB/s eta 0:00:00
Collecting prompt_toolkit<3.1.0,>=3.0.41
  Downloading https://www.piwheels.org/simple/prompt-toolkit/prompt_toolkit-3.0.50-py3-none-any.whl (387 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 387.8/387.8 kB 256.9 kB/s eta 0:00:00
Collecting stack_data
  Downloading https://www.piwheels.org/simple/stack-data/stack_data-0.6.3-py3-none-any.whl (24 kB)
Collecting traitlets>=5.13.0
  Downloading https://www.piwheels.org/simple/traitlets/traitlets-5.14.3-py3-none-any.whl (85 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 kB 214.9 kB/s eta 0:00:00
Collecting mdurl~=0.1
  Downloading https://www.piwheels.org/simple/mdurl/mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting linkify-it-py<3,>=1
  Downloading https://www.piwheels.org/simple/linkify-it-py/linkify_it_py-2.0.3-py3-none-any.whl (19 kB)
Collecting mdit-py-plugins<=0.3.3
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.3.2-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.4/50.4 kB 289.3 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.3.1-py3-none-any.whl (46 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.5/46.5 kB 282.8 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.3.0-py3-none-any.whl (43 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.7/43.7 kB 264.1 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.8-py3-none-any.whl (41 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 33.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.7-py3-none-any.whl (41 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 102.4 kB/s eta 0:00:00
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.6-py3-none-any.whl (39 kB)
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.5-py3-none-any.whl (39 kB)
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.4-py3-none-any.whl (39 kB)
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.3-py3-none-any.whl (39 kB)
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.2-py3-none-any.whl (39 kB)
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.1-py3-none-any.whl (38 kB)
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.2.0-py3-none-any.whl (38 kB)
  Downloading https://www.piwheels.org/simple/mdit-py-plugins/mdit_py_plugins-0.1.0-py3-none-any.whl (37 kB)
INFO: pip is looking at multiple versions of markdown-it-py[linkify] to determine which version is compatible with other requirements. This could take a while.
Collecting markdown-it-py[linkify]>=2.0.0
  Downloading https://www.piwheels.org/simple/markdown-it-py/markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 66.9 kB/s eta 0:00:00
Collecting annotated-types>=0.6.0
  Downloading https://www.piwheels.org/simple/annotated-types/annotated_types-0.7.0-py3-none-any.whl (13 kB)
Collecting pydantic-core==2.27.2
  Downloading pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 85.5 kB/s eta 0:00:00
Collecting pyrect
  Downloading https://www.piwheels.org/simple/pyrect/PyRect-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting aiohappyeyeballs>=2.3.0
  Downloading https://www.piwheels.org/simple/aiohappyeyeballs/aiohappyeyeballs-2.4.6-py3-none-any.whl (14 kB)
Collecting aiosignal>=1.1.2
  Downloading https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB)
Collecting attrs>=17.3.0
  Downloading https://www.piwheels.org/simple/attrs/attrs-25.1.0-py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 176.7 kB/s eta 0:00:00
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (276 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 276.4/276.4 kB 71.5 kB/s eta 0:00:00
Collecting multidict<7.0,>=4.5
  Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.1/131.1 kB 81.0 kB/s eta 0:00:00
Collecting propcache>=0.2.0
  Downloading propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (232 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.1/232.1 kB 182.7 kB/s eta 0:00:00
Collecting yarl<2.0,>=1.17.0
  Downloading yarl-1.18.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.6/340.6 kB 298.1 kB/s eta 0:00:00
Collecting starlette<0.46.0,>=0.40.0
  Downloading https://www.piwheels.org/simple/starlette/starlette-0.45.3-py3-none-any.whl (71 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 kB 105.8 kB/s eta 0:00:00
Collecting contourpy>=1.0.1
  Downloading contourpy-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.0/313.0 kB 326.2 kB/s eta 0:00:00
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /simple/cycler/
Collecting cycler>=0.10
  Downloading https://www.piwheels.org/simple/cycler/cycler-0.12.1-py3-none-any.whl (8.3 kB)
Collecting fonttools>=4.22.0
  Downloading fonttools-4.56.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 203.5 kB/s eta 0:00:00
Collecting kiwisolver>=1.3.1
  Downloading kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 163.1 kB/s eta 0:00:00
Collecting pyparsing>=2.3.1
  Downloading https://www.piwheels.org/simple/pyparsing/pyparsing-3.2.1-py3-none-any.whl (107 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 kB 187.2 kB/s eta 0:00:00
Collecting matplotlib
  Downloading matplotlib-3.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 118.4 kB/s eta 0:00:00
  Downloading matplotlib-3.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 213.2 kB/s eta 0:00:00
  Downloading matplotlib-3.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 353.4 kB/s eta 0:00:00
  Downloading matplotlib-3.9.1.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 172.7 kB/s eta 0:00:00
  Downloading matplotlib-3.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 308.4 kB/s eta 0:00:00
  Downloading matplotlib-3.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 258.0 kB/s eta 0:00:00
  Downloading matplotlib-3.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 325.6 kB/s eta 0:00:00
Collecting numpy
  Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 361.0 kB/s eta 0:00:00
Collecting matplotlib
  Downloading matplotlib-3.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 423.1 kB/s eta 0:00:00
  Downloading matplotlib-3.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 191.5 kB/s eta 0:00:00
  Downloading matplotlib-3.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 242.4 kB/s eta 0:00:00
  Downloading matplotlib-3.7.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 476.8 kB/s eta 0:00:00
  Downloading matplotlib-3.7.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 280.4 kB/s eta 0:00:00
  Downloading matplotlib-3.7.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 191.3 kB/s eta 0:00:00
  Downloading matplotlib-3.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 322.6 kB/s eta 0:00:00
Collecting pyparsing<3.1,>=2.3.1
  Downloading https://www.piwheels.org/simple/pyparsing/pyparsing-3.0.9-py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 127.3 kB/s eta 0:00:00
Collecting matplotlib
  Downloading matplotlib-3.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 343.6 kB/s eta 0:00:00
  Downloading matplotlib-3.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 384.3 kB/s eta 0:00:00
  Downloading matplotlib-3.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 376.0 kB/s eta 0:00:00
  Downloading matplotlib-3.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 233.4 kB/s eta 0:00:00
  Downloading matplotlib-3.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 267.7 kB/s eta 0:00:00
  Downloading matplotlib-3.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 273.5 kB/s eta 0:00:00
  Downloading matplotlib-3.5.3.tar.gz (35.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.2/35.2 MB 197.7 kB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
  Downloading matplotlib-3.5.2.tar.gz (35.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.2/35.2 MB 45.7 kB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
  Downloading matplotlib-3.5.1.tar.gz (35.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/35.3 MB 171.3 kB/s eta 0:00:00
  Preparing metadata (setup.py) ... |done
  Downloading matplotlib-3.5.0.tar.gz (35.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.0/35.0 MB 272.6 kB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
  Downloading matplotlib-3.4.3.tar.gz (37.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.9/37.9 MB ? eta 0:00:00
  Preparing metadata (setup.py) ... done
  Downloading matplotlib-3.4.2.tar.gz (37.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.3/37.3 MB ? eta 0:00:00
  Preparing metadata (setup.py) ... done
  Downloading matplotlib-3.4.1.tar.gz (37.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.3/37.3 MB ? eta 0:00:00
  Preparing metadata (setup.py) ... done
  Downloading matplotlib-3.4.0.tar.gz (37.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.1/37.1 MB ? eta 0:00:00
  Preparing metadata (setup.py) ... done
  Downloading matplotlib-3.3.4.tar.gz (37.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.9/37.9 MB ? eta 0:00:00
  Preparing metadata (setup.py) ... done
Collecting pyperclip
  Downloading https://www.piwheels.org/simple/pyperclip/pyperclip-1.9.0-py3-none-any.whl (11 kB)
Collecting coloredlogs
  Downloading https://www.piwheels.org/simple/coloredlogs/coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB 5.2 kB/s eta 0:00:00
Collecting flatbuffers
  Downloading https://www.piwheels.org/simple/flatbuffers/flatbuffers-20181003210633-py2.py3-none-any.whl (14 kB)
Collecting protobuf
  Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_aarch64.whl (319 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.6/319.6 kB 932.2 kB/s eta 0:00:00
Collecting sympy
  Downloading https://www.piwheels.org/simple/sympy/sympy-1.13.3-py3-none-any.whl (6.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 771.5 kB/s eta 0:00:00
Collecting pandas
  Downloading pandas-2.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 653.7 kB/s eta 0:00:00
  Downloading pandas-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 450.3 kB/s eta 0:00:00
  Downloading pandas-2.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.6/15.6 MB 750.7 kB/s eta 0:00:00
  Downloading pandas-2.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/14.8 MB 431.0 kB/s eta 0:00:00
  Downloading pandas-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/14.8 MB 513.8 kB/s eta 0:00:00
  Downloading pandas-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/14.8 MB 278.3 kB/s eta 0:00:00
  Downloading pandas-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/14.8 MB 404.8 kB/s eta 0:00:00
  Downloading pandas-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (15.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/15.2 MB 558.6 kB/s eta 0:00:00
  Downloading pandas-2.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 798.4 kB/s eta 0:00:00
  Downloading pandas-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 458.3 kB/s eta 0:00:00
  Downloading pandas-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 812.4 kB/s eta 0:00:00
  Downloading pandas-2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 487.4 kB/s eta 0:00:00
  Downloading pandas-1.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 617.6 kB/s eta 0:00:00
  Downloading pandas-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 614.5 kB/s eta 0:00:00
  Downloading pandas-1.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 477.7 kB/s eta 0:00:00
  Downloading pandas-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 MB 494.7 kB/s eta 0:00:00
  Downloading pandas-1.4.4.tar.gz (4.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 380.9 kB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
  Downloading pandas-1.4.3.tar.gz (4.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 456.0 kB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [1534 lines of output]
      <string>:19: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
      Compiling pandas/_libs/algos.pyx because it changed.
      Compiling pandas/_libs/arrays.pyx because it changed.
      Compiling pandas/_libs/groupby.pyx because it changed.
      Compiling pandas/_libs/hashing.pyx because it changed.
      Compiling pandas/_libs/hashtable.pyx because it changed.
      Compiling pandas/_libs/index.pyx because it changed.
      Compiling pandas/_libs/indexing.pyx because it changed.
      Compiling pandas/_libs/internals.pyx because it changed.
      Compiling pandas/_libs/interval.pyx because it changed.
      Compiling pandas/_libs/join.pyx because it changed.
      Compiling pandas/_libs/lib.pyx because it changed.
      Compiling pandas/_libs/missing.pyx because it changed.
      Compiling pandas/_libs/parsers.pyx because it changed.
      Compiling pandas/_libs/reduction.pyx because it changed.
      Compiling pandas/_libs/ops.pyx because it changed.
      Compiling pandas/_libs/ops_dispatch.pyx because it changed.
      Compiling pandas/_libs/properties.pyx because it changed.
      Compiling pandas/_libs/reshape.pyx because it changed.
      Compiling pandas/_libs/sparse.pyx because it changed.
      Compiling pandas/_libs/tslib.pyx because it changed.
      Compiling pandas/_libs/tslibs/base.pyx because it changed.
      Compiling pandas/_libs/tslibs/ccalendar.pyx because it changed.
      Compiling pandas/_libs/tslibs/dtypes.pyx because it changed.
      Compiling pandas/_libs/tslibs/conversion.pyx because it changed.
      Compiling pandas/_libs/tslibs/fields.pyx because it changed.
      Compiling pandas/_libs/tslibs/nattype.pyx because it changed.
      Compiling pandas/_libs/tslibs/np_datetime.pyx because it changed.
      Compiling pandas/_libs/tslibs/offsets.pyx because it changed.
      Compiling pandas/_libs/tslibs/parsing.pyx because it changed.
      Compiling pandas/_libs/tslibs/period.pyx because it changed.
      Compiling pandas/_libs/tslibs/strptime.pyx because it changed.
      Compiling pandas/_libs/tslibs/timedeltas.pyx because it changed.
      Compiling pandas/_libs/tslibs/timestamps.pyx because it changed.
      Compiling pandas/_libs/tslibs/timezones.pyx because it changed.
      Compiling pandas/_libs/tslibs/tzconversion.pyx because it changed.
      Compiling pandas/_libs/tslibs/vectorized.pyx because it changed.
      Compiling pandas/_libs/testing.pyx because it changed.
      Compiling pandas/_libs/window/aggregations.pyx because it changed.
      Compiling pandas/_libs/window/indexers.pyx because it changed.
      Compiling pandas/_libs/writers.pyx because it changed.
      Compiling pandas/io/sas/sas.pyx because it changed.
      [Errno 28] No space left on device

No more free space on device!

The SD card is 32GB. OS Raspbian LITE. So it probably won't install...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions