You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
102.6 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.
102.6 unknown package:
102.6 Expected sha256 402f40adfc6f418f9dae9ab402e773cfed9beae52333f6d86ae3107a1b9527e7
102.6 Got a61ed6be3ef0c42ee7c1cdad1eaf95b1b99bc5c713f1283e3aa907a8723dda80
102.6
------
Dockerfile:49
--------------------
48 | COPY builder/requirements.txt /requirements.txt
49 | >>> RUN pip install --no-cache-dir -r /requirements.txt && \
50 | >>> rm /requirements.txt
51 |
--------------------
ERROR: failed to solve: process "/bin/bash -c pip install --no-cache-dir -r /requirements.txt && rm /requirements.txt" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
tomasliachovskis
changed the title
102.6 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. 102.6 unknown package: 102.6 Expected sha256 402f40adfc6f418f9dae9ab402e773cfed9beae52333f6d86ae3107a1b9527e7 102.6 Got a61ed6be3ef0c42ee7c1cdad1eaf95b1b99bc5c713f1283e3aa907a8723dda80 102.6 ------ Dockerfile:49 -------------------- 48 | COPY builder/requirements.txt /requirements.txt 49 | >>> RUN pip install --no-cache-dir -r /requirements.txt && \ 50 | >>> rm /requirements.txt 51 | -------------------- ERROR: failed to solve: process "/bin/bash -c pip install --no-cache-dir -r /requirements.txt && rm /requirements.txt" did not complete successfully: exit code: 1
error: these packages do not match the hashes from the requirements file.
May 31, 2024
Error installing requirements.
The text was updated successfully, but these errors were encountered: