環境
-
wiindows 10
-
Python 3.7.2
pip install opencv-contrib-pythonを実行したところエラーが発生
Could not install packages due to an EnvironmentError: [WinError 5] アクセスが拒否されました。: 'c:\\users\\user\\appdata\\local\\programs\\python\\python37\\Lib\\site-packages\\cv2\\cv2.cp37-win_amd64.pyd'
Consider using the `--user` option or check the permissions.
--userをつけたらいいよと言ってるので
pip install opencv-contrib-python --user
を実行したところ成功