在pip安装时遇到ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。
问题
分析:看到Consider using the
–useroption or check the permissions.
判断应是访问权限问题
解决方法:把pip install······
改成pip install --user·····
即可
在pip安装时遇到ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。
问题
分析:看到Consider using the
–useroption or check the permissions.
判断应是访问权限问题
解决方法:把pip install······
改成pip install --user·····
即可