python pip安装包使用PyPI国内源

python3安装的包

用国内资源:http://pypi.douban.com/simple --trusted-host pypi.douban.com

Windows安装: pip install pycryptodomex 
pip install pycryptodomex -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

Linux安装: pip install pycryptodome
pip install pycryptodome -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install retrying -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install oss2 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pymysql==0.9.3 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pywin32==223 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pywin32-ctypes==0.2.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install fonttools==4.2.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install demjson==2.2.4 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install pymongo -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

python pip安装包使用PyPI国内源_第1张图片
以上安装包错误解决方法如下命令

pip install PyExecJS  -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
redis 和 redis-py-cluster版本要对应

pip install redis==2.10.6 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install redis-py-cluster==1.3.6 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

你可能感兴趣的:(python pip安装包使用PyPI国内源)