pycharm, cv2/opencv-python failed to install

I have been trying to get cv2 now working for a couple of hours by doing things that i was able to find by googling, but it just doesn't want to and i'm clueless what the problem is.

a few thing i tried:
tried installing opencv through the package installer in pycharm
tried installing opencv-python through the package installer in pycharm (see img for the error)
tried installing cv2 through the package installer in pycharm
tried installing all of the above 3 in cmd (see img for result)

hope someone can help me

toon

0
1 comment

In PyCharm, you are installing it to a virtual environment, while in CMD you install it to some system interpreter.

Since it's already installed to the system interpreter, you could configure it in PyCharm.

0

Please sign in to leave a comment.