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
RPI Zero 2w, 64Gb Lexar SD, Raspberry Pi OS Lite (64-Bit),
After running the installation script, the installation fails with the following error:
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.
streamlit==1.31.0 from https://www.piwheels.org/simple/streamlit/streamlit-1.31.0-py3-none-any.whl#sha256=bb985cb72a7052119ac65fe0c4bee35820aff8c82145581a2dbd8301c4281a27
(from -r ./requirements_custom.txt (line 8)):
Expected sha256 bb985cb72a7052119ac65fe0c4bee35820aff8c82145581a2dbd8301c4281a27
Got 26abb4eb75cbc1f6928828506038628aa17c69ccfb2f505ac26d82ce351d0b6e
The installation exited unsuccessfully.
The text was updated successfully, but these errors were encountered:
I think I may have fixed it by ensuring wifi is not interrupted. sudo iwconfig wlan0 power off
Run this command before running the curl command to the github page.
RPI Zero 2w, 64Gb Lexar SD, Raspberry Pi OS Lite (64-Bit),
After running the installation script, the installation fails with the following error:
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.
streamlit==1.31.0 from https://www.piwheels.org/simple/streamlit/streamlit-1.31.0-py3-none-any.whl#sha256=bb985cb72a7052119ac65fe0c4bee35820aff8c82145581a2dbd8301c4281a27
(from -r ./requirements_custom.txt (line 8)):
Expected sha256 bb985cb72a7052119ac65fe0c4bee35820aff8c82145581a2dbd8301c4281a27
Got 26abb4eb75cbc1f6928828506038628aa17c69ccfb2f505ac26d82ce351d0b6e
The installation exited unsuccessfully.
The text was updated successfully, but these errors were encountered: