做爲菜鳥,在學習使用pyecharts模塊進入jupyter notebook的時候,又遇到了問題——那就是,可使用一下代碼,導入Geo和Map模塊,可是弄了以後看不見地圖。python
from pyecharts import Geo from pyecharts import Map
因此,我有開始了尋找解決方法之旅,網上大多表示,用如下代碼安裝地圖:git
全球國家地圖: echarts-countries-pypkg (1.9MB)
全球城市地圖:echarts-cities-pypkg ( 138,398 個城市地理座標,覆蓋了200 多個國家)
中國省級地圖: echarts-china-provinces-pypkg (730KB)
中國市級地圖: echarts-china-cities-pypkg (3.8MB)github
pip install echarts-countries-pypkg; pip install echarts-cities-pypkg pip install echarts-china-provinces-pypkg pip install echarts-china-cities-pypkg pip install echarts-china-misc-pypkg pip install echarts-united-kingdom-pypkg
附上引文地址:
A:https://blog.csdn.net/weixin_...
B:http://pyecharts.org/#/zh-cn/...json
因此我根據以前瞭解的,以管理者身份進入Anaconda Prompt,輸入上述代碼,結果是,僅僅echarts-countries-pypkg和echarts-cities-pypkg能夠成功安裝,其他兩個會提示鏈接不上,而且失敗。
例如:echarts
Could not find a version that satisfies the requirement echarts-china-provinces-pypkg (from versions: ) No matching distribution found for echarts-china-provinces-pypkg
因此呢,只能本身去Github上下載第三方包,本身在Anaconda Prompt中安裝了。
例如:dom
cd C:\Users\hupen\Downloads\echarts-china-cities-pypkg-master python setup.py install
OK,到這裏,就安裝好,能夠開始使用,
可是萬萬沒想到,畫不了圖,json文件仍未成功,哎!!!!學習
繼續接着幹,今天終於成功了,找到了緣由是由於:在Github上面下載的時候,文件夾下echarts_china_cities_pypkgresources是空的,裏面的js文件並無下載下來,須要在Github裏面點開在下載。
附上Github下載地址:ui
其餘的也能夠以這樣的方式,而後把js文件所有拷貝到對應的resources裏面便可。.net
這位大神也給了一些解決辦法,須要的請參考:
https://blog.csdn.net/zqs3050...3d