2021-01-15
阅读量:
792
利用pip安装python的pydotplus包时出现超时
利用pip安装python包时出现超时
今天在安装pydotplus时一直出现超时现象,报错如下:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
搜索之后查到的解决办法是加大超时时间
pip --default-timeout=100 install -U pydotplus






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论