IT 全栈开发

pyecharts 安装问题

2022-03-09  本文已影响0人  醋留香

报错

init() got an unexpected keyword argument ‘title_color’

原因版本太新了没有安装拓展库 所以这里用老版本演示

pip uninstall pyecharts

安装指定版本

pip install pyecharts==0.5.0

地图库安装

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

上一篇 下一篇

猜你喜欢

热点阅读