I am trying to install and use OpenCV library for python development. I want to use it for PyCharm IDE. I am trying to do it without the package manager.
The environ
I finally figured out on how to solve this issue:
Steps to follow:
nothing hard.
➡If you’re using anaconda
conda install opencv
➡If you have python package manager pip
pip install opencv-python