Hello!!
I-m trying to install Open CV.
I followed the class tutorial writting :
conda install -c conda-forge capstone
but this error shows up:
failed with initial frozen solve. Retrying flexible solve.
PackagesNotFoundError: The following packages are not available from current channels: -capstone
And then it suggests going to Anaconda website
I then followed the instructions of Anaconda.org but this error appeared: Conda HTTPError
I did it again and no error poped up, however, I can’t find Open CV in either of my environments. I closed and reopened Anaconda, but nothing works.
Any suggestions? Thanks!!
I believe you could try something. Are you using spyder as python IDE ? Well, if yes, open it and in python console window, try this command: “pip list” without double quotes. If “open cv” is installed, will be shown on the list.
Hi, there is a mistake in that command, it should be: conda install -c conda-forge opencv