Cannot find module cv2 when using OpenCV
First do run these commands inside Terminal/CMD: conda update anaconda-navigator conda update navigator-updater Then the issue for the instruction below will be resolved For windows if you have anaconda installed, you can simply do pip install opencv-python or conda install -c https://conda.binstar.org/menpo opencv if you are on linux you can do : pip install opencv-python … Read more