overmindstudios / BlenderUpdater

Small crossplatform Python 3 application to update Blender to the latest buildbot version
https://overmindstudios.github.io/BlenderUpdater/
GNU General Public License v3.0
136 stars 24 forks source link

pipenv install fails due to mismatch in hashes #32

Closed chrisovergaauw closed 5 years ago

chrisovergaauw commented 5 years ago

cloning master and running pipenv install results in a failure. See below.

OS: macOS 10.14.3

BlenderUpdater git:(master) pipenv install Installing dependencies from Pipfile.lock (630160)… An error occurred while installing pyside2==5.12.0 --hash=sha256:28c84514f4da903d00c59026c4d932b18ba5346b77959e5b23a36e68ed116e07 --hash=sha256:6630b1580fce924b953c8a8bed2e18a74d52b82cc8850ffdb9265b3977ac1c3d --hash=sha256:764f610693829fa315eaea1e0316faf138f43b9501f7fa1826e99be344f84f25 --hash=sha256:7f8064c9e443d9fa817e1d939c67c698d5039c5154d06df2bc5bea1ee08614ae --hash=sha256:aca1358217be52d003f1268c767a06ffe574a1715960ba6a10beda5c39acd34e --hash=sha256:e5fcd43289f43b0baaf2ff3629fea01e669b0f7e01264222ae963bda8e3e42f7! Will try again. 🐍 β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰ 11/11 β€” 00:00:02 Installing initially failed dependencies… pipenv.exceptions.InstallError: File "/usr/local/Cellar/pipenv/2018.11.26_2/libexec/lib/python3.7/site-packages/pipenv/core.py", line 1874, in do_install

pipenv.exceptions.InstallError: File "/usr/local/Cellar/pipenv/2018.11.26_2/libexec/lib/python3.7/site-packages/pipenv/core.py", line 1253, in do_init

pipenv.exceptions.InstallError: File "/usr/local/Cellar/pipenv/2018.11.26_2/libexec/lib/python3.7/site-packages/pipenv/core.py", line 859, in do_install_dependencies pipenv.exceptions.InstallError: retry_list, procs, failed_deps_queue, requirements_dir, install_kwargs pipenv.exceptions.InstallError: File "/usr/local/Cellar/pipenv/2018.11.26_2/libexec/lib/python3.7/site-packages/pipenv/core.py", line 763, in batch_install pipenv.exceptions.InstallError: _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry) pipenv.exceptions.InstallError: File "/usr/local/Cellar/pipenv/2018.11.26_2/libexec/lib/python3.7/site-packages/pipenv/core.py", line 681, in _cleanup_procs pipenv.exceptions.InstallError: raise exceptions.InstallError(c.dep.name, extra=err_lines) pipenv.exceptions.InstallError: 'Collecting pyside2==5.12.0 (from -r /var/folders/1x/cr7fmmds4wvd08c4gmz5qpcc0000gn/T/pipenv-wb2cfhnv-requirements/pipenv-xsgt1qpq-requirement.txt (line 1))', ' Using cached https://files.pythonhosted.org/packages/42/53/8364428b89769890a6d3b655fc91af93ff3e37945873f47e49bb8ad44402/PySide2-5.12.0-5.12.0_1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl': ['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.', ' pyside2==5.12.0 from https://files.pythonhosted.org/packages/42/53/8364428b89769890a6d3b655fc91af93ff3e37945873f47e49bb8ad44402/PySide2-5.12.0-5.12.0_1-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl#sha256=fbc1782be7d86527c63404f198999db8663e9d09c07b0f2838d5459170f8ebb1 (from -r /var/folders/1x/cr7fmmds4wvd08c4gmz5qpcc0000gn/T/pipenv-wb2cfhnv-requirements/pipenv-xsgt1qpq-requirement.txt (line 1)):', ' Expected sha256 28c84514f4da903d00c59026c4d932b18ba5346b77959e5b23a36e68ed116e07', ' Expected or 6630b1580fce924b953c8a8bed2e18a74d52b82cc8850ffdb9265b3977ac1c3d', ' Expected or 764f610693829fa315eaea1e0316faf138f43b9501f7fa1826e99be344f84f25', ' Expected or 7f8064c9e443d9fa817e1d939c67c698d5039c5154d06df2bc5bea1ee08614ae', ' Expected or aca1358217be52d003f1268c767a06ffe574a1715960ba6a10beda5c39acd34e', ' Expected or e5fcd43289f43b0baaf2ff3629fea01e669b0f7e01264222ae963bda8e3e42f7', ' Got fbc1782be7d86527c63404f198999db8663e9d09c07b0f2838d5459170f8ebb1'] ERROR: ERROR: Package installation failed...

tobkum commented 5 years ago

I updated the dependencies, can you please recheck?

chrisovergaauw commented 5 years ago

Yep, I can confirm this works now. Thank you :-)