Hi Guys,
I am trying to install opencv-contrib-python, but it shows me the below error.
C:\Users\Desktop\mlops-ws\Class note>pip install opencv-contrib-python
Collecting opencv-contrib-python
Using cached opencv_contrib_python-4.2.0.34-cp37-cp37m-win_amd64.whl (39.5 MB)
Requirement already satisfied: numpy>=1.14.5 in c:\users\anaconda3\lib\site-packages (from opencv-contrib-python) (1.18.1)
Installing collected packages: opencv-contrib-python
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\anaconda3\\Lib\\site-packages\\cv2\\cv2.cp37-win_amd64.pyd'
Consider using the `--user` option or check the permissions.