Re: [sage-support] SageMath doesn't pass all tests

2020-09-09 Thread Dima Pasechnik
On Wed, Sep 9, 2020 at 11:11 AM Karima Shahzad wrote: > > I have TeXstudio, I get the same issue of all test not passed. May I should > also try for reinstalling Texstudio, right? It is hard to say without knowing what kind of errors you see. > > On Wed, Sep 9, 2020 at 1:27 PM Taj Jankovic wro

Re: [sage-support] SageMath doesn't pass all tests

2020-09-09 Thread Dima Pasechnik
On Wed, Sep 9, 2020 at 9:27 AM Taj Jankovic wrote: > > Hi all, > > building Sage from the source was also unsuccessful. However, I resolved the > issue by uninstalling tex-live and all related packages. Then I was able to > normally extract the SageMath binary and all tests passed without errors

Re: [sage-support] SageMath doesn't pass all tests

2020-09-09 Thread Karima Shahzad
I have TeXstudio, I get the same issue of all test not passed. May I should also try for reinstalling Texstudio, right? On Wed, Sep 9, 2020 at 1:27 PM Taj Jankovic wrote: > Hi all, > > building Sage from the source was also unsuccessful. However, I resolved > the issue by uninstalling tex-live a

Re: [sage-support] SageMath doesn't pass all tests

2020-09-09 Thread Taj Jankovic
Hi all, building Sage from the source was also unsuccessful. However, I resolved the issue by uninstalling tex-live and all related packages. Then I was able to normally extract the SageMath binary and all tests passed without errors. Thanks again for all the help! Best, Taj On Tue, Sep 8, 2020

Re: [sage-support] SageMath doesn't pass all tests

2020-09-08 Thread Dima Pasechnik
it might be quicker to build Sage from source on your system than to try to fix this. On Tue, 8 Sep 2020, 10:23 Taj Jankovic, wrote: > Also, if it helps, if I follow these steps > > cd /home/taj/SageMath > ./sage > > and run the command > sage: assume(x<1) > > I get a similar error > > ImportErr

Re: [sage-support] SageMath doesn't pass all tests

2020-09-08 Thread Taj Jankovic
Hi, thanks for the quick response! If I run *./sage* then close sage and run *./sage -tp --long src/sage/manifolds* the errors remain the same... Best, Taj On Tue, Sep 8, 2020 at 10:21 AM Dima Pasechnik wrote: > On Tue, Sep 8, 2020 at 8:41 AM Taj Jankovic > wrote: > > > > Hi everyone,

Re: [sage-support] SageMath doesn't pass all tests

2020-09-08 Thread Taj Jankovic
Also, if it helps, if I follow these steps cd /home/taj/SageMath ./sage and run the command sage: assume(x<1) I get a similar error ImportError Traceback (most recent call last) in () > 1 assume(x 627 x.assume() 628 629 /home/taj/SageMath/

Re: [sage-support] SageMath doesn't pass all tests

2020-09-08 Thread Dima Pasechnik
On Tue, Sep 8, 2020 at 8:41 AM Taj Jankovic wrote: > > Hi everyone, > > I am having trouble with the SageMath. > > 1/ I've downloaded the binary tar file sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 > from > https://www.sagemath.org/download-linux.html > > 2/ Then > tar jxvf sage-9.1-Ubuntu_18.04-x86_64.

[sage-support] SageMath doesn't pass all tests

2020-09-08 Thread Taj Jankovic
Hi everyone, I am having trouble with the SageMath. *1/ I've downloaded the binary tar file sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 fromhttps://www.sagemath.org/download-linux.html * *2/ Thentar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2cd SageM