Hello Gennaro, So apparently, if you want to use FriCAS in SageMath you'll need to build it, it’s not available in binary form for your computer architecture.
FriCAS is built on top of a Common Lisp implementation. It’s not a Python package, pip is a Python package manager. As said by Qian, you can try to build FriCAS using the Homebrew package manager and SBCL or ECL (Lisp implementation): https://docs.brew.sh/Installation Additionally you will need gcc, make and other tools to be able to build it and a shared library, libspad.so, included in source tarball. When all prerequisites are installed may be you'll be able to build and install FriCAS via the usual: (In a shell #/bin/bash in Homebrew apparently) ./configure make make install Regards, __ Greg PS: I don't own a Mac Le jeu. 29 sept. 2022 à 17:51, Gennaro Ferrelli <[email protected]> a écrit : > sage -i fricas > Sorry, this binary distribution does not support installing sage packages. > If fricas is available from pypi you may install it by running > %pip install fricas > from the sage prompt. > > I tried this but didn’t work > > Il giorno 26 set 2022, alle ore 12:06, 'Martin R' via FriCAS - computer > algebra system <[email protected]> ha scritto: > > Very likely, > $ sage -i fricas > on the console works. If it doesn't, it may be easier to install fricas > separately, sage will then know how to use it. > On Monday, 26 September 2022 at 10:44:56 UTC+2 [email protected] wrote: > >> Hi, I'm a Mac user. I have arm64 architecture, so the MacBook with m1 >> chip. how can I install fracas for SageMath ? thanks all > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "FriCAS - computer algebra system" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/fricas-devel/J5dUAutE510/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/3e5a9953-2fd6-44a9-b726-5b237fa02759n%40googlegroups.com > <https://groups.google.com/d/msgid/fricas-devel/3e5a9953-2fd6-44a9-b726-5b237fa02759n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- > You received this message because you are subscribed to the Google Groups > "FriCAS - computer algebra system" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/84B3B59C-3394-4E56-B753-DF157CEBF65E%40gmail.com > <https://groups.google.com/d/msgid/fricas-devel/84B3B59C-3394-4E56-B753-DF157CEBF65E%40gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2daP24dMq92oeBqARFoET39Zp9QzTh6iGCK8V92P-Xi%2BiA%40mail.gmail.com.
