On Tue, Mar 11, 2025 at 4:15 PM Stefano Simonucci
<ssimonucc...@gmail.com> wrote:
>
> I get the following error message if I try to start sage.
>
> ┌────────────────────────────────────────────────────────────────────┐
> │ SageMath version 10.5, Release Date: 2024-12-04                    │
> │ Using Python 3.12.5. Type "help()" for help.                       │
> └────────────────────────────────────────────────────────────────────┘
>
> Warning: sage.all is not available; this is a limited REPL.
>
> Until a few days ago I was able to start sage normally.

You most probably updated a package Sage uses, and this broke a part of it.
To get a bit more info:
Start Sage's ipython:

./sage --ipython

in its prompt (like [In [1]:), run

      from sage.all import *

and see where it breaks

HTH
Dima


>
> Thank you in advance
>
> Stefano
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion visit 
> https://groups.google.com/d/msgid/sage-devel/69ff534d-9a8b-40d1-9ca9-92a6b22b66f1%40gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3Ut1OD1M9_w690ADmSa7e46KZ4D0znSJ%2B-jkh_ALrh9g%40mail.gmail.com.

Reply via email to