Horje
ModuleNotFoundError: No module named 'cv2' Code Example
ModuleNotFoundError: No module named 'cv2'
To solve this run the following
# main opencv
pip install opencv-python
# contrib package for the extra features
pip install opencv-contrib-python

The official installation instructions are on the opencv website.
More info can be found here: 
https://www.pyimagesearch.com/opencv-tutorials-resources-guides/
no module named cv2
#To get out of this problem write
pip install opencv-python 
#in your terminal
ModuleNotFoundError: No module named 'yaml'
sudo pip3 install pyyaml
cv2 not found
python -m pip install opencv-python
ModuleNotFoundError: No module named 'cv2'
python -m pip install opencv-python
ModuleNotFoundError: No module named 'cv2'
sudo apt-get install python-opencv libopencv-dev python-numpy python-dev




16

Related
c concatenate strings Code Example c concatenate strings Code Example
write in file in c Code Example write in file in c Code Example
c how to get an integer from user input Code Example c how to get an integer from user input Code Example
fahrenheit to celsius formula Code Example fahrenheit to celsius formula Code Example
install gitk mac Code Example install gitk mac Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10