I'm doing a
pip install mediapipe
but end up with the error:
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'D:\\ProgramData\\anaconda3\\Lib\\site-packages\\cv2\\cv2.pyd'
Consider using the `--user` option or check the permissions.
What does mediapipe need to do with cv2.pyd? Just read it? The permissions are as follows:
Directory: D:\ProgramData\anaconda3\Lib\site-packages\cv2
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 7/17/2022 12:42 PM 70563840 cv2.pyd
What does this need to be to have a successful installation?