You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
While `libgap.SimpleGroup("J2")` yields the expected result, `libgap.SimpleGroup("J3")` raises a `GAPError: Error, The AtlasRep package could not load a group with parameters [ "J3" ]`. Calling `libgap.LoadPackage("AtlasRep")` returns without errors, but the problem persists.
The same happens when starting GAP directly from a shell via `sage -gap` and calling `SimpleGroup("J3");`. It is not a GAP bug, for a a local installation of GAP (same version 4.12.2) just works fine.
I have this problem in Sage versions 9.8 and 10.0.beta6. The same failure on the SageMathCell too.
-- Peter Mueller
Dima Pasechnik
unread,
Apr 18, 2023, 6:50:49 AM4/18/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-s...@googlegroups.com
That's because by default Sage's installation of AtlasRep does not
fetch data from the internet: we patch
local/lib/gap/pkg/atlasrep/gap/userpref.g
so that it says
default:= false;
The reason is that our release manager runs build tests in an no internet mode,
and something breaks without this patch.