Skip to content

Commit

Permalink
Fix Pi Zero installation by pinning bcrypt module. #823
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Aug 1, 2023
1 parent f39a4a3 commit 166c088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ done < requirements.txt
if [ "${PI_ZERO}" -eq 1 ]; then
# Pi Zero needs some fixed python modules
PIP_MODULES="${PIP_MODULES//gevent==+([^ ])/gevent==21.8.0}"
PIP_MODULES="${PIP_MODULES//bcrypt==+([^ ])/bcrypt==3.2.2}"

if [ "${BUSTER_OS}" -eq 1 ]; then
PIP_MODULES="${PIP_MODULES//opencv-python-headless==+([^ ])/opencv-python-headless==4.5.4.60}"
Expand Down

0 comments on commit 166c088

Please sign in to comment.