C:\Program Files\Python35\Scripts>pip install requests
Collecting requests
Using cached requests-2.18.-py2.py3-none-any.whl
Collecting certifi>=2017.4. (from requests)
Using cached certifi-2017.11.-py2.py3-none-any.whl
Collecting chardet<3.1.,>=3.0. (from requests)
Using cached chardet-3.0.-py2.py3-none-any.whl
Collecting urllib3<1.23,>=1.21. (from requests)
Using cached urllib3-1.22-py2.py3-none-any.whl
Collecting idna<2.7,>=2.5 (from requests)
Using cached idna-2.6-py2.py3-none-any.whl
Installing collected packages: certifi, chardet, urllib3, idna, requests
Exception:
Traceback (most recent call last):
File "c:\program files\python35\lib\site-packages\pip\basecommand.py", line , in main
status = self.run(options, args)
File "c:\program files\python35\lib\site-packages\pip\commands\install.py", line , in run
prefix=options.prefix_path,
File "c:\program files\python35\lib\site-packages\pip\req\req_set.py", line , in install
**kwargs
File "c:\program files\python35\lib\site-packages\pip\req\req_install.py", line , in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File "c:\program files\python35\lib\site-packages\pip\req\req_install.py", line , in move_wheel_files
isolated=self.isolated,
File "c:\program files\python35\lib\site-packages\pip\wheel.py", line , in move_wheel_files
clobber(source, lib_dir, True)
File "c:\program files\python35\lib\site-packages\pip\wheel.py", line , in clobber
ensure_dir(destdir)
File "c:\program files\python35\lib\site-packages\pip\utils\__init__.py", line , in ensure_dir
os.makedirs(path)
File "c:\program files\python35\lib\os.py", line , in makedirs
mkdir(name, mode) ---------------------
作者:舒迟貌
来源:CSDN
原文:https://blog.csdn.net/scm_yyy/article/details/79056429
版权声明:本文为博主原创文章,转载请附上博文链接!

解决办法:

设置python的安装目前用户拥有所有权限

最新文章

  1. 【Java每日一题】20161212
  2. [BZOJ 2957]楼房重建(THU2013集训)(分块思想)
  3. 利用jquery来进行表单的多向提交
  4. python 异常类型
  5. THD 变量存入threads中
  6. POJ 1173 Find them, Catch them
  7. [App]Xamarin First(Or Last One) App
  8. ganglia 启动命令
  9. jquery 中多个存在依赖关系的ajax调用解决办法
  10. python 安装cv2
  11. java.net.SocketException: 权限不够
  12. Azure Powershell script检测登陆并部署ARM Template
  13. [Math] Unconstrained &amp; Constrained Optimization
  14. jQuery效果--show([speed,[easing],[fn]])和hide([speed,[easing],[fn]])
  15. HTML+CSS+JS 传智 详细笔记
  16. spring cloud ----&gt; RibbonClient设置的熔断器Hystrix不起作用
  17. 【洛谷p1319】压缩技术
  18. HDU 1711:Number Sequence(KMP模板,求位置)
  19. android studio 下载 sdk 失败
  20. mysql转型

热门文章

  1. Django 图片上传到数据库 并调用显示
  2. chrome 和 chromeDriver
  3. webpack的require.context()实现路由“去中心化”管理
  4. Asp.Net Core 中IdentityServer4 授权原理及刷新Token的应用
  5. iviewadmin url 加入 Router base #viewDesignAdmin
  6. 一、create-react-app的安装及使用
  7. 《JavaScript 模式》读书笔记(4)— 函数4
  8. Range Module
  9. Hive分析窗口函数
  10. 【笔记3-24】Python语言基础