Skip to content Skip to sidebar Skip to footer

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: )

Solution 1:

You tried to install the old version of pygmaps. Here the newest https://github.com/thearn/pygmaps-extended

For installing from git use this command:

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

Solution 2:

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.

Post a Comment for "Pip Install Pygmaps Python"