top of page

How To Make Cv2 Work By Installing Opencv On Anaconda Command Prompt Jupyter Notebooks (Solved)

  • Writer: Brian Clark
    Brian Clark
  • Nov 11, 2021
  • 1 min read

If you do not install Opencv, you will not be able to import cv2. Here is a simple solution to fix this issue with ease.

With the Anaconda Navigator dashboard open, open the Anaconda command prompt:


Click launch and type in the following: pip install opencv-python. and press enter.

Now you can import cv2 from the anaconda Jupiter notebook file you are using.



(1966, November 1). How do I install opencv using Pip? Stack Overflow. Retrieved November 11, 2021, from https://stackoverflow.com/questions/51853018/how-do-i-install-opencv-using-pip.

 
 
 

Comments


bottom of page