adeept / Adeept_PiCar-B_oldversion

Adeept 4WD Smart Robot Car PiCar-B for Raspberry Pi
GNU General Public License v3.0
14 stars 18 forks source link

Adeept_PiCar-B setup.py not working #6

Open Tobe2d opened 4 years ago

Tobe2d commented 4 years ago

the setup file seems not installing all the required files to autostart the server. I try: sudo python3 server.py and i get this error:

Traceback (most recent call last): File "server.py", line 22, in import cv2 File "/usr/local/lib/python3.7/dist-packages/cv2/init.py", line 3, in from .cv2 import * ImportError: libjasper.so.1: cannot open shared object file: No such file or directory

please note when I run sudo python3 serverTest.py it works but no opencv

can you help with solving this issue?