Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get error "The command '/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt' returned a non-zero code: 1" #25

Closed
johnleeshore opened this issue Feb 4, 2025 · 4 comments

Comments

@johnleeshore
Copy link

johnleeshore commented Feb 4, 2025

Trying to update from 1.3.0 to 1.3.2

Get error "The command '/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt' returned a non-zero code: 1"

TBH I could only update from 1.2.0 to 1.3.0 by uninstalling 1.2.0 and then installing 1.3.0 as I seemed to get the same error.

My setup is HAOS in virtual box on linux mint

Supervisor log:

2025-02-04 16:23:15.318 ERROR (MainThread) [supervisor.docker.addon] Can't build cc2581ab/amd64-addon-predai:1.3.2: The command '/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt' returned a non-zero code: 1 2025-02-04 16:23:15.319 ERROR (MainThread) [supervisor.docker.addon] Build log: Step 1/29 : ARG BUILD_FROM Step 2/29 : ARG BUILD_VERSION Step 3/29 : FROM $BUILD_FROM ---> 878dda02f55b Step 4/29 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 12028de8cd11 Step 5/29 : RUN apt-get update ---> Using cache ---> 9b63a0dc23f8 Step 6/29 : RUN apt-get upgrade -y ---> Using cache ---> 0386026b0639 Step 7/29 : RUN apt-get dist-upgrade -y ---> Using cache ---> 2952a1d0073a Step 8/29 : RUN apt-get install -y python3 ---> Using cache ---> 748f04657ee7 Step 9/29 : RUN apt-get install -y python3-pip ---> Using cache ---> b47fa8742b22 Step 10/29 : RUN apt-get install -y python3.11-venv ---> Using cache ---> 7f03db9626db Step 11/29 : WORKDIR /app_data ---> Using cache ---> ab6a527a384c Step 12/29 : COPY rootfs / ---> Using cache ---> 2d2492ba1a5c Step 13/29 : COPY requirements.txt /tmp/ ---> Using cache ---> 607602034a48 Step 14/29 : RUN pip install -r /tmp/requirements.txt ---> Running in b675904051b3 Collecting neuralprophet==0.9.0 Downloading neuralprophet-0.9.0-py3-none-any.whl (145 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.8/145.8 KB 3.8 MB/s eta 0:00:00 Collecting requests Downloading requests-2.32.3-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 KB 15.9 MB/s eta 0:00:00 Collecting aiohttp Downloading aiohttp-3.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 9.2 MB/s eta 0:00:00 Collecting pyyaml Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 12.0 MB/s eta 0:00:00 Collecting torchmetrics>=1.0.0 Downloading torchmetrics-1.6.1-py3-none-any.whl (927 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 927.3/927.3 KB 8.8 MB/s eta 0:00:00 Collecting numpy<2.0.0,>=1.25.0 Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 11.7 MB/s eta 0:00:00 Collecting captum>=0.6.0 Downloading captum-0.7.0-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 10.2 MB/s eta 0:00:00 Collecting matplotlib>=3.5.3 Downloading matplotlib-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 11.9 MB/s eta 0:00:00 Collecting holidays>=0.41 Downloading holidays-0.66-py3-none-any.whl (791 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 791.2/791.2 KB 11.3 MB/s eta 0:00:00 Collecting torch>=2.0.0 Downloading torch-2.6.0-cp310-cp310-manylinux1_x86_64.whl (766.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 766.7/766.7 MB 11.7 MB/s eta 0:00:00 Collecting typing-extensions>=4.5.0 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Collecting plotly>=5.13.1 Downloading plotly-6.0.0-py3-none-any.whl (14.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/14.8 MB 11.7 MB/s eta 0:00:00 Collecting pandas>=2.0.0 Downloading pandas-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.1/13.1 MB 11.7 MB/s eta 0:00:00 Collecting pytorch-lightning>=2.0.0 Downloading pytorch_lightning-2.5.0.post0-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 KB 11.6 MB/s eta 0:00:00 Collecting tensorboard>=2.11.2 Downloading tensorboard-2.18.0-py3-none-any.whl (5.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 11.6 MB/s eta 0:00:00 Collecting kaleido==0.2.1 Downloading kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl (79.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.9/79.9 MB 11.7 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.4/128.4 KB 12.2 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 Downloading charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.1/146.1 KB 13.5 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.10-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 KB 6.4 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.4/166.4 KB 11.6 MB/s eta 0:00:00 Collecting propcache>=0.2.0 Downloading propcache-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.1/205.1 KB 13.0 MB/s eta 0:00:00 Collecting yarl<2.0,>=1.17.0 Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 KB 12.5 MB/s eta 0:00:00 Collecting multidict<7.0,>=4.5 Downloading multidict-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.6/124.6 KB 13.7 MB/s eta 0:00:00 Collecting async-timeout<6.0,>=4.0 Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) Collecting aiohappyeyeballs>=2.3.0 Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB) Collecting aiosignal>=1.1.2 Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) Collecting attrs>=17.3.0 Downloading attrs-25.1.0-py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 KB 15.6 MB/s eta 0:00:00 Collecting frozenlist>=1.1.1 Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.9/241.9 KB 11.5 MB/s eta 0:00:00 Collecting tqdm Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 KB 14.4 MB/s eta 0:00:00 Collecting python-dateutil Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 KB 12.2 MB/s eta 0:00:00 Collecting fonttools>=4.22.0 Downloading fonttools-4.55.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 11.8 MB/s eta 0:00:00 Collecting contourpy>=1.0.1 Downloading contourpy-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (324 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.0/325.0 KB 19.3 MB/s eta 0:00:00 Collecting cycler>=0.10 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Collecting kiwisolver>=1.3.1 Downloading kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 11.8 MB/s eta 0:00:00 Collecting pyparsing>=2.3.1 Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 KB 12.3 MB/s eta 0:00:00 Collecting packaging>=20.0 Downloading packaging-24.2-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 16.0 MB/s eta 0:00:00 Collecting pillow>=8 Downloading pillow-11.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 11.3 MB/s eta 0:00:00 Collecting tzdata>=2022.7 Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 KB 12.1 MB/s eta 0:00:00 Collecting pytz>=2020.1 Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 KB 12.1 MB/s eta 0:00:00 Collecting narwhals>=1.15.1 Downloading narwhals-1.25.0-py3-none-any.whl (313 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.3/313.3 KB 10.0 MB/s eta 0:00:00 Collecting lightning-utilities>=0.10.0 Downloading lightning_utilities-0.12.0-py3-none-any.whl (28 kB) Collecting fsspec[http]>=2022.5.0 Downloading fsspec-2025.2.0-py3-none-any.whl (184 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.5/184.5 KB 9.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools>=41.0.0 in /usr/lib/python3/dist-packages (from tensorboard>=2.11.2->neuralprophet==0.9.0->-r /tmp/requirements.txt (line 1)) (59.6.0) Collecting six>1.9 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Collecting tensorboard-data-server<0.8.0,>=0.7.0 Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 11.8 MB/s eta 0:00:00 Collecting markdown>=2.6.8 Downloading Markdown-3.7-py3-none-any.whl (106 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.3/106.3 KB 13.1 MB/s eta 0:00:00 Collecting absl-py>=0.4 Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 KB 11.8 MB/s eta 0:00:00 Collecting protobuf!=4.24.0,>=3.19.6 Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 KB 11.8 MB/s eta 0:00:00 Collecting werkzeug>=1.0.1 Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 KB 12.3 MB/s eta 0:00:00 Collecting grpcio>=1.48.2 Downloading grpcio-1.70.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 11.7 MB/s eta 0:00:00 Collecting filelock Downloading filelock-3.17.0-py3-none-any.whl (16 kB) Collecting nvidia-cusparselt-cu12==0.6.2 Downloading nvidia_cusparselt_cu12-0.6.2-py3-none-manylinux2014_x86_64.whl (150.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.1/150.1 MB 11.7 MB/s eta 0:00:00 Collecting jinja2 Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.6/134.6 KB 13.6 MB/s eta 0:00:00 Collecting nvidia-cudnn-cu12==9.1.0.70 Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 11.7 MB/s eta 0:00:00 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. nvidia-cudnn-cu12==9.1.0.70 from https://files.pythonhosted.org/packages/9f/fd/713452cd72343f682b1c7b9321e23829f00b842ceaedcda96e742ea0b0b3/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl#sha256=165764f44ef8c61fcdfdfdbe769d687e06374059fbb388b6c89ecb0e28793a6f (from torch>=2.0.0->neuralprophet==0.9.0->-r /tmp/requirements.txt (line 1)): Expected sha256 165764f44ef8c61fcdfdfdbe769d687e06374059fbb388b6c89ecb0e28793a6f Got a318765b3a359ff31b3ee10ff4cdf5e4be44c6c68700b42ef18ae28848a6ebe0 ---> Removed intermediate container b675904051b3

@springfall2008
Copy link
Owner

Can you updated again, I think I fixed this already?

@johnleeshore
Copy link
Author

I had another go. Same error with log:

2025-02-05 09:45:33.023 INFO (MainThread) [supervisor.docker.addon] Updating image cc2581ab/amd64-addon-predai:1.3.0 to cc2581ab/amd64-addon-predai:1.3.2 2025-02-05 09:45:33.024 INFO (MainThread) [supervisor.docker.addon] Starting build for cc2581ab/amd64-addon-predai:1.3.2 2025-02-05 09:46:47.610 ERROR (MainThread) [supervisor.docker.addon] Can't build cc2581ab/amd64-addon-predai:1.3.2: The command '/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt' returned a non-zero code: 1 2025-02-05 09:46:47.610 ERROR (MainThread) [supervisor.docker.addon] Build log: Step 1/29 : ARG BUILD_FROM Step 2/29 : ARG BUILD_VERSION Step 3/29 : FROM $BUILD_FROM ---> 878dda02f55b Step 4/29 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 12028de8cd11 Step 5/29 : RUN apt-get update ---> Using cache ---> 9b63a0dc23f8 Step 6/29 : RUN apt-get upgrade -y ---> Using cache ---> 0386026b0639 Step 7/29 : RUN apt-get dist-upgrade -y ---> Using cache ---> 2952a1d0073a Step 8/29 : RUN apt-get install -y python3 ---> Using cache ---> 748f04657ee7 Step 9/29 : RUN apt-get install -y python3-pip ---> Using cache ---> b47fa8742b22 Step 10/29 : RUN apt-get install -y python3.11-venv ---> Using cache ---> 7f03db9626db Step 11/29 : WORKDIR /app_data ---> Using cache ---> ab6a527a384c Step 12/29 : COPY rootfs / ---> Using cache ---> 2d2492ba1a5c Step 13/29 : COPY requirements.txt /tmp/ ---> Using cache ---> 607602034a48 Step 14/29 : RUN pip install -r /tmp/requirements.txt ---> Running in 405d8a274394 Collecting neuralprophet==0.9.0 Downloading neuralprophet-0.9.0-py3-none-any.whl (145 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.8/145.8 KB 3.3 MB/s eta 0:00:00 Collecting requests Downloading requests-2.32.3-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 KB 9.0 MB/s eta 0:00:00 Collecting aiohttp Downloading aiohttp-3.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 8.9 MB/s eta 0:00:00 Collecting pyyaml Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 10.4 MB/s eta 0:00:00 Collecting pandas>=2.0.0 Downloading pandas-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.1/13.1 MB 11.7 MB/s eta 0:00:00 Collecting pytorch-lightning>=2.0.0 Downloading pytorch_lightning-2.5.0.post0-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 KB 11.9 MB/s eta 0:00:00 Collecting torch>=2.0.0 Downloading torch-2.6.0-cp310-cp310-manylinux1_x86_64.whl (766.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 766.7/766.7 MB 11.7 MB/s eta 0:00:00 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. torch>=2.0.0 from https://files.pythonhosted.org/packages/37/81/aa9ab58ec10264c1abe62c8b73f5086c3c558885d6beecebf699f0dbeaeb/torch-2.6.0-cp310-cp310-manylinux1_x86_64.whl#sha256=6860df13d9911ac158f4c44031609700e1eba07916fff62e21e6ffa0a9e01961 (from neuralprophet==0.9.0->-r /tmp/requirements.txt (line 1)): Expected sha256 6860df13d9911ac158f4c44031609700e1eba07916fff62e21e6ffa0a9e01961 Got 32e0fe2cc842b2682fa91be1b43267591937a7230590e55f598019fef8eba17e ---> Removed intermediate container 405d8a274394

@johnleeshore
Copy link
Author

Uninstalled 1.30.0 and then tried to install 1.30.2
Get this in log:
2025-02-05 12:08:13.540 INFO (MainThread) [supervisor.docker.addon] Starting build for cc2581ab/amd64-addon-predai:1.3.2 2025-02-05 12:12:57.696 ERROR (MainThread) [supervisor.docker.addon] Can't build cc2581ab/amd64-addon-predai:1.3.2: The command '/bin/bash -o pipefail -c pip install -r /tmp/requirements.txt' returned a non-zero code: 1 2025-02-05 12:12:57.696 ERROR (MainThread) [supervisor.docker.addon] Build log: Step 1/29 : ARG BUILD_FROM Step 2/29 : ARG BUILD_VERSION Step 3/29 : FROM $BUILD_FROM ---> 878dda02f55b Step 4/29 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 12028de8cd11 Step 5/29 : RUN apt-get update ---> Using cache ---> 9b63a0dc23f8 Step 6/29 : RUN apt-get upgrade -y ---> Using cache ---> 0386026b0639 Step 7/29 : RUN apt-get dist-upgrade -y ---> Using cache ---> 2952a1d0073a Step 8/29 : RUN apt-get install -y python3 ---> Using cache ---> 748f04657ee7 Step 9/29 : RUN apt-get install -y python3-pip ---> Using cache ---> b47fa8742b22 Step 10/29 : RUN apt-get install -y python3.11-venv ---> Using cache ---> 7f03db9626db Step 11/29 : WORKDIR /app_data ---> Using cache ---> ab6a527a384c Step 12/29 : COPY rootfs / ---> Using cache ---> 2d2492ba1a5c Step 13/29 : COPY requirements.txt /tmp/ ---> Using cache ---> 607602034a48 Step 14/29 : RUN pip install -r /tmp/requirements.txt ---> Running in a8332118abcc Collecting neuralprophet==0.9.0 Downloading neuralprophet-0.9.0-py3-none-any.whl (145 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.8/145.8 KB 2.8 MB/s eta 0:00:00 Collecting requests Downloading requests-2.32.3-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 KB 13.4 MB/s eta 0:00:00 Collecting aiohttp Downloading aiohttp-3.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 8.3 MB/s eta 0:00:00 Collecting pyyaml Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 KB 10.6 MB/s eta 0:00:00 Collecting torchmetrics>=1.0.0 Downloading torchmetrics-1.6.1-py3-none-any.whl (927 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 927.3/927.3 KB 10.5 MB/s eta 0:00:00 Collecting pytorch-lightning>=2.0.0 Downloading pytorch_lightning-2.5.0.post0-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 KB 11.9 MB/s eta 0:00:00 Collecting typing-extensions>=4.5.0 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Collecting numpy<2.0.0,>=1.25.0 Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 11.7 MB/s eta 0:00:00 Collecting plotly>=5.13.1 Downloading plotly-6.0.0-py3-none-any.whl (14.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/14.8 MB 11.7 MB/s eta 0:00:00 Collecting torch>=2.0.0 Downloading torch-2.6.0-cp310-cp310-manylinux1_x86_64.whl (766.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 766.7/766.7 MB 11.0 MB/s eta 0:00:00 Collecting matplotlib>=3.5.3 Downloading matplotlib-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 10.8 MB/s eta 0:00:00 Collecting pandas>=2.0.0 Downloading pandas-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.1/13.1 MB 11.7 MB/s eta 0:00:00 Collecting tensorboard>=2.11.2 Downloading tensorboard-2.18.0-py3-none-any.whl (5.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 11.7 MB/s eta 0:00:00 Collecting kaleido==0.2.1 Downloading kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl (79.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.9/79.9 MB 11.7 MB/s eta 0:00:00 Collecting holidays>=0.41 Downloading holidays-0.66-py3-none-any.whl (791 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 791.2/791.2 KB 10.8 MB/s eta 0:00:00 Collecting captum>=0.6.0 Downloading captum-0.7.0-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 11.8 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.4/166.4 KB 10.5 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 Downloading charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.1/146.1 KB 6.7 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.4/128.4 KB 13.5 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.10-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 KB 18.6 MB/s eta 0:00:00 Collecting aiohappyeyeballs>=2.3.0 Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB) Collecting attrs>=17.3.0 Downloading attrs-25.1.0-py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 KB 15.7 MB/s eta 0:00:00 Collecting aiosignal>=1.1.2 Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) Collecting yarl<2.0,>=1.17.0 Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 KB 7.6 MB/s eta 0:00:00 Collecting propcache>=0.2.0 Downloading propcache-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.1/205.1 KB 9.7 MB/s eta 0:00:00 Collecting multidict<7.0,>=4.5 Downloading multidict-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.6/124.6 KB 12.9 MB/s eta 0:00:00 Collecting async-timeout<6.0,>=4.0 Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) Collecting frozenlist>=1.1.1 Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.9/241.9 KB 12.2 MB/s eta 0:00:00 Collecting tqdm Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 KB 16.4 MB/s eta 0:00:00 Collecting python-dateutil Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 KB 12.0 MB/s eta 0:00:00 Collecting fonttools>=4.22.0 Downloading fonttools-4.55.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 8.8 MB/s eta 0:00:00 Collecting packaging>=20.0 Downloading packaging-24.2-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 KB 86.4 MB/s eta 0:00:00 Collecting pillow>=8 Downloading pillow-11.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 10.7 MB/s eta 0:00:00 Collecting contourpy>=1.0.1 Downloading contourpy-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (324 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.0/325.0 KB 12.3 MB/s eta 0:00:00 Collecting pyparsing>=2.3.1 Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.7/107.7 KB 17.5 MB/s eta 0:00:00 Collecting kiwisolver>=1.3.1 Downloading kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 11.9 MB/s eta 0:00:00 Collecting cycler>=0.10 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Collecting pytz>=2020.1 Downloading pytz-2025.1-py2.py3-none-any.whl (507 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 KB 11.7 MB/s eta 0:00:00 Collecting tzdata>=2022.7 Downloading tzdata-2025.1-py2.py3-none-any.whl (346 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.8/346.8 KB 10.8 MB/s eta 0:00:00 Collecting narwhals>=1.15.1 Downloading narwhals-1.25.1-py3-none-any.whl (305 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 305.6/305.6 KB 12.3 MB/s eta 0:00:00 Collecting lightning-utilities>=0.10.0 Downloading lightning_utilities-0.12.0-py3-none-any.whl (28 kB) Collecting fsspec[http]>=2022.5.0 Downloading fsspec-2025.2.0-py3-none-any.whl (184 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.5/184.5 KB 12.0 MB/s eta 0:00:00 Requirement already satisfied: setuptools>=41.0.0 in /usr/lib/python3/dist-packages (from tensorboard>=2.11.2->neuralprophet==0.9.0->-r /tmp/requirements.txt (line 1)) (59.6.0) Collecting grpcio>=1.48.2 Downloading grpcio-1.70.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 11.6 MB/s eta 0:00:00 Collecting six>1.9 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Collecting markdown>=2.6.8 Downloading Markdown-3.7-py3-none-any.whl (106 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.3/106.3 KB 12.8 MB/s eta 0:00:00 Collecting protobuf!=4.24.0,>=3.19.6 Downloading protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl (319 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 319.7/319.7 KB 12.8 MB/s eta 0:00:00 Collecting tensorboard-data-server<0.8.0,>=0.7.0 Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 11.5 MB/s eta 0:00:00 Collecting werkzeug>=1.0.1 Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 KB 11.8 MB/s eta 0:00:00 Collecting absl-py>=0.4 Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 KB 13.4 MB/s eta 0:00:00 Collecting nvidia-cuda-nvrtc-cu12==12.4.127 Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (24.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.6/24.6 MB 11.7 MB/s eta 0:00:00 Collecting networkx Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 11.6 MB/s eta 0:00:00 Collecting nvidia-nvtx-cu12==12.4.127 Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 KB 11.2 MB/s eta 0:00:00 Collecting nvidia-curand-cu12==10.3.5.147 Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl (56.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 10.4 MB/s eta 0:00:00 Collecting nvidia-cusparse-cu12==12.3.1.170 Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl (207.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.5/207.5 MB 10.8 MB/s eta 0:00:00 Collecting nvidia-cufft-cu12==11.2.1.3 Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl (211.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.5/211.5 MB 8.8 MB/s eta 0:00:00 Collecting nvidia-cublas-cu12==12.4.5.8 Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl (363.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 363.4/363.4 MB 11.7 MB/s eta 0:00:00 Collecting nvidia-nccl-cu12==2.21.5 Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 11.3 MB/s eta 0:00:00 Collecting nvidia-cudnn-cu12==9.1.0.70 Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 11.7 MB/s eta 0:00:00 Collecting nvidia-cuda-runtime-cu12==12.4.127 Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (883 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 883.7/883.7 KB 11.6 MB/s eta 0:00:00 Collecting sympy==1.13.1 Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 11.7 MB/s eta 0:00:00 Collecting triton==3.2.0 Downloading triton-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 253.1/253.1 MB 11.7 MB/s eta 0:00:00 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. triton==3.2.0 from https://files.pythonhosted.org/packages/01/65/3ffa90e158a2c82f0716eee8d26a725d241549b7d7aaf7e4f44ac03ebd89/triton-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=b3e54983cd51875855da7c68ec05c05cf8bb08df361b1d5b69e05e40b0c9bd62 (from torch>=2.0.0->neuralprophet==0.9.0->-r /tmp/requirements.txt (line 1)): Expected sha256 b3e54983cd51875855da7c68ec05c05cf8bb08df361b1d5b69e05e40b0c9bd62 Got e2698b74cf2ce7c8c342462b8821f42114201964da42d520e71239219a390414 ---> Removed intermediate container a8332118abcc

@johnleeshore
Copy link
Author

Just updated Home Assistant to 2025.2 and retried installing 1.30.2. Immediate success!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants