我正在尝试找到一个要使用的库,以便在特定的谷歌地图位置绘制一些点。我发现pygmaps
和gmplot
。当我尝试导入gmplot
(已安装)时,出现以下错误:
>import gmplot
Traceback (most recent call last):
.
.
from gmplot import GoogleMapPlotter
ImportError: cannot import name 'GoogleMapPlotter'
另一方面,尝试pygmaps
使用 pip 安装似乎找不到库:
>pip install pygmaps
Could not find a version that satisfies the requirement pygmaps( from versions:)
我在网上找不到任何关于它的信息。知道可能出了什么问题,或者是否有另一个库可以完成我的任务?提前致谢