How can I access a system-wide package from a poetry environment?
I’m trying to get my python poetry project going on a raspberry pi. Currently, I want to capture an image on the camera and apparently picamera2
is the way to go. I installed the package via sudo apt install -y python3-picamera2
as recommended here: https://github.com/raspberrypi/picamera2/tree/main