PyPI国内源

PyPI使用国内源

 

国内的pip源,如下:

阿里云 https://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 

豆瓣(douban) https://pypi.douban.com/simple/ 

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 https://pypi.mirrors.ustc.edu.cn/simple/

使用方法很简单,直接 -i 加 url 即可!如下:

pip install web.py -i http://pypi.douban.com/simple/

 

一些安装不了的库也可以去https://www.lfd.uci.edu/~gohlke/pythonlibs/ 下载whl文件

通过 pip install whl文件    也可以安装成功

此处要注意whl文件的位置和跟自己对应的python版本

posted @ 2019-09-06 17:14  YruiZ  阅读(766)  评论(0编辑  收藏  举报