Das habe ich mit
Code: Alles auswählen
pip3 install opencv-python --user

Code: Alles auswählen
Python 3.7.3 (/usr/bin/python3)
>>> import cv2
Traceback (most recent call last):
File "<pyshell>", line 1, in <module>
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
>>>