Python Forum
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. (/thread-41139.html)



ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. - subbanaidu - Nov-16-2023

I am trying to install pdfplumber [0.8.0 higher versions ]

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.
cryptography>=36.0.0 from *******
Expected sha256 73801ac9736741f220e20435f84ecec75ed70eda90f781a148f1bad546963d81
Got ae1ea5bedbb9a191bb8c91a2640e84bc9e1ad3ec844f306925534118e48bb867


How do i resolve this issue ? I have tried clearing the cachen, uninstall and install the package. finally i tried uninstall the python itself and reinstalle. it does not work. please help me to resolve this issue.


RE: ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. - rob101 - Nov-16-2023

I (for one) am unsure what it is that you're doing, that gives you an error.

What I can tell you is that I've just checked both the MD5 and the SHA-256 hashes on d/loading this file:

pdfplumber-0.10.3.tar.gz

... and both are a match for the ones published.


RE: ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. - Billie34 - Mar-25-2024

(Nov-16-2023, 06:18 PM)subbanaidu Wrote: I am trying to install pdfplumber [0.8.0 higher versions ]

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.
cryptography>=36.0.0 from *******
Expected sha256 73801ac9736741f220e20435f84ecec75ed70eda90f781a148f1bad546963d81
Got ae1ea5bedbb9a191bb8c91a2640e84bc9e1ad3ec844f306925534118e48bb867


How do i resolve this issue ? I have tried clearing the cachen, uninstall and install the package. finally i tried uninstall the python itself and reinstalle. it does not work. please help me to resolve this issue.

(Nov-16-2023, 08:59 PM)rob101 Wrote: I (for one) am unsure what it is that you're doing, that gives you an error.

What I can tell you is that I've just checked both the MD5 and the SHA-256 hashes on d/loading this file:

pdfplumber-0.10.3.tar.gz geometry dash

... and both are a match for the ones published.

The problem has been resolved, thanks!


RE: ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. - beglover - Apr-01-2024

Can you tell me how to fix this problem? After attempting to clear the cache, uninstall, and reinstall the package, no luck. At last I gave it a shot by removing Python and then installing it again. It's ineffective. please help me to resolve this issue. geometry dash lite


RE: ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. - code909 - Apr-10-2024

Also running through this problem? Any solution would be appreciated