[sage-devel] Re: Can't run binaries

2017-01-17 Thread Paul Masson
If you have Anaconda installed, then remove any references it added to your $PATH variable. They create a conflict with Sage. On Tuesday, January 17, 2017 at 7:09:49 AM UTC-8, Sarfo wrote: > > Hello, > > I have been trying to run a local copy of sagemath from a binary I > downloaded after extrac

[sage-devel] Re: Can't run binaries

2017-01-17 Thread Eric Gourgoulhon
Le mardi 17 janvier 2017 18:02:39 UTC+1, Sarfo a écrit : > > > > Thanks Eric > > I have download the latest binaries but I still get the same error > > Which binary have downloaded? I've tried with sage-7.5.1-Ubuntu_16.04-x86_64.tar.bz2 and it works fine for me. My system is pretty similar to you

[sage-devel] Re: Can't run binaries

2017-01-17 Thread Sarfo
Thanks Eric I have download the latest binaries but I still get the same error My OS is : Linux Mint 18 Cinnamon 64-bit Cinnamon Version: 3.0.6 Linux Kernel 4.4.0-21-generic gyamfy@holiness ~/SageMath $ ./sage RecursionError: maximum recursion depth exceeded during compilation ┌──

[sage-devel] Re: Can't run binaries

2017-01-17 Thread Eric Gourgoulhon
Hi, It seems your binary is quite old (version 7.3). Can you try again with the 7.5.1 binaries which have just been uploaded at http://www.sagemath.org/download.html Best wishes, Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubsc

[sage-devel] Can't run binaries

2017-01-17 Thread Sarfo
Hello, I have been trying to run a local copy of sagemath from a binary I downloaded after extracting the tarball, typing ./sage in the terminal gives the following error. Please how do I fix it? gyamfy@holiness ~/SageMath $ ./sage RecursionError: maximum recursion depth exceeded during compil

Re: [sage-devel] Re: Release note auto-generation RFC

2017-01-17 Thread Erik Bray
On Tue, Jan 17, 2017 at 1:48 PM, Thierry wrote: > On Tue, Jan 17, 2017 at 12:35:48PM +, Simon King wrote: >> On 2017-01-16, David Roe wrote: >> > I don't think anyone's arguing that a changelog is a bad idea. The question >> > is just whether it's easier to make from fragments in the reposito

Re: [sage-devel] Re: Release note auto-generation RFC

2017-01-17 Thread Thierry
On Tue, Jan 17, 2017 at 12:35:48PM +, Simon King wrote: > On 2017-01-16, David Roe wrote: > > I don't think anyone's arguing that a changelog is a bad idea. The question > > is just whether it's easier to make from fragments in the repository or > > from a new field on trac. Personally I think

[sage-devel] Re: Release note auto-generation RFC

2017-01-17 Thread Simon King
On 2017-01-16, David Roe wrote: > I don't think anyone's arguing that a changelog is a bad idea. The question > is just whether it's easier to make from fragments in the repository or > from a new field on trac. Personally I think trac, +1. I know that some people believe it is old fashioned, bu

[sage-devel] Re: is handling of Inf/Infinity/infinity affected by the 1st call to symbolics?

2017-01-17 Thread Dima Pasechnik
It was triggered by old non-conforming feature of ECL 16.1.2; ECL 16.1.3 is more standard-conforming, and so for our purposes we need to explicitly disable SIGFPE traps. Took a while to understand, sorry for noise. On Tuesday, January 17, 2017 at 9:46:50 AM UTC, Dima Pasechnik wrote: > > On Tues

[sage-devel] Re: is handling of Inf/Infinity/infinity affected by the 1st call to symbolics?

2017-01-17 Thread Dima Pasechnik
On Tuesday, January 17, 2017 at 6:50:25 AM UTC, Ralf Stephan wrote: > > As you already noticed that the bug depends on the ECL/Maxima > version, let me just add that there is no need for taylor() (Maxima) > if you use series() (Pynac) which is way faster. Also there is > > https://trac.sagemath.org

[sage-devel] Re: Error when attaching file, NameError: name 'cython' is not defined

2017-01-17 Thread Kwankyu Lee
Using "attach" command in the notebook environment seems problematic. For simpler "test.sage" file with one statement print(1+1) attach("test.sage") spits out an error while load("test.sage") works well. -- You received this message because you are subscribed to the Google Groups "sage-devel"