pip install pyecharts报错(pyecharts安装问题)

1.首先我是在cmd界面输入pip install pyecharts
报出错误一串大红字
2.我换了环境在pycharm的terminal处输入pip install pyecharts
依旧 报错
Exception:
Traceback (most recent call last):
File “F:\demo\xunlian\venv\lib\site-packages\pip-19.0.3-py3.8.egg\pip_vendor\urllib3\response.py”, line 360, in _error_catcher yield在这里插入图片描述
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.

3.重新输入pip --default-timeout=100 install pyecharts
成功
在这里插入图片描述
这个代码感觉很有用的样子哦(我也是看别人的教程的哈哈)
pip --default-timeout=100 install pyecharts
pyecharts也可以替换成别的

你可能感兴趣的:(python,python)