Whenever I run pip install opencv-python
, I get
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\Users\redactedusername\AppData\Local\Temp\pip-unpack-wrckbxoo\opencv_python-4.0.0.21-cp36-cp36m-win_amd64.whl': Check the permissions.
I've tried pip install -user opencv-python
and pip install opencv-python --user
but no luck. Any ideas?
And yes, I've tried using Administrator Command Prompt