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
Describe the bug
When we build our project with django-simple-history as a dependency it has suddenly given us the following error. We have not altered any of our code. Is this expected? Apologies as we are slight python newbs.
#0 32.95 [pipenv.exceptions.InstallError]: Collecting django-simple-history==3.1.1
#0 32.95 [pipenv.exceptions.InstallError]: Using cached django_simple_history-3.1.1-py3-none-any.whl (100 kB)
#0 32.95 [pipenv.exceptions.InstallError]: 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.
#0 32.95 [pipenv.exceptions.InstallError]: django-simple-history==3.1.1 from https://files.pythonhosted.org/packages/8d/6d/19e4820436b3bbe09d7e3d54c09b1c09ed899b0b45aa9bc7304dfbaf8ba2/django_simple_history-3.1.1-py3-none-any.whl (from -r /tmp/pipenv-ekizwl3s-requirements/pipenv-9ayf3rbo-hashed-reqs.txt (line 43)):
#0 32.95 [pipenv.exceptions.InstallError]: Expected sha256 eab6dbddb7da756cc5579f7d6f28a32b2e8bb1697a5c37794d96309793ffec38
#0 32.95 [pipenv.exceptions.InstallError]: Got 5f1568e7325644c4384a6a7ebd2ac01380f09bc9b353f5961b04910c70fb92f2
The text was updated successfully, but these errors were encountered:
Describe the bug
When we build our project with django-simple-history as a dependency it has suddenly given us the following error. We have not altered any of our code. Is this expected? Apologies as we are slight python newbs.
#0 32.95 [pipenv.exceptions.InstallError]: Collecting django-simple-history==3.1.1
#0 32.95 [pipenv.exceptions.InstallError]: Using cached django_simple_history-3.1.1-py3-none-any.whl (100 kB)
#0 32.95 [pipenv.exceptions.InstallError]: 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.
#0 32.95 [pipenv.exceptions.InstallError]: django-simple-history==3.1.1 from https://files.pythonhosted.org/packages/8d/6d/19e4820436b3bbe09d7e3d54c09b1c09ed899b0b45aa9bc7304dfbaf8ba2/django_simple_history-3.1.1-py3-none-any.whl (from -r /tmp/pipenv-ekizwl3s-requirements/pipenv-9ayf3rbo-hashed-reqs.txt (line 43)):
#0 32.95 [pipenv.exceptions.InstallError]: Expected sha256 eab6dbddb7da756cc5579f7d6f28a32b2e8bb1697a5c37794d96309793ffec38
#0 32.95 [pipenv.exceptions.InstallError]: Got 5f1568e7325644c4384a6a7ebd2ac01380f09bc9b353f5961b04910c70fb92f2
The text was updated successfully, but these errors were encountered: