ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问
时间:2019-11-25 17:57:58
收藏:0
阅读:1214
报错:ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘E:\\Anoconda\\Lib\\site-packages\\cv2\\cv2.cp37-win_amd64.pyd‘
Consider using the `--user` option or check the permissions.
解决方案:直接在install 后面加一个--user就可以了
原文:https://www.cnblogs.com/liuwenhua/p/11929067.html
评论(0)