I\'m having trouble installing OpenCV with Conda. I tried running numerous commands, none of which worked. For example, when I ran conda install -c anaconda opencv
conda install -c anaconda opencv
Python 3.8 is relatively new. And according to the error it looks like that conda package manager still does not support Python 3.8.
Try downloading using this command:
pip install opencv-python
For a proper guide, refer https://pypi.org/project/opencv-python/