No module named cv2 in Linux / Orangepi / Raspberry Pi
Masukkan Kode Disini
If you facing the experience of using cv2 module like this
import cv2
ImportError: No module named cv2
then the solution is like a following command on terminal
sudo apt-get install python-opencv

0 comments:
Post a Comment