I am getting the OpenCV cv2 module cann't find error in my project. I have tried below commands
sudo pip install cv2
sudo pip3 install cv2
I am getting the OpenCV cv2 module cann't find error in my project. I have tried below commands
sudo pip install cv2
sudo pip3 install cv2
Pretty sure you have to input :
sudo pip install opencv-contrib-python
For more tutorial installing opencv
using pip
: https://pypi.org/project/opencv-python/
For more tutorial installing opencv
from source : https://www.pyimagesearch.com/2018/08/15/how-to-install-opencv-4-on-ubuntu/