Conda安装pygmaps [英] Conda install pygmaps

查看:122
本文介绍了Conda安装pygmaps的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将pygmaps添加到学校项目中.我尝试通过添加它

I am trying to add pygmaps to a school project. I have tried adding it by

Conda install pygmaps

但返回

PackageNotFoundError:当前频道中缺少软件包:

PackageNotFoundError: Packages missing in current channels:

  • pygmaps

我们在以下渠道中搜索了包裹:

We have searched for the packages in the following channels:

  • https://repo.continuum.io/pkgs/main/win-64
  • https://repo.continuum.io/pkgs/main/noarch
  • https://repo.continuum.io/pkgs/free/win-64
  • https://repo.continuum.io/pkgs/free/noarch
  • https://repo.continuum.io/pkgs/r/win-64
  • https://repo.continuum.io/pkgs/r/noarch
  • https://repo.continuum.io/pkgs/pro/win-64
  • https://repo.continuum.io/pkgs/pro/noarch
  • https://repo.continuum.io/pkgs/msys2/win-64
  • https://repo.continuum.io/pkgs/msys2/noarch

当前实验室设置中的

pip和conda是安装新软件包的唯一方法.有什么我想念的吗?

in the current lab setup pip and conda are the only way to install new packages. Is there anything I am missing?

谢谢您的帮助!

推荐答案

不幸的是,pygmaps Google代码站点作为 .tar.gz文件并手动安装,甚至在许可允许的情况下甚至直接在您的源代码中使用.如果您具有运行pip的权限,则应该具有修改默认安装目录的权限.

Unfortunately, pygmaps is listed on pypi, but not available there for download. The actual code can be downloaded from the Google code site as a .tar.gz file and installed manually, or even used in your source code directly, license permitting. You should have permissions to modify the default installation directory if you have the permissions to run pip.

似乎不再支持pygmaps,因此您可能想查看扩展的fork,

It seems that pygmaps is no longer being supported, so you may want to check out the extended fork, pygmaps-extended, which does not appear to even be mentioned on pypi, but has a valid setup.py file. The following should therefore work:

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

该fork已有一段时间没有受到关注,但是它的提交确实比原始的要新.

This fork hasn't received attention for a while either, but it does have a more recent commit than the original.

此答案中的信息摘录自 pip install pygmaps python 的答案.

The information in this answer is distilled from the answers to pip install pygmaps python.

这篇关于Conda安装pygmaps的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆