在pycharm中安装pygmaps软件包时,我得到了这个错误。
Could not find a version that satisfies the requirement pygmaps (from versions: )
No matching distribution found for pygmaps
You are using pip version 10.0.1, however version 19.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.我已经将pip版本升级到19.1.1,但是仍然显示了这个错误。
发布于 2019-07-05 22:00:51
pip install git+https://github.com/thearn/pygmaps-extended你能试试这个吗?
如果不起作用
https://code.google.com/archive/p/pygmaps/downloads转到这个链接并手动下载并添加到您的站点包中。
https://stackoverflow.com/questions/56909602
复制相似问题