Re: [sage-devel] Sage Installation on Mac: no app.dmg on mirrors

2021-05-27 Thread Dima Pasechnik
On Thu, May 27, 2021 at 11:11 AM Daniel Krenn wrote: > > > > vdelecroix schrieb am Donnerstag, 27. Mai 2021 um 09:31:01 UTC+2: >> >> As written in the documentation at >> https://doc.sagemath.org/html/en/installation/binary.html#macos dmg are >> available at >> https://github.com/3-manifolds/Sage_

Re: [sage-devel] Sage Installation on Mac: no app.dmg on mirrors

2021-05-27 Thread Daniel Krenn
vdelecroix schrieb am Donnerstag, 27. Mai 2021 um 09:31:01 UTC+2: > As written in the documentation at > https://doc.sagemath.org/html/en/installation/binary.html#macos dmg are > available at > https://github.com/3-manifolds/Sage_macOS/releases/ Thanks. FWIW, this differs from https://doc.

Re: [sage-devel] Sage Installation on Mac: no app.dmg on mirrors

2021-05-27 Thread Vincent Delecroix
As written in the documentation at https://doc.sagemath.org/html/en/installation/binary.html#macos dmg are available at https://github.com/3-manifolds/Sage_macOS/releases/ Vincent Le 27/05/2021 à 09:19, Daniel Krenn a écrit : I was just asked by a colleague why there is no .dmg or app.dmg fil

Re: [sage-devel] sage installation

2018-12-19 Thread Mathieu Roux
thank you very much! now the version of sage i got by "apt-get" is ok, so i don't try more with sources! Le 18/12/2018 à 21:49, Jan Groenewald a écrit : Try $SAGE_LOCAL instead of SAGE_LOCAL On Tue, 18 Dec 2018 at 22:40, Mathieu Roux > wrote: Thanks for your

Re: [sage-devel] sage installation

2018-12-19 Thread Mathieu Roux
Very good! In fact, i had a symbolic link in my /usr/bin from python3.6 to python now, i created a link from python2.7 to python So now sage is ok ! thank you very much Le 18/12/2018 à 23:46, Vincent Delecroix a écrit : It is very strange. The default installation in Debian stretch is to

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] 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

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

Re: [sage-devel] sage installation

2018-12-17 Thread Vincent Delecroix
Do you happen to have Anaconda installed? See https://ask.sagemath.org/question/34416/importerror-no-module-named-sage/ Le 17/12/2018 à 20:11, Mathieu Roux a écrit : Good evening, I am trying to install sage on my computer. I am using Linux Mint Cinnamon. I wrote sudo apt-get install sagemat

Re: [sage-devel] sage installation

2018-12-17 Thread steven . craighead
I installed everything under my user directory and had to have sage completely compile from source. I was then able to use that version. The standard Ubuntu’s install didn’t work, so the one day source install was required. I also made sure I had all of the needed packages to compile availabl

Re: [sage-devel] Sage Installation

2018-08-08 Thread Sachi Hashimoto
Right, sorry, I've been a bit busy and forgot to wrap this thread up--I did end up deleting everything and rebuilding in a different directory, and that seemed to solve my problems. Thanks everyone. S On Wed, Aug 8, 2018 at 9:42 AM, Erik Bray wrote: > On Wed, Aug 1, 2018 at 5:06 PM Sachi Hashim

Re: [sage-devel] Sage Installation

2018-08-08 Thread Erik Bray
On Wed, Aug 1, 2018 at 5:06 PM Sachi Hashimoto wrote: > > It's Sage 8.2 and it's from a tarball. I'm building it from scratch--I just > got a new computer. After extracting the tar file, and changing into the > sage-8.2 directory in my applications folder, I ran 'make'. Before that, I > tried t

Re: [sage-devel] Sage Installation

2018-08-01 Thread John H Palmieri
One more suggestion: try building in another directory. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this g

Re: [sage-devel] Sage Installation

2018-08-01 Thread Sachi Hashimoto
It's Sage 8.2 and it's from a tarball. I'm building it from scratch--I just got a new computer. After extracting the tar file, and changing into the sage-8.2 directory in my applications folder, I ran 'make'. Before that, I tried to double check all the prerequisites and I installed some of the one

Re: [sage-devel] Sage Installation

2018-08-01 Thread Erik Bray
Exactly what version of Sage is this, and how are you installing it? >From a tarball, or git? Is this a build from scratch or an upgrade from an old version? What are the exact commands you ran? On Wed, Aug 1, 2018 at 3:01 PM Sachi Hashimoto wrote: > > Hi Erik, > > Thanks for taking a look! Unfo

Re: [sage-devel] Sage Installation

2018-08-01 Thread Sachi Hashimoto
Hi Jan, Thanks for the suggestion--that didn't seem to work either, unfortunately. Best, Sachi On Wed, Aug 1, 2018 at 9:12 AM, Jan Groenewald wrote: > Hi > > Just a guess, but... > Try remove /Applications/sage-8.2/upstream/setuptools-38.2.4.zip and then > try build again. > > Regards, > Jan >

Re: [sage-devel] Sage Installation

2018-08-01 Thread Jan Groenewald
Hi Just a guess, but... Try remove /Applications/sage-8.2/upstream/setuptools-38.2.4.zip and then try build again. Regards, Jan On Wed, 1 Aug 2018 at 15:02, Sachi Hashimoto wrote: > Hi Erik, > > Thanks for taking a look! Unfortunately that didn't work--it still won't > build setuptools38.2.4.

Re: [sage-devel] Sage Installation

2018-08-01 Thread Sachi Hashimoto
Hi Erik, Thanks for taking a look! Unfortunately that didn't work--it still won't build setuptools38.2.4.p0 Any other ideas? Best, Sachi On Wed, Aug 1, 2018 at 8:13 AM, Erik Bray wrote: > It seems to be having some problems related to your PYTHONPATH > environment variable, which really shoul

Re: [sage-devel] Sage Installation

2018-08-01 Thread Erik Bray
It seems to be having some problems related to your PYTHONPATH environment variable, which really should not be set at all. Try running $ unset PYTHONPATH and then build again. On Wed, Aug 1, 2018 at 12:22 AM wrote: > > Hello, > > I am trying to install sage from source, and I ran into an error

Re: [sage-devel] Sage installation problem

2018-07-26 Thread Jeroen Demeyer
On 2018-07-26 14:25, O'Neill Kingston wrote: If this is worthy of sending in error logs, I would appreciate advice on how to do that! At least the top-level config.log would be good to see. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To uns

Re: [sage-devel] Sage installation error @ gnutls-2.2.1.p5

2011-10-18 Thread Francois Bissey
> Hi, > I am using Pardus 2011 and trying to build sage on it with gcc 4.5.3. > It aborts installation due to 12 errors while installing =20 > gnutls-2.2.1.p5. Some part of the log is in Turkish, all they say is > something like "exiting from directory " And yamak is the > user's name. > > I hope

Re: [sage-devel] SAGE installation problem

2011-08-20 Thread Jan Groenewald
Hi On 21 August 2011 00:56, Andrew Fleckenstein wrote: > On Sat, 2011-08-20 at 22:41 +, Evans Doe Ocansey wrote: > > Dear all, > > I was installing SAGE on an acer laptop on ubuntu 11.04 platform and > > got the this error after the installation. To see the error, I click > > on the link to d

Re: [sage-devel] SAGE installation problem

2011-08-20 Thread Andrew Fleckenstein
On Sat, 2011-08-20 at 22:41 +, Evans Doe Ocansey wrote: > Dear all, > I was installing SAGE on an acer laptop on ubuntu 11.04 platform and > got the this error after the installation. To see the error, I click > on the link to download the install.log file. > > http://users.aims.ac.za/~evans/s