python3.5 pyecharts Mac 安装时的极品问题
Download error on https://pypi.python.org/simple/pytest-runner/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) – Some packages may not be found!
Couldn’t find index page for ‘pytest-runner’ (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) – Some packages may not be found!
No local packages or download links found for pytest-runner
执行下载命令时报错
pip install pyecharts
解决办法:
pip install pytest-runner
再执行
pip install pyecharts
参考尝试了网上各种关于什么不支持SSl的问题,无果
也尝试单独下载(报错的这个库)pip install javascripthon,无果
还更换了阿里云的镜像,无果
还使用下载源码的方式,http://pyecharts.org/#/zh-cn/prepare,同样的错误
。。。。。。。。。。。。。。。一个半小时过去了。。。。。。。。。。。。。。。。
最终就尝试下载了那个pytest-runner竟然成功了 大家可以参考一下报错代码的异同,如果能够帮到,开心?