pip install pygmaps python

时光毁灭记忆、已成空白 提交于 2019-12-24 11:06:47

问题


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 the newest https://github.com/thearn/pygmaps-extended

For installing from git use this command:

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



来源:https://stackoverflow.com/questions/45990573/pip-install-pygmaps-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!