美文网首页IT 全栈开发
pyecharts 安装问题

pyecharts 安装问题

作者: 醋留香 | 来源:发表于2022-03-09 09:58 被阅读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

相关文章

网友评论

    本文标题:pyecharts 安装问题

    本文链接:https://www.haomeiwen.com/subject/cdhtdrtx.html