我在使用pip install icecream安装python库icecream时出现了这个问题:
解决方法:
使用如下命令:
pip install package_name -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install icecream -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
可替换用的镜像源
1)http://mirrors.aliyun.com/pypi/simple/ 阿里云
2)https://pypi.mirrors.ustc.edu.cn/simple/ 中国科技大学
3)http://pypi.douban.com/simple/ 豆瓣
4)https://pypi.tuna.tsinghua.edu.cn/simple/ 清华大学
5)http://pypi.mirrors.ustc.edu.cn/simple/ 中国科学技术大学
解决Python库安装问题:使用国内镜像源
在尝试使用pip安装icecream库时遇到问题,建议采用更换镜像源的方法来解决。提供的镜像源包括阿里云、中国科技大学、豆瓣、清华大学和中国科学技术大学。使用命令格式为:`pip install package_name -i http://pypi.douban.com/simple --trusted-host pypi.douban.com`,将`package_name`替换为要安装的库名。

被折叠的 条评论
为什么被折叠?



