将缺少的 GAP 包添加到 Sage

发布于 2024-12-29 16:14:08 字数 152 浏览 1 评论 0原文

我想在 Sage 中使用的函数抛出异常,因为它缺少 GAP 的包“HAP”。我可以下载这个包,但我不知道如何让Sage识别它。

A function I want to use in Sage throws an exception because it is missing GAP's package "HAP". I can download this package, but I don't know how to make Sage recognize it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

開玄 2025-01-05 16:14:08

好吧,回答我自己,相关页面是 this

要安装这些软件包之一,请在 UNIX shell 提示符下键入以下内容:

    sage -i db-jones-2005-11-02

注意包名中包含版本号,将会是
如有必要,自动下载。

Well, to answer myself, the relevant page is this.

To install one of these packages, type e.g., the following at the UNIX shell prompt:

    sage -i db-jones-2005-11-02

Note that the package name contains the version number, and it will be
downloaded automatically if necessary.

乞讨 2025-01-05 16:14:08

您可以输入

sage -optional

以获取可选 sage 软件包的列表。像 PS 一样安装它们

sage -i database_gap

:如果您的下载速度很慢,请进入 sage 镜像上的软件包目录。然后复制/粘贴完整的 URL。

you can type in

sage -optional

to get a list of optional sage packages. install them like

sage -i database_gap

PS: if your download is slow, go into the packages directory on a sage mirror. then copy/paste the full URL.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文