如果pip install pyecharts安装不成功,请直接检查你的python版本。如果是python2.7,安装的pyecharts版本只能是V0.5.x,如果是python3,那就可以安装V0.5.x和V1.0.0及以上的。
在https://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-learn python扩展网站上没有找到pyecharts,所以只能去gihub上看看了。
下图是在github查阅pyecharts时看到的。
所以:
python3 可以直接使用pip install pyecharts安装
python2.7只能pip install pyecharts==0.5.11安装