Conda wasn’t working fine. The only problem was that I didn’t run it with administrative permission.
I opened Anaconda PowerShell and run this command:
$ conda update --all
Then environment updated and I was able to install other libraries.
For OpenCV:
$ conda install -c conda-forge opencv
For PyTorch:
$ conda install -c pytorch pytorch
Thats it!
Be First to Comment