Skip to content Skip to sidebar Skip to footer

Pycharm- Can Not Install Opencv

I am new to PyCharm, and try to understand how I can install openCV package, and later cv2 package. I saw an old disussion here, that suggets first to donwload the openCV from inte

Solution 1:

Just one line:

pip install opencv-python

or pip3 install opencv-python


You can also:

PyCharm install package

Solution 2:

You can read the instructions on the jetbrains website to add a module/package.

They can be found here: https://www.jetbrains.com/help/pycharm-edu/installing-uninstalling-and-upgrading-packages.html

Solution 3:

Add the Package in this Directory: C:\Users\#####\PycharmProjects\Projectname\venv\Lib\site-packages and run via cmd the eays_install.py

Post a Comment for "Pycharm- Can Not Install Opencv"