-
Notifications
You must be signed in to change notification settings - Fork 242
[BUG] can't be used in virtual environment #503
Copy link
Copy link
Open
Description
Describe the bug
Can't use it since it's not usable in virtual environment
To even install it you need to jump through hoops I've never seen before with a python package from raspberry pi.
To Reproduce
make a virtual environment
install picamera2
Error message
import libcamera
ModuleNotFoundError: No module named 'libcamera'
Expected behaviour
you should be able to just run pip install picamera2 and the dependencies work.
Also I expect there to be an easy to follow instruction manual.
Hardware :
Raspberry Pi 4, 4gb
Additional context
upgraded to bullseye and tried to replace my simple ffmpeg-python with this package.
The difference between getting that to work and this (which can't work) is incredible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels