|
The error is caused by installation opencv.
In file setup.py, comment the line of install opencv-contrib-python
Install open-cv from --> https://pysource.com/2018/10/31/ ... tallation-tutorial/
if opencv not run with user "root" and opencv run with user "pi" then --> sudo pip3 install opencv-python
|
|