开发常见问题汇总 --- pip install 软件安装失败
pip默认使用国外官方的软件源,时常不稳定。更新为国内软件源
临时修改,例如
pip install pycryptodome -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
永久修改
C:\Users\86157\AppData\Roaming\pip\pip.ini
当你经历了暴风雨,你也就成为了暴风雨
pip默认使用国外官方的软件源,时常不稳定。更新为国内软件源
临时修改,例如
pip install pycryptodome -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
永久修改
C:\Users\86157\AppData\Roaming\pip\pip.ini