I am trying to use the IMX500 AI camera on a Raspberry Pi 5 (trixie 13.2). The trouble is that I am using Pyenv to run my virtual environment in Python 3.11 so it is compatible with the Aitrios Raspberry Pi application module library. There are problems using Libcamera in a virtual environment even with –system-site-packages enabled when creating the environment. When I try to install rpi-libcamera in my venv I get a version error
Code:
This package works with libcamera version v0.5.0+59-d83ff0a4, but you have version v0.5.2+99-bfd68f78 installed.
According to the pypi site, I need to ensure compatibility with the versions listed in their table but I seems the libcamera version I have is new and is incompatible with the rpi-libcamera package and is not listed on their table.
How do I revert to libcamera v0.5.0+59-d83ff0a4? Although I suppose the real question is: will this solve the issue?
I don’t want to go messing around with the system’s packages without advice in case I make it worse, I am not an experienced Linux user.
Post Reply1 post • Page 1 of 1