Cv2 Not Found

[Solved] Cv2 Not Found | C - Code Explorer | yomemimo.com
Question : ModuleNotFoundError: No module named 'cv2'

Answered by : merwan

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/

Source : | Last Update : Fri, 03 Jul 20

Question : cv2 not found

Answered by : famous-falcon-3r2bke1fhcde

python -m pip install opencv-python

Source : https://stackoverflow.com/questions/54147922/no-module-named-cv2-but-it-is-installed | Last Update : Mon, 28 Sep 20

Answers related to cv2 not found

Code Explorer Popular Question For C