-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
was working until last apt upgrade has been done for bullseye on my raspi 5 using picamera module 3 #70
Comments
I don't think that you got Bullseye on a Pi5, but if you really have Bullseye instead of Bookworm, then you got another problem first. |
Hi, thanks for your feedback - of course you are right it's the latest bookworm - I adjusted it in the headline. All these packages are installed, as said it worked before. still the same issue unfortunately. |
I tested it on my Pi5. My packages are all up to date and it works without problems. |
Thank you for your help! I uninstalled python3-libcamera and installed it again, but still same issue unfortunately. Do you know what exact packages I need to remove and install again? I also found a post for this issue where they said I need to setup Raspberry Pi again from scratch - this I want to avoid of course as I have many tweaks and setups on there. |
No, I don't know which exact package. As it's a version mismatch between |
previously it worked fine, but I did an "sudo apt update and upgrade" a few days ago and now I'm getting the following error:
Traceback (most recent call last):
File "/home/pi/spyglass/./run.py", line 3, in
from spyglass.cli import main
File "/home/pi/spyglass/spyglass/cli.py", line 10, in
import libcamera
File "/usr/lib/python3/dist-packages/libcamera/init.py", line 4, in
from ._libcamera import *
ImportError: /usr/lib/python3/dist-packages/libcamera/_libcamera.cpython-311-aarch64-linux-gnu.so: undefined symbol: _ZN9libcamera8controls3rpi15PispStatsOutputE
My OS:
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
The text was updated successfully, but these errors were encountered: