pip遇到问题无法使用

来源:互联网 发布:python print函数 编辑:程序博客网 时间:2024/06/17 02:21

pip

1.出问题怎么解决

Fatal error inlauncher: Unable to create process using '"'

解决办法:

是pip版本的问题,我把pip更新到最新版本就好了,更新命令为:python –m pipinstall –upgrade pip

2.

C:\Users\lan>pip install requests

C:\Users\lan>python

Python 3.5.1(v3.5.1:37a07cee5969, Dec  6 2015, 01:38:48)[MSC v.1900 32 bit (Intel)] on win32

Type"help", "copyright", "credits" or"license" for more information.

>>>import requests

>>> 

如果么有任何提示,那就证明安装成功了


 

 

1 0
原创粉丝点击