湖北黄石网站群建设,html代码颜色,潜江资讯网房屋出售,网站转化率低的原因在setting-python Interpreter 中用“” 安装库时#xff0c;出现一个弹窗#xff0c;提示信息如下#xff1a;
Error updating package list: Connect timed out 通过查阅资料#xff0c;发现是镜像源的问题#xff0c;具体的解决方案如下#xff1a;
1. 更新一下…在setting-python Interpreter 中用“” 安装库时出现一个弹窗提示信息如下
Error updating package list: Connect timed out 通过查阅资料发现是镜像源的问题具体的解决方案如下
1. 更新一下pip版本 pip install --upgrade pip 2. 用pip安装库时加上源的地址 pip install 包名 -i https://pypi.tuna.tsinghua.edu.cn/simple/ 我这里时安装的pandas库所以我终端里输入的是 pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple/ 运行结果如下 此时pandas库已经安装成功了 终于解决了我还以为是http 代理的问题我是设置了不使用代理但其实并不是我修改完之后没什么用。。 注
清华https://pypi.tuna.tsinghua.edu.cn/simple 阿里http://mirrors.aliyun.com/pypi/simple/ 豆瓣http://pypi.douban.com/simple/ 华中理工大学http://pypi.hustunique.com/ 山东理工大学http://pypi.sdutlinux.org/ 中国科学技术大学http://pypi.mirrors.ustc.edu.cn/ 感谢大家的关注与支持~