conda-forge install SageMath 9.7 fails

asked 2022-10-25 17:01:40 +0200

po gravatar image

I tried to install SageMath 9.7 from conda-forge (my OS is Ubuntu 18.04) following the steps from this page.

I installed with the following command line :

$ mamba create -n sage sage python=3.9

Unfortunately, the Sage installation I got is not functional:

$ sage
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.7, Release Date: 2022-09-19                     │
│ Using Python 3.9.13. Type "help()" for help.                       │
└────────────────────────────────────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Warning: sage.all is not available; this is a limited REPL.        ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
sage: ZZ
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In [1], line 1
----> 1 ZZ

NameError: name 'ZZ' is not defined

Any help wil be appreciated.

edit retag flag offensive close merge delete

Comments

I cannot reproduce this. Could you share the exact sequence of commands you are running and the entire screen output? It's maybe better to open an issue at https://github.com/conda-forge/sage-f... and link to it from here.

saraedum gravatar imagesaraedum ( 2022-10-31 20:47:26 +0200 )edit

Thanks. I opened an issue

po gravatar imagepo ( 2022-11-03 10:18:53 +0200 )edit