已解决(pip安装库报错)Consider using the-- user option or check the permissions.

已解决(pip安装库报错)ERROR: Could not install packages due to an Envi ronmentError: [WinError 5] 拒绝访问。:’d:\pythonjdk\scripts\pip. exe’
Consider using the-- user option or check the permissions.




文章目录

  • 报错代码
  • 报错翻译
  • 报错原因
  • 解决办法
  • 写在结尾




报错代码


一个粉丝群里的小伙伴用pip安装库的时候报错:


已解决(pip安装库报错)Consider using the-- user option or check the permissions._第1张图片


报错截图:


已解决(pip安装库报错)Consider using the-- user option or check the permissions._第2张图片



报错翻译


报错内容翻译:

错误:由于环境错误,无法安装软件包:[WinError 5]拒绝访问。:’d: \pythonjdk\scripts\pip。exe’
考虑使用–user选项或检查权限。



报错原因


报错原因:由于安装库的时候权限不够发生了报错



解决办法


安装时加上--user即可:

pip install --user numpy


写在结尾


本文已收录于:《告别Bug》专栏

本专栏用于记录学习和工作中遇到的各种疑难Bug问题及解决思路+解决方法,包括程序安装、运行程序过程中等等问题,订阅专栏后如遇到其他问题可私聊帮忙解决!!!

你可能感兴趣的:(《告别Bug》,pip,numpy,python)