requests接口测试-requests的安装
Posted uni-hoang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了requests接口测试-requests的安装相关的知识,希望对你有一定的参考价值。
requests接口测试-requests的安装
安装常见问题
- 提示连接不上,443问题
一般是因为浏览器设置了代理,关闭代理。
- 网络加载慢,设置国内镜像地址
1.pip安装
2.pycharm安装
- 国内镜像源
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
- 临时使用
在使用pip的时候加参数-i https://pypi.tuna.tsinghua.edu.cn/simple
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider,这样就会从清华镜像去安装pyspider库。
参考:https://www.cnblogs.com/cqliu/p/11131092.html
以上是关于requests接口测试-requests的安装的主要内容,如果未能解决你的问题,请参考以下文章