[02 Python OpenCV] How to Solve ModuleNotFoundError No module named cv2 in Anaconda

preview_player
Показать описание
In Jupyter Notebook, when you do import cv2 and you get an error saying module cv2 not found, this is how you solve it.
Just open Anaconda Prompt and execute the commands as shown in the video: conda install -c conda-forge opencv
Рекомендации по теме
Комментарии
Автор

The playlist logo blocks the code lines at the end of the video. Anyway, I was trying to solve a similar problem in pycharm, where I have opencv installed in my environment, but cv2 is not recognized anyway. Still working on the problem.

LukeVilent