为什么会出现ImportError:无法在python中导入名称“ gmap”?

时间:2018-10-02 21:13:46

标签: python google-maps bokeh

fetch('/express')
  .then(function(response) {
   response.josn()
})
.then(function(myJson) {
  rows=[...myJson];
});

这些是我的导入代码,用于编写Bokeh程序,该程序从CSV文件读取纬度和经度信息,并用圆圈绘制纬度和经度,以可视化Google地图上的机构。如果这很重要,我正在运行macOS High Sierra 10.13.6。

这是我其余的代码:

<PopupAnimation x:Key="{x:Static SystemParameters.MenuPopupAnimationKey}">None</PopupAnimation>

1 个答案:

答案 0 :(得分:0)

您的Bokeh版本过旧。 gmap已在版本0.12.5中添加:

https://bokeh.pydata.org/en/latest/docs/releases.html#mar-2017