Not able to import cv in jupyter

I looked into StackOverflow but I am not able to understand what to do, please help

open cv not working i am not able to read any image file using the command cv.imread(‘filelocation’) please help

Hey @anindo.kmr, make sure you have anaconda installed on your system, and also install opencv using this command only
!pip install opencv-python

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush:

i have done whatever said by you earlier also but i am not able to access the image from my laptop nor when i am trying the command to check wether opencv is working or not it showing error

Hey @anindo.kmr, check if the file path is correct.