python用pyecharts绘制地图,但是pip install echarts-china-cities-pypkg安装不上(中国市级地图安装不上,其他的地图都可以安装上)

ERROR: Command errored out with exit status 1:

error: could not create 'build\bdist.win-amd64\wheel.\echarts_china_cities_pypkg\resources\echarts-china-cities-js\gu
4_zhou1_qian2_dong1_nan2_miao2_zu2_tong1_zu2_zi4_zhi4_zhou1.js': No such file or directory
ERROR: Failed building wheel for echarts-china-cities-pypkg
Running setup.py clean for echarts-china-cities-pypkg
ailed to build echarts-china-cities-pypkg
nstalling collected packages: echarts-china-cities-pypkg
Running setup.py install for echarts-china-cities-pypkg ... error
ERROR: Command errored out with exit status 1:
echarts-china-cities-pypkg' Check the logs for full command output.

缺少js文件导致安装失败,尝试用git clone方法安装看看:
$ git clone


$ cd echarts-china-cities-pypkg
$ python setup.py install