Python的pyecharts安装,导入map、geo模块,画地图

1、安装pyecharts

  注意:安装pyecharts是pyecharts==0.1.9.4版本的

  安装指令:

    pip install pyecharts==0.1.9.4

2、安装模块

  全球国家地图:echarts-countries-pypkg

  中国省级地图:echarts-china-provinces-pypkg

  中国市级地图:echarts-china-cities-pypkg

  安装指令:

  第一种:pip install 模块名称(国外源址,比较慢)

  第二种:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ 模块名称(国内源址,很快)

  注意:有空格

    Python的pyecharts安装

3、过程(先卸载之前的pyecharts,再安装)

卸载:

  Python的pyecharts安装

 安装模块

  Python的pyecharts安装

  Python的pyecharts安装

 

相关文章:

  • 2022-02-03
  • 2022-12-23
  • 2022-01-02
  • 2021-04-29
  • 2022-12-23
  • 2021-04-26
  • 2022-01-13
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-05-15
  • 2021-12-24
  • 2021-09-02
相关资源
相似解决方案