I can't to install Opencv in my Python Interpreter

I can’t to install Opencv in my Python Interpreter. I’ve try with cmd using pip command and still not installed.


I’ve try in anaconda and make new environment but still not detected.
Any help for beginner like me hehe?

please replace the useless screenshot of your ide with a TEXT version of the cmds and errors, thank you.

what you’ve shown so far is purely a PyCharm issue. you haven’t demonstrated that it’s actually an issue with

  • pip, or
  • the opencv-python package (which is managed by a third party, not OpenCV), or
  • OpenCV itself

I would suggest you get help in a forum specific to PyCharm

Thank you, I’ll go there to solve it

try to use cmd and type in the command “pip install opencv-python”

1 Like