Re: [sage-devel] sage installation

2018-12-18 Thread Vincent Delecroix
It is very strange. The default installation in Debian stretch is to have python2 as a default python. Running the command "python" should start python 2.7 and not python 3 unless you explicitly told the system to do so. You might be using some specific update-alternatives directives? Have you don

Re: [sage-devel] sage installation

2018-12-18 Thread Jan Groenewald
Try $SAGE_LOCAL instead of SAGE_LOCAL On Tue, 18 Dec 2018 at 22:40, Mathieu Roux wrote: > Thanks for your help! > > ./configure seems to be OK: > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating build/make/Makefile-aut

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
when i do "sudo make", i have: *** Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all-start'): * package: ecl-16.1.2.p5 log file: /home/m/sage-8.4/logs/pkgs/ecl-16.1.2.

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
should i run "sudo make"? is it useful that "other" or "group" have rights w or x in sage-8.4 directory? Le mar. 18 déc. 2018 à 20:58, Steven Craighead a écrit : > Did you run > ./configure > > Or > ./configure —help > And read any messages of problems? > > You may be able to just run > Sudo ap

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
Thanks for your help! ./configure seems to be OK: checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating build/make/Makefile-auto config.status: creating build/make/Makefile config.status: creating src/Makefile config.status: crea

Re: [sage-devel] sage installation

2018-12-18 Thread Steven Craighead
Did you run ./configure Or ./configure —help And read any messages of problems? You may be able to just run Sudo app-get -f ecl.16.1.2.pt Also, consider doing sudo app-get on any packages that fail from the ./configure step. Also, you may need to set SAGE_LOCAL to some useable directory on y

Re: [sage-devel] Re: Bug in sage.sat.boolean_polynomials.solve() with CryptoMiniSat 5.0.1

2018-12-18 Thread Mate Soos
No. It's an external tool. Please read the README on GitHub to see how to use it! Thanks, Mate On Tuesday, 18 December 2018 00:58:04 UTC+1, Steven Craighead wrote: > > Mate, do you run Bosphorus from SageMath? > > Get Outlook for iOS > > --

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
so what can i do? when i try to build sage from sources, i got this problem with ecl when i try apt-get install sagemath, i got ┌┐ │ SageMath version 8.1, Release Date: 2017-12-07 │ │ Type "notebook()" for t

Re: [sage-devel] sage installation

2018-12-18 Thread Dima Pasechnik
hmm, a segfault in ecl_min, that's not easy to understand what's going on :-( On Tue, Dec 18, 2018 at 5:16 PM Mathieu Roux wrote: > > here it is ! > > Le mar. 18 déc. 2018 à 17:52, Dima Pasechnik a écrit : >> >> And what is in /home/m/sage-8.4/logs/pkgs/ecl-16.1.2.p5.log ? >> Could you post it h

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
of course i did it ! Le 18/12/2018 à 19:45, Dima Pasechnik a écrit : On Tue, Dec 18, 2018 at 5:18 PM Mathieu Roux wrote: I have removed this line. I got the same: You should also restart the shell, for this removal to take effect. ┌───

Re: [sage-devel] sage installation

2018-12-18 Thread Dima Pasechnik
On Tue, Dec 18, 2018 at 5:18 PM Mathieu Roux wrote: > > I have removed this line. I got the same: You should also restart the shell, for this removal to take effect. > ┌┐ > │ SageMath version 8.1, Release Date: 2017-12-07

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
I have removed this line. I got the same: ┌┐ │ SageMath version 8.1, Release Date: 2017-12-07 │ │ Type "notebook()" for the browser-based notebook interface.│ │ Type "help()" for help.

Re: [sage-devel] sage installation

2018-12-18 Thread Vincent Delecroix
Could you try removing this line? It seems to create a confusion in the Sage launcher between Python2 and Python3. Le 18/12/2018 à 17:48, Mathieu Roux a écrit : Madison, thanks for your answer. So i got: ['', '/usr/lib/python36.zip', '/usr/lib/python3.6', '/usr/lib/python3.6/lib-dynload', '/usr

Re: [sage-devel] sage installation

2018-12-18 Thread Dima Pasechnik
And what is in /home/m/sage-8.4/logs/pkgs/ecl-16.1.2.p5.log ? Could you post it here? On Tue, Dec 18, 2018 at 4:44 PM Mathieu Roux wrote: > > Good evening, > So i have tried to build from sources (linux mint cinnamon). > With make, after a great time of computation, i get: > >

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
Madison, thanks for your answer. So i got: ['', '/usr/lib/python36.zip', '/usr/lib/python3.6', '/usr/lib/python3.6/lib-dynload', '/usr/local/lib/python3.6/dist-packages', '/usr/lib/python3/dist-packages'] In my .bashrc, i wrote this line for another reason: alias python='python3.6' Do you know h

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
Good evening, So i have tried to build from sources (linux mint cinnamon). With make, after a great time of computation, i get: *** Error building Sage. The following package(s) may have failed to build (not necessarily during this run o

[sage-devel] CachedInParentMethod clear cache

2018-12-18 Thread VulK
Dear All, I am working on some multivariate polynomial ring and I need to be able to repeatedly evaluate some elements numerically. Since the elements I am evaluating are few while the number of evaluations is high I thought to cache the result of this evaluation. Every now and then I need to c

Re: [sage-devel] Delaying 8.5 or fast-tracking 8.6?

2018-12-18 Thread E. Madison Bray
On Tue, Dec 18, 2018 at 12:56 PM Jeroen Demeyer wrote: > > I suggest the following: > > If Sage 8.5 is ready to be released right now, I see no reason to delay > that. Then follow up soon with Sage 8.6. > > On the other hand, if Sage 8.5 is going to dragged for other reasons > anyway, then we migh

Re: [sage-devel] Delaying 8.5 or fast-tracking 8.6?

2018-12-18 Thread Jeroen Demeyer
I suggest the following: If Sage 8.5 is ready to be released right now, I see no reason to delay that. Then follow up soon with Sage 8.6. On the other hand, if Sage 8.5 is going to dragged for other reasons anyway, then we might as well try to get GAP-4.10 in this release. -- You received t

[sage-devel] Delaying 8.5 or fast-tracking 8.6?

2018-12-18 Thread E. Madison Bray
As pointed out by Samuel last month [1] the transition freeze (i.e. new package versions) for the next major Debian release (buster) is coming up January 12 [2]. This is important for Sage and those working to package Sage for Debian, as it will impact what version of Sage is available in Debian,

Re: [sage-devel] sage installation

2018-12-18 Thread E. Madison Bray
On Mon, Dec 17, 2018 at 8:11 PM Mathieu Roux wrote: > > Good evening, > > I am trying to install sage on my computer. > I am using Linux Mint Cinnamon. > I wrote > sudo apt-get install sagemath > et > sudo apt-get install sagemath-jupyter > with no errors. > But then, when i try/usr/bin/sage,

Re: [sage-devel] sage installation

2018-12-18 Thread Dima Pasechnik
No, you do not need anaconda - it is known to break sage if it is installed. Apparently there is another reason for the error in your case. On 18 Dec 2018 8:00 am, "Mathieu Roux" wrote: Thanks. I read in the link you sent me. I have not line about anaconda in my .bashrc. How can i install anacon

Re: [sage-devel] sage installation

2018-12-18 Thread Mathieu Roux
Thanks. I read in the link you sent me. I have not line about anaconda in my .bashrc. How can i install anaconda? Will it solve my problem? Le lun. 17 déc. 2018 à 21:48, Vincent Delecroix <20100.delecr...@gmail.com> a écrit : > Do you happen to have Anaconda installed? > > See > https://ask.sagem