pip install pygmaps python
问题 I am trying to instal pygmaps for my Python 3.5: pip install pygmaps I am getting this message: Could not find a version that satisfies the requirement pygmaps (from versions: ) No matching distribution found for pygmaps 回答1: pip downloads from PyPI and there is nothing to download from https://pypi.python.org/pypi/pygmaps Go to https://code.google.com/archive/p/pygmaps/downloads, download pygmaps-0.1.1.tar.gz, unpack it and install. 回答2: You tried to install the old version of pygmaps. Here