pyecharts安装

首先打开cmd,在cmd中使用pip命令安装pyecharts库,如下所示:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ pyecharts
其中-i https://pypi.tuna.tsinghua.edu.cn/simple/是使用清华作为下载源,可以极大加快下载速度。

如果安装失败,请在cmd中运行命令:
pip install pytest-runner
然后再次使用pip安装pyecharts库即可。

地图包:
pip install echarts-countries-pypkg
pip install echarts-china-provinces-pypkg
pip install echarts-china-cities-pypkg
pip install echarts-china-counties-pypkg
pip install echarts-china-misc-pypkg
pip install echarts-united-kingdom-pypkg

你可能感兴趣的:(python基础知识,机器学习)