On Thu, Apr 9, 2020 at 9:43 PM Anita Rojas <rojas....@gmail.com> wrote: > > Thanks. It did work! It has recovered almost all his previous capabilities. > Although, I still do not know how to add the SmallGroup Data base directly to > sage. > > Currently it is working by doing, for instance: > g=gap.SmallGroup(6,2) > > And before this Catalina's upgrade I used to write just > g=SmallGroup(6,2)
I believe this has been removed many Sage versions ago. You can still just define it yourself: sage: def SmallGroup(*args): ....: return libgap.SmallGroup(*args) sage: SmallGroup(6,2) <pc group of size 6 with 2 generators> (PS. don't use gap.* prefix, use libgap.* prefix, as above, as gap.* functions are deprecated - libgap.* provides a much faster adn more reliable interface) > > I am deeply grateful to everyone who helped me, and to SAGE developers. > > Best, > > (I hope MacOS does not mess with my running softwares again...) > > On Wed, Apr 8, 2020 at 7:37 PM Samuel Lelièvre <samuel.lelie...@gmail.com> > wrote: >> >> Forgot one step. Run this: >> >> sage -i gap_packages >> After that, the steps indicated earlier should work. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "sage-support" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/sage-support/NletjrinNhM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> sage-support+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-support/CAEcArF18yaZKbDR-W23%2BSn21mZUSf9uB8MWc6sm1c0Wr7EOcDA%40mail.gmail.com. > > > > -- > Anita M. Rojas > Departamento de Matemáticas > Facultad de Ciencias > Universidad de Chile > > https://sites.google.com/a/u.uchile.cl/mat-ciencias-prof-anita-rojas/ > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-support+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-support/CAFV-Ve0Ow0fEL_ZprWX-RYtogAM22iPZrjfPvM4_eUUEu%2BHBjg%40mail.gmail.com. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq0ZjnL8XimSonm-Zy_iyPLDAU4cTfN_r-UhJyeOzFWfiQ%40mail.gmail.com.