python中安装 scrapy selenium 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

pip install pyecharts

装玩echart后可能会报错No module named 'pyecharts_snapshot'

所以去官网下载手动安装 https://pypi.org/project/pyecharts-snapshot/#files

下载到本地 pip install pyecharts_snapshot-0.1.10-py2.py3-none-any.whl

也可用conda装

pip install selenium

pip install scrapy

猜你喜欢

转载自blog.csdn.net/qq_38250124/article/details/88356892