-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
THESE PACKAGES DO NOT MATCH THE HASHES FROM Pipfile.lock #2863
Comments
I get the same when trying to install pytorch:
gives:
|
Given that the wheel is from PyTorch it very well might be that they simply changed the wheel and now the hash is different. This is completely outside of our control and exactly what pipenv is designed to catch. If you don't mind, just re-lock with |
i get the same question proxychains pip3 install torch torchvision |
same here
|
Running |
I Download an whl package, but when i install pycrypto-2.6.1-cp36-cp36m-win_amd64.whl, i got an error."THESE PACKAGES DO NOT MATCH THE HASHES FROM Pipfile.lock".
How could i fix it?
Here is pipfile content:
pycrypto = {path = "./tools/pycrypto-2.6.1-cp36-cp36m-win_amd64.whl"}
Here is pipfile.lock content:
GLL-PC /E/PycharmProjects/FNTools/tools (master)
penv install
ile.lock (e7bca1) out of date, updating to (79451c)...
ing [dev-packages] dependencies...
ing [packages] dependencies...
ted Pipfile.lock (79451c)!
alling dependencies from Pipfile.lock (79451c)...
rror occurred while installing ./tools/pycrypto-2.6.1-cp36-cp36m-win_amd64.whl! Will try again.
============================== 5/5 - 00:00:39
alling initially failed dependencies...
essing e:\pycharmprojects\fntools\tools\pycrypto-2.6.1-cp36-cp36m-win_amd64.whl
E PACKAGES DO NOT MATCH THE HASHES FROM Pipfile.lock!. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; so
e may have tampered with them.
pycrypto==2.6.1 from file:///E:/PycharmProjects/FNTools/tools/pycrypto-2.6.1-cp36-cp36m-win_amd64.whl (from -r C:\Windows\TEMP\pipenv-gp99w756-requirements\pipenv-qyvtpjcs-
irement.txt (line 1)):
Expected sha256 f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
Got a41a5bd1189567879233e56057b637cb3b266b74fadf2300e29d437e2d55367b
================================ 0/1 - 00:00:00
The text was updated successfully, but these errors were encountered: