Forums

Facing Issue in cv2 import

I have installed opencv in my windows using pip but when I am trying to use it in my jupyter notebook it is giving me the below error.

ModuleNotFoundError Traceback (most recent call last) <ipython-input-9-cd2cf5b58bb7> in <module>() 1 2 import numpy as np ----> 3 import cv2 4 from matplotlib import pyplot as plt 5

ModuleNotFoundError: No module named 'cv2'

What version of python are you running this on? Also as a free user you don't have access to our jupyter notebooks- are you doing this on PythonAnywhere or locally?