ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘d:\ruanjian\anaconda\scripts\pip.exe’
Consider using the --user
option or check the permissions.
问题解析:
pip程序文件没有配置环境变量
解决办法:
去配置环境变量,你可以参考我的博客
https://blog.csdn.net/weixin_42416683/article/details/112384933
如果已经配置了还是报错的话,就用如下命令:
easy_install pip