Hi all,
We are getting the following error when following the instruction for a new Raspberian / Python Build
pi@raspberrypi:/depthai $ python3 test.py
python3 depthai.py
Traceback (most recent call last):
File "depthai.py", line 10, in <module>
import cv2
File "/home/pi/.local/lib/python3.7/site-packages/cv2/__init__.py", line 3, in <module>
from .cv2 import *
ImportError: libjasper.so.1: cannot open shared object file: No such file or directory
Return code:1
pi@raspberrypi:/depthai $
Any idea's
MegaAi RPI / Python Build
Just noticed an error message when running teh last installation command
pi@raspberrypi:/depthai $ python3 -m pip install -r requirements.txt
Ignoring opencv-python: markers 'platform_machine != "armv7l"' don't match your environment
Sorry about the delay. Circling back on this. I'm not immediately sure why this isn't working. We are digging in. Will circle back.
(And also following up via email... will report resolution here for share-ability.)
- Edited
pigsfoot to follow up, the instructions for OpenCV install worked from here:
https://stackoverflow.com/questions/60096360/is-there-an-easy-way-to-install-opencv-on-raspberry-pi
pigsfoot got us access to the system and we followed that and it worked properly.
Hi Brandon, Thanks for doing this for me. Everything is working as per the original setup instructions and the demo is working just fine.
Thanks!