PermissionError: [WinError 5] Access is denied: 'c:\\users\\user\\anaconda3\\envs\\learning\\lib\\site-packages\\~v2\\cv2.cp36-win_amd64.pyd' code example
Example: EnvironmentError command line
If you are having this issue, I suggest you put this in command line:
pip install --user package
(Obviously make sure to change package to whatever package you are installing)