Skip to content

Commit

Permalink
Fix bookworm install. #982
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh authored Feb 16, 2025
1 parent 775b0f8 commit 81ad6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ elif [ "${OS}" == "bullseye" ]; then
elif [ "${OS}" == "bookworm" ]; then
# Python 3.11
# We use the python3-opencv from the OS, as piwheels does not provide a compiled package (rpicam-apps-lite does not work on RPI 5)
OPENCV_PACKAGES="libopenexr-3-1-30 libilmbase25 liblapack3 libatlas3-base python3-opencv libglib2.0-dev libbluetooth-dev rpicam-apps"
OPENCV_PACKAGES="libopenexr-3-1-30 liblapack3 libatlas3-base python3-opencv libglib2.0-dev libbluetooth-dev rpicam-apps"

# Python package version difference per OS
# On bookworm we use the OS package versions
Expand Down

0 comments on commit 81ad6ea

Please sign in to comment.