pip 安装 pygmaps python

pip install pygmaps python

我正在尝试为我的 Python 3.5 安装 pygmaps:

pip install pygmaps

我收到这条消息:

Could not find a version that satisfies the requirement pygmaps (from versions: ) No matching distribution found for pygmaps

您尝试安装旧版本的 pygmaps。这里是最新的https://github.com/thearn/pygmaps-extended

要从 git 安装,请使用此命令:

pip install git+https://github.com/thearn/pygmaps-extended

pip 从 PyPI 下载,https://pypi.python.org/pypi/pygmaps

没有可下载的内容

转到 https://code.google.com/archive/p/pygmaps/downloads,下载 pygmaps-0.1。1.tar.gz,解压缩并安装。