AsPermGroup Error
Hi, I am trying to run the following code in SAGE:
G = gap.SmallGroup([5,1])
print(G.AsPermGroup())
and I am getting the following error:
RuntimeError: Gap produced error output Error, no method found! For debugging hints type ?Recovery from NoMethodFound Error, no 1st choice method found for `AsPermGroup' on 1 arguments executing __SAGE_LAST__:="__SAGE_LAST__";;AsPermGroup(\$sage899);;
I have tried reading what the other posts have suggested, like copying the SONATA library into the SAGE files, but it is not working for me. Also I have trouble installing packages into SAGE too. My system is Windows 10.
The code works perfectly fine on CoCalc, which I assume all the packages are working perfectly fine.