Sunday 28 October 2018

OpenCV - cannot find module cv2


Solution :

Step 1 :
$ conda update anaconda-navigator
$ conda update navigator-updater

Step 2:
$ pip install opencv-python

or

conda install opencv

Ref: StackOVerflow

Note : The above solution is tried on ubuntu 14.


No comments:

Post a Comment