[sage-support] Error while installing sage

2021-04-25 Thread Sushovan Mondal
Dear All, I am trying to install sage math on my laptop which has UBUNTU 18.04.5 LTS as the operating system. I have installed sage and now I want to run it. But I am getting the following results. *mondals@smondal:~$ sudo apt-get install sagemathReading package lists... DoneBuilding d

[sage-support] Re: Error while installing sage

2021-04-25 Thread slelievre
Ubuntu 18.04 is from April 2018, and installing SageMath with "apt-get install" you get the version of SageMath packaged at the time: SageMath 8.1, released 2017-12. Sage has made tremendous progress since 8.1, including moving to Python 3 (instead of Python 2 which has now reached end of support)

Re: [sage-support] Error while installing sage

2021-04-25 Thread Vincent Delecroix
This might have an answer here https://ask.sagemath.org/question/51555/ubuntu-1804-apt-install-modulenotfounderror-no-module-named-sage/ Le 25/04/2021 à 18:25, Sushovan Mondal a écrit : Dear All, I am trying to install sage math on my laptop which has UBUNTU 18.04.5 LTS as the operating system