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

error: these packages do not match the hashes from the requirements file. #17

Open
tomasliachovskis opened this issue May 31, 2024 · 0 comments

Comments

@tomasliachovskis
Copy link

Error installing requirements.

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
@tomasliachovskis 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
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

1 participant