Closed maciejgliwinski closed 4 years ago
Ah, sorry this is causing issues. I recently uploaded wheels for 0.10.0
, so I bet the hashes mismatch b/c the old hash is from source and the new hash is from the wheel. So, it seems that pipenv
should be able to handle this situation (source vs wheel), so maybe worth raising an issue there as well? I didn't expect this to cause problems--my bad.
How would you like me to handle this? Delete the wheel, and upload wheels for the next release of toolz
? We're due for a release anyway.
Okay, I deleted the wheel for 0.10.0 and release 0.11.0 with source and wheel.
I apologize again for the inconvenience. If the problem persists, please re-open.
Thanks for bringing this to my attention @maciejgliwinski
It seems that there was a version update of the binary files without proper version update and hash stayed the same. We are getting an error during package update: `-----> Installing dependencies with Pipenv 2018.5.18… Installing dependencies from Pipfile.lock (7ec39d)… An error occurred while installing toolz==0.10.0! Will try again. Installing initially–failed dependencies… Collecting toolz==0.10.0 Using cached https://files.pythonhosted.org/packages/b5/73/977bae1550ff5f6aa4050680339523b045e991e92fa58c4709253332a870/toolz-0.10.0-py3-none-any.whl
Site suggest that file has change a couple days ago: https://pypi.org/project/toolz/0.10.0/?fbclid=IwAR3t8Yf1tdzdKdXHWpLDxemmJ8wzIETBwL7H-bcRl-mia0Qb43ewGAk0zs8#files
Can you fix the version on pypi so there would be no hash difference?