Re: [sage-support] Error building Sage, scipy 1.12

2024-05-02 Thread Jan Groenewald
Hi Double check your allocated RAM. (It looks like an out-of-memory error.) Regards, Jan On Thu, 2 May 2024 at 10:51, matteo verni wrote: > Error message while building Sage. Below are the last few lines the > terminal produced. Attached you have a muchbigger chunk of the log. Thank > you in

Re: [sage-support] init.sage not running anymore

2024-03-03 Thread Jan Groenewald
Maybe related to this: https://stackoverflow.com/questions/73361664/asyncio-get-event-loop-deprecationwarning-there-is-no-current-event-loop On Sun, 3 Mar 2024 at 22:40, David Ayotte wrote: > Hello, > > Since I upgraded my SageMath to version 10.3.beta8, the init.sage script > located at

Re: [sage-support] Re: Question related to Sagemath permission on Github

2024-01-22 Thread Jan Groenewald
https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories On Mon, 22 Jan 2024 at 18:57, Nils Bruin wrote: > On Sunday 21 January 2024 at 04:25:42 UTC-8 Juan Grados wrote: > > To protect the repo from arbitrary deletion,

Re: [sage-support] Cython fatal error: what to do?

2023-10-16 Thread Jan Groenewald
Hi Try sudo apt-get install python3-dev cython3 Regards, Jan On Mon, 16 Oct 2023 at 20:48, Rolandb wrote: > Hi, > > Using Sagemath 9.8, and Ubuntu 22.04, I got the following error message > when I tried to use %%cython in a Jupiter notebook cell: > > In file included from

Re: [sage-support] Digest for sage-support@googlegroups.com - 1 update in 1 topic

2023-09-06 Thread Jan Groenewald
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. On Wed, 6 Sept 2023 at 19:16, Jianrong Li wrote: > I would like to unsubscribe from this list. Thank you very much. > > 于2023年9月6日周三 19:05写道: > >>

Re: [sage-support] Contributing to SageMath

2023-08-27 Thread Jan Groenewald
Hi Have a look at these: - https://doc.sagemath.org/html/en/faq/faq-contribute.html - https://doc.sagemath.org/html/en/reference/graphs/index.html - https://doc.sagemath.org/html/en/prep/Quickstarts/Graphs-and-Discrete.html Regards, Jan On Sun, 27 Aug 2023 at 07:23, Saatvik Rao

Re: [sage-support] Importing sympy breaks CyclotomicField

2023-08-18 Thread Jan Groenewald
Hi I am not sure that is a bug... sage: K = CyclotomicField(32) sage: type(Integer) sage: from sympy import * sage: type(Integer) sage: K = CyclotomicField(int(32)) sage: Regards, Jan On Fri, 18 Aug 2023 at 10:33, Александр Каренин (alexKar) < tremeloesa...@gmail.com> wrote: > As reported

Re: [sage-support] Freshly installed sage crashes

2023-08-15 Thread Jan Groenewald
-support < sage-support@googlegroups.com> wrote: > > > On Tuesday, August 15, 2023 at 12:42:04 PM UTC+2 Michel VAN DEN BERGH > wrote: > > On Tuesday, August 15, 2023 at 11:50:10 AM UTC+2 Jan Groenewald wrote: > > Hi > > A quick web search does not bring up result

Re: [sage-support] Freshly installed sage crashes

2023-08-15 Thread Jan Groenewald
Hi A quick web search does not bring up results pointing at the sagemath package being broken on Ubuntu 22.04. My guess is that it is something else on your system. Regards, Jan On Tue, 15 Aug 2023 at 07:58, 'Michel VAN DEN BERGH' via sage-support < sage-support@googlegroups.com> wrote: > >

Re: [sage-support] Freshly installed sage crashes

2023-08-13 Thread Jan Groenewald
Hi Does this happen with a user other than your own? Even root will do for a quick test. Perhaps pip installed packages or other repositories are conflicting. Also try LC_ALL=C sage Regards, Jan On Sun, 13 Aug 2023 at 18:14, 'Michel VAN DEN BERGH' via sage-support <

Re: [sage-support] 3dplot not working with Ubuntu 20.00 / Firefox from "Ubuntu Software" (Ubuntu software center)

2023-08-08 Thread Jan Groenewald
sper > > > mandag den 7. august 2023 kl. 20.37.50 UTC+2 skrev Jan Groenewald: > > Hi > > You can try this > https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04 > Get the syntax right or you might break your system's package manager. > > Regards, &g

Re: [sage-support] 3dplot not working with Ubuntu 20.00 / Firefox from "Ubuntu Software" (Ubuntu software center)

2023-08-07 Thread Jan Groenewald
with your Chromium trick, and got the same result. However, it did > look like it installed it with Snap as well as my Firefox is. > > Best regards > Jesper > > mandag den 7. august 2023 kl. 07.39.49 UTC+2 skrev Jan Groenewald: > >> Hi >> >> 20.04 (not 20.00)

Re: [sage-support] 3dplot not working with Ubuntu 20.00 / Firefox from "Ubuntu Software" (Ubuntu software center)

2023-08-06 Thread Jan Groenewald
Hi 20.04 (not 20.00) is a little old version now. I have had debian and/or ubuntu not plot interactive plots (or sometimes 3d ploits) in the packaged versions, in which case we install sagemath from source. First check if your issue is related to this TMPDIR issue?

Re: [sage-support] Possible bug in the mathematica interface

2023-07-09 Thread Jan Groenewald
Debian 12, Sage 9.5 (debian package), Mathematica 13.3 sage: mathematica("Sum[%s, %s]"%tuple(map(lambda u:repr(mathematica(u)), ((1+(-1 : )^k)*x^k, [k , 0, oo] -2/(-1 + x^2) sage: mathematica.Sum(*map(mathematica, ((1+(-1)^k)*x^k, [k , 0, oo]))) {(1 + (-1)^k)*k*x^k, 0, (1 +

Re: [sage-support] Regarding modular form computation

2023-06-29 Thread Jan Groenewald
Hi This support group tends to be used a little bit more on the side of sage bugs or errors somehow hinting at bugs, whereas ask.sagemath.org tends more towards "how do I do X?' kind of questions. It is not an exact science, but I think you're more likely to get answers that help there. Also I

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Jan Groenewald
On Thu, 1 Jun 2023 at 21:05, Luis Finotti wrote: > Interestingly enough, I have another computer, also running Debian Sid, > but a much older installation, in which Sage-10.0 *does* work in Jupyter > lab. In this one, when I look at os.eviron, I also do not have > LD_LIRBRARY_PATH... > And

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-05-31 Thread Jan Groenewald
Check this: File "/home/finotti/src/sage-10.0/src/sage/repl/ipython_kernel/__main__.py", line 1 import sage.all IndentationError: unexpected indent On Thu, 1 Jun 2023 at 03:15, Luis Finotti wrote: > Here is one with your suggested change: > https://web.math.utk.edu/~finotti/misc/jl1.out > >

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-05-31 Thread Jan Groenewald
Hi This https://groups.google.com/g/sage-support/c/egP7I9eGLuI/m/MsUUNLEUAQAJ suggests trying clang 14 for compiling sage or waiting for givaro compiled with clang 15. (or just try rebuild the deb for givaro with clang15 https://raphaelhertzog.com/2010/12/15/howto-to-rebuild-debian-packages/)

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-05-30 Thread Jan Groenewald
Hi Also see https://groups.google.com/g/sage-devel/c/xd64DrNzveM/m/EeWc6HuRAwAJ ... in case it is related. Regards, Jan On Tue, 30 May 2023 at 04:14, Luis Finotti wrote: > Firstly, thank you very much for your help, Nils! I greatly appreciate it! > > On Monday, May 29, 2023 at 8:06:46 PM

Re: [sage-support] gap.console() calling problem.

2023-04-05 Thread Jan Groenewald
Hi On Wed, 5 Apr 2023 at 10:03, Hongyi Zhao wrote: > But other alternatives didn't work either: > > sage: import sage.interfaces.gap as ggap > sage: ggap.gap_cmd="~/.local/bin/gap" > sage: ggap.console() > --- >

Re: [sage-support] sage compiler cannot find required perl module

2023-03-22 Thread Jan Groenewald
Hi Can you do this? perl -MCPAN -e 'install IPC::Cmd' (works for me on debian) Regards, Jan On Thu, 23 Mar 2023 at 04:52, Mike wrote: > Running "$ MAKE='make -j40' make" gives the error message > = > The following package(s) may have failed to build (not necessarily > during this run

Re: [sage-support] Sagemath binary is old and fails to install properly on Ubuntu 20.04.5 LTS

2023-02-08 Thread Jan Groenewald
Oh, you need sagemath not sagemath-common. Makes sense actually, by debian package name conventions. https://askubuntu.com/questions/1322949/how-to-install-sagemath-on-ubuntu-20-04 ~$apt-cache show sagemath-common|grep This This package contains the architecture-independent files of SageMath.

Re: [sage-support] Sagemath binary is old and fails to install properly on Ubuntu 20.04.5 LTS

2023-02-08 Thread Jan Groenewald
Hi On Wed, 8 Feb 2023 at 13:27, Dima Pasechnik wrote: > On Wed, Feb 8, 2023 at 11:12 AM David Kirkby wrote: > > > > from sage.cpython.string import str_to_bytes, bytes_to_str, > FS_ENCODING > > ModuleNotFoundError: No module named 'sage.cpython.string' > > > Looks like

Re: [sage-support] Re: Rendering tables in jupyter notebook

2022-11-21 Thread Jan Groenewald
messes up the alignment for Latex in > the other rows of the table. > Note it still doesn't align left if you use table(rows, frame=True, align='left') Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to

Re: [sage-support] After (routine) upgrade of Python in Debian testing, command-line Sage crashes at startup

2021-11-10 Thread Jan Groenewald
>>>>> >>>>> Suggestions ? >>>>> ​ >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "sage-support" group. >>>>> To unsubscr

Re: [sage-support] How do I run sage in python3?

2021-10-23 Thread Jan Groenewald
discussion on the web visit > https://groups.google.com/d/msgid/sage-support/daa9a26d-e040-4ed7-b3ea-0694e4b542d6n%40googlegroups.com > <https://groups.google.com/d/msgid/sage-support/daa9a26d-e040-4ed7-b3ea-0694e4b542d6n%40googlegroups.com?utm_medium=email_source=footer> > . > --

Re: [sage-support] problems again installing Sage9.1 (and 9.2)

2021-03-15 Thread Jan Groenewald
sgid/sage-support/CAFV-Ve0Vth40NuwGiLcK0KHDD_RfMn-FKPa13gaDLvbYPyAo2Q%40mail.gmail.com > <https://groups.google.com/d/msgid/sage-support/CAFV-Ve0Vth40NuwGiLcK0KHDD_RfMn-FKPa13gaDLvbYPyAo2Q%40mail.gmail.com?utm_medium=email_source=footer> > . > -- .~. /V\ Jan Groenewald /( )\www.aim

Re: [sage-support] Uninstalling SageMath

2020-12-19 Thread Jan Groenewald
you can safely delete it. The folder might be called SageMath if it is a newer version, or something sage-7.4-ubuntu-14.04. You can move that directly to Trash. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribe

Re: [sage-support] Problems installing Sagemath 9.0

2020-10-21 Thread Jan Groenewald
ith sage --notebook=jupyter instead. ImportError: /lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in > static TLS block > Try LD_PRELOAD=libgomp.so.1 jupyter-notebook or LD_PRELOAD=libgomp.so.1 sage --notebook=jupyter Regards, Jan -- .~. /V\ Jan Groenewald /( )\

Re: [sage-support] problem installing sage

2020-10-20 Thread Jan Groenewald
; How did you install sage? What version of Ubuntu? Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving e

Re: [sage-support] Can't Open SageMath Program on Lxde

2020-05-28 Thread Jan Groenewald
No such file or directory >> >>> >> >>> >> >>> On Thursday, May 28, 2020 at 8:58:42 AM UTC-4, Dima Pasechnik wrote: >> >>>> >> >>>> >> >>>> >> >>>> On Thu, 28 May 2020, 13:04 Joshua Mead

Re: [sage-support] Can't Open SageMath Program on Lxde

2020-05-28 Thread Jan Groenewald
wcroft, >>>> wrote: >>>> >>>>> It's saying "bash: cd: Sagemath: No such file or directory" now. >>>>> Same issue as yesterday. We definitely unpacked the files. It's just not >>>>> finding the directory. >>>>> >

Re: [sage-support] Can't Open SageMath Program on Lxde

2020-05-28 Thread Jan Groenewald
Hi On Thu, 28 May 2020 at 13:47, Joshua Meadowcroft wrote: > Hi Jan. > I ran "cd SageMath ./sage" per your suggestion. The terminal response was > "bash: cd: too many arguments". > It should be on two separate lines cd SageMath ./sage Regards, Jan --

Re: [sage-support] Can't Open SageMath Program on Lxde

2020-05-27 Thread Jan Groenewald
le to open program. > Try cd SageMath ./sage Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails

Re: [sage-support] sage with python3, mpmath

2020-01-14 Thread Jan Groenewald
; SystemError: returned a result with an error set> > > Somebody else has this error? I will check on simple mpmath. > No error on sage 8.6; yes same error on sage 9.0 (Debian 10). Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this mes

Re: [sage-support] Jupyter nootbook not work

2019-12-29 Thread Jan Groenewald
Hi On Sun, 29 Dec 2019 at 15:54, Szabolcs Sződi wrote: There is something simply step by step instruction for simply, ordinary mortals? Couldn't find anything. In SageMath Cell type notebook() Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received

Re: [sage-support] Jupyter nootbook not work

2019-12-29 Thread Jan Groenewald
│ │ Open your web browser to http://localhost:8080 │ ││ └┘ Executing twistd --pidfile="sage_notebook.sagenb/sagenb.pid" -ny "sage_notebook.sagenb/twistedconf.tac" ... Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^

Re: [sage-support] SageMath 8.9 crashing on ubuntu 18.04.3 LTS

2019-12-24 Thread Jan Groenewald
ion on the web visit > https://groups.google.com/d/msgid/sage-support/0ab42fa7-d638-4b89-ae0f-810cfbc35403%40googlegroups.com > <https://groups.google.com/d/msgid/sage-support/0ab42fa7-d638-4b89-ae0f-810cfbc35403%40googlegroups.com?utm_medium=email_source=footer> > . > --

Re: [sage-support] Ubuntu 18.04 binaries for Sage 8.9?

2019-10-17 Thread Jan Groenewald
e manager) said: I just copied the Ubuntu 16.04 binaries. The buildbot was having some dns problems so the binaries are late. Maybe the 18.04 will follow soon? Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subs

Re: [sage-support] SageMath for Linux Mint 19.1

2019-04-18 Thread Jan Groenewald
Hi On Thu, 18 Apr 2019 at 09:22, wrote: > Which binary of SageMath fits for Linux Mint 19.1? > *Linux Mint 19.1* is *based on* Ubuntu 18.04 (google tells me). ftp://ftp.fu-berlin.de/unix/misc/sage/linux/64bit/sage-8.7-Ubuntu_18.04-x86_64.tar.bz2 Regards, Jan -- .~. /V\

Re: [sage-support] How to start

2019-03-18 Thread Jan Groenewald
quot; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. >

Re: [sage-support] How to start

2019-03-15 Thread Jan Groenewald
Hi On Fri, 15 Mar 2019 at 13:55, Deepak Pawar wrote: > I already had installed the sage in my machine. > > Don't know how to open it > It depends on the operating system and how you installed sage. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^

Re: [sage-support] how to specify a port when running jupyter notebook

2019-02-04 Thread Jan Groenewald
ps://jupyter.readthedocs.io/en/latest/running.html#how-do-i-start-the-notebook-using-a-custom-ip-or-port Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To

Re: [sage-support] sagemath-8.4.2 ubuntu 19.04

2018-11-02 Thread Jan Groenewald
his group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are

Re: [sage-support] Unable to display graphs from Ubuntu 18.04, Sage 8.3, 64 bit PC

2018-08-12 Thread Jan Groenewald
k-dev > sage -f python2 > > Ubuntu18.04 seems to be missing several development tools. So I guess > this will all be resolved when a version of sage for 18.04 is formally > released. > > Many thanks for your help. > > Graham > > On 11 August 2018 at 15:22, Jan Groe

Re: [sage-support] Unable to display graphs from Ubuntu 18.04, Sage 8.3, 64 bit PC

2018-08-11 Thread Jan Groenewald
keywords=tk=names=bionic=all Or perhaps there is someone else who can answer if one can tell Sage not to try to use tk for show(lines(... but to use another graphics toolkit. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you

Re: [sage-support] ESC[0;31mFile:ESC[0m - like crap while displaying docs in terminal

2018-06-07 Thread Jan Groenewald
> LC_MESSAGES="en_GB.UTF-8" > LC_PAPER="en_GB.UTF-8" > LC_NAME="en_GB.UTF-8" > LC_ADDRESS="en_GB.UTF-8" > LC_TELEPHONE="en_GB.UTF-8" > LC_MEASUREMENT="en_GB.UTF-8" > LC_IDENTIFICATION="en_GB.UTF-8" > LC_AL

Re: [sage-support] Strange

2018-04-07 Thread Jan Groenewald
ssociating to each vertex the list of its neighbors. To bypass auto-detection, prefer the more explicit "Graph(D, format='dict_of_lists')". so it seems correct, and there are alternatives if you prefer 1..8 instead of 0..7. Regards, Jan > > -- .~.

Re: [sage-support] Desktop icon does not start Sage

2018-02-18 Thread Jan Groenewald
change the Exec line in the > desktop file to /usr/local/bin/sage --notebook=jupyter? I tried this just > now and it doesn't seem to make a difference. (I also tried running the > update-desktop-database command after making the edit). > > On Sunday, February 18, 2018 at 10:26:28 PM

Re: [sage-support] Desktop icon does not start Sage

2018-02-18 Thread Jan Groenewald
you told, and did a reboot. Still the problem > seems to persist. > > On Sunday, February 18, 2018 at 7:20:29 PM UTC+5:30, Jan Groenewald wrote: >> >> Hi >> >> >> >> >> On 18 February 2018 at 06:15, Karthik Jayadevan <karth...@gmail.com>

Re: [sage-support] Desktop icon does not start Sage

2018-02-18 Thread Jan Groenewald
update-desktop-database on the folder where the desktop file is? (Even this has on occasion not worked for me and I had to log out and in, or restart gnome, or reboot.) Regards, Jan > > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are s

Re: [sage-support] Sage Crash Report

2017-10-22 Thread Jan Groenewald
the problem. > If you can email this file to the developers, the information in it will help them in understanding and correcting the problem. Regards, Jan > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google G

Re: [sage-support] Sage-Crash-Report

2017-09-11 Thread Jan Groenewald
so.3: cannot open shared object file: No such file or directory It looks like you need to install gfortran Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" gro

Re: [sage-support] For info ?

2017-09-02 Thread Jan Groenewald
age-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewa

Re: [sage-support] INSTALLATION SAGE

2017-08-22 Thread Jan Groenewald
On 22 August 2017 at 15:08, KULDEEP SARMA <kuldeep.sarm...@gmail.com> wrote: > How sage can be installed in Ubuntu system? I had followed the > instructions but it says no such file > Which instructions? -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -

Re: [sage-support] Computation just stops, no output or error message

2017-06-07 Thread Jan Groenewald
GB of mem. > It could be the case the 6 processes combined exceed this 5GB. Would this > explain Sage quitting in the way I described? > Try https://serverfault.com/questions/548736/how-to-read-oom-killer-syslog-messages Regards, Jan\ -- .~. /V\ Jan Groenewald /( )\www.aims.

Re: [sage-support] SageMath version 7.6, Release Date: 2017-03-25 crash ubuntu 17.04 64 bit

2017-05-02 Thread Jan Groenewald
ibgfortran3 installed? Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [sage-support] Re: https: // localhost: 8000 .

2017-03-29 Thread Jan Groenewald
gt; > Which error is displayed? Can you cut and paste it exactly please, if unable then a screenshot will do, though fewer volunteers are likely to answer. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribe

Re: [sage-support] Cython problem

2017-01-27 Thread Jan Groenewald
PA 14.04 will receive updates, 16.04 will stay at 7.3 or something, and I will ask someone to take over (if necessary, rather direct energy at proper sage in debian, then ubuntu inherits it). Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received thi

Re: [sage-support] Cython problem

2017-01-27 Thread Jan Groenewald
do apt-get install -y build-essential Did you install dependencies? http://doc.sagemath.org/html/en/installation/source.html Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sag

[sage-support] Re: question about sage installed from PPA

2017-01-09 Thread Jan Groenewald
th 7.5rc3 from source is the best option, or waiting a few weeks for 7.5 final release. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from th

Re: [sage-support] sage math 7.4 binary error

2017-01-09 Thread Jan Groenewald
; To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message beca

Re: [sage-support] Sage crash report

2016-12-21 Thread Jan Groenewald
ough for it > > Thank you for the support, i really enjoy your work > > Please install gfortran sudo yum install gcc-gfortran Regards, Jan > -- > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to

Re: [sage-support] sage-7.4-Ubuntu_16.04-x86_64.tar.bz2 crashes while installing

2016-12-09 Thread Jan Groenewald
com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ --

Re: [sage-support] Fwd: Sage Crash Report

2016-11-12 Thread Jan Groenewald
t; Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support&

Re: [sage-support] sagemath-dev ppa

2016-11-07 Thread Jan Groenewald
********* > Error building the Sage library > > Makefile:34: recipe for target 'sage' failed > make: *** [sage] Error 1 > > Installation of SageManifolds 0.9.1 completed!

Re: [sage-support] sagemath-dev ppa

2016-11-06 Thread Jan Groenewald
t with 7.3 I had the same problem. I restarted and I could > do it ... well 7.3 suits to me I will wait 7.5 to to upgrade. > > I guess my problem was to restart it had kept rights. > > Regards > > Henri > > Le 06/11/2016 à 20:13, Jan Groenewald a écrit : > > Hi >

Re: [sage-support] sagemath-dev ppa

2016-11-06 Thread Jan Groenewald
quot;, line 106, in > raise DistutilsSetupError("{} failed".format(make_cmdline)) > DistutilsSetupError: make -f generate_py_source.mk > SAGE_SRC=/usr/lib/sagemath/src failed > > Error building the

Re: [sage-support] sagemath-dev ppa

2016-11-05 Thread Jan Groenewald
Sorry, I mean after testing for trusty and finding this problem, I left out xenial. Regards, Jan On 5 November 2016 at 19:19, Jan Groenewald <j...@aims.ac.za> wrote: > Hi > > 7.4 binaries crash on CPUs older than 2 years (without BMI CPU flags). I > have not uploaded them.

Re: [sage-support] sagemath-dev ppa

2016-11-05 Thread Jan Groenewald
-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop

Re: [sage-support] Crash-Report sage 7.2 64-Bit Ubuntu 14.04

2016-07-10 Thread Jan Groenewald
group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For

Re: [sage-support] sagemath-upstream-binary 7.2: install fails because of size mismatch after download

2016-05-28 Thread Jan Groenewald
So far no problems, but if you run into problems you may want to download and unpack the 16.04 binary which is much closer to the toolchain version of 16.10 than the 14.04 binary. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because

Re: [sage-support] sagemath-upstream-binary 7.2: install fails because of size mismatch after download

2016-05-27 Thread Jan Groenewald
Hi Launchpad administrator tells me there was an issue last week like this which affected rare files (only 3 they know of). But that I would have to delete, wait at least 6 hours, and then copy back. I am deleting all 7.2 now. Regards, Jan On 27 May 2016 at 14:02, Jan Groenewald &l

Re: [sage-support] sagemath-upstream-binary 7.2: install fails because of size mismatch after download

2016-05-27 Thread Jan Groenewald
. Would be great if you could test in 2 hours and let me know. Regards, Jan On 27 May 2016 at 11:42, Jan Groenewald <j...@aims.ac.za> wrote: > Hi > > On 26 May 2016 at 09:50, Giuseppe Scollo <sco...@dmi.unict.it> wrote: > >> E: Failed to fetch >> http://ppa.launchpa

Re: [sage-support] sagemath-upstream-binary 7.2: install fails because of size mismatch after download

2016-05-27 Thread Jan Groenewald
nchpad allows, else I will have to delete first. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it,

Re: [sage-support] Re: i have installed sagemath 7 via mathbuntu using source file but as i starting the program it crashes

2016-02-28 Thread Jan Groenewald
cribe from this group and stop receiving emails from it, send an > email to sage-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more option

Re: [sage-support] Re: Failure to install Sage 6.10 on ubuntu 14.04

2016-02-26 Thread Jan Groenewald
───┘ sage: So... I can confirm that binary on the kaist mirror is not corrupt. Perhaps your downloaded version is? > By the way, is there any reason that you pciked 6.10 over the 7.0 ? > > > Regards, Jan -- .~. /V\ Jan Groe

Re: [sage-support] Failure to install Sage 6.10 on ubuntu 14.04

2016-02-25 Thread Jan Groenewald
d email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are s

Re: [sage-support] make error

2016-02-11 Thread Jan Groenewald
en searching for days a way to install sage but > nothing works. > > Thank you ! > Try fix the permissions sudo chown -R `whoami`:`whoami` /usr/local/share/sage-7.0 and then compile again. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You r

[sage-support] Re: recent woes with relocation of SageMath installation directory

2016-02-05 Thread Jan Groenewald
A fixed version (you can run sagemath-upstream-binary without the -full) is now busy copying from the dev PPA to the stable PPA. 7.0~aimsppa1~qa201602060140061 Regards, Jan On 3 February 2016 at 17:46, Jan Groenewald <j...@aims.ac.za> wrote: > Hi > > TL;DR install sagemath-upstr

[sage-support] Re: [sage-release] Re: recent woes with relocation of SageMath installation directory

2016-02-04 Thread Jan Groenewald
stable PPA for 14.04. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [sage-support] after a long compiling time i got this

2016-02-04 Thread Jan Groenewald
not work. >> > > Is there any plan to support this in future? It seems desirable to one day not have hardcoded paths. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sa

Re: hardcoded paths [Was: [sage-support] after a long compiling time i got this]

2016-02-04 Thread Jan Groenewald
Hi On 4 February 2016 at 13:42, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote: > On 2016-02-04 12:32, Jan Groenewald wrote: > >> Is there any plan to support this in future? >> > I don't think so. This used to be semi-supported in the past (before Sage > 7.0),

Re: [sage-support] Re: sagemath 7.0 installation time on Ubuntu 14.04

2016-02-04 Thread Jan Groenewald
Apologies. Wrong thread. Was meant for Bug with sagemath-upstream-binary 7.0~aimsppa1~qa2 on Ubuntu 14.04 by Marc Tardif On 4 February 2016 at 22:48, Jan Groenewald <j...@aims.ac.za> wrote: > Hi > > Yes. Thank you. I place a small role in Sage, thanks to all the upstre

Re: [sage-support] Re: Sage crashes after updating

2016-02-04 Thread Jan Groenewald
this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support&qu

Re: [sage-support] Re: sagemath 7.0 installation time on Ubuntu 14.04

2016-02-04 Thread Jan Groenewald
ooglegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You

[sage-support] Re: recent woes with relocation of SageMath installation directory

2016-02-03 Thread Jan Groenewald
start, but perhaps there should be a ticket to make sage relocatable? Patching paths in binaries after compilation blows my mind. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "

[sage-support] Re: [sage-release] Re: recent woes with relocation of SageMath installation directory

2016-02-02 Thread Jan Groenewald
ized/sage/structure/list_clone.c' >> >> Any idea what is up? >> >> Dale Amon >> > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from

Re: [sage-support] How to change SAGE_ROOT?

2016-01-21 Thread Jan Groenewald
should I > edit? > Try echo "export SAGE_ROOT=/Applications/SAGE" >> .profile Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group.

Re: [sage-support] Re: ppa sage-6.9 and sagemanifolds

2015-10-21 Thread Jan Groenewald
ith binary I haven't this problem. >> Regards, >> Henri >> >> >> >> -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it,

Re: [sage-support] ppa sage-6.9 and sagemanifolds

2015-10-21 Thread Jan Groenewald
Also, you need to be usign sagemath-upstream-binary-full (with the full) or most of your src folder will be missing. Regards, Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-suppo

Re: [sage-support] Re: pyopenssl-0.13.p0.spkg not accessible at "http://www.sagemath.org/spkg/optional/"

2015-10-13 Thread Jan Groenewald
endor.requests' > You didn't have libssl-dev when you compiled sage the first time. sudo apt-get install libssl-dev sage -f python # rebuild the pythin in sage cd SAGE_ROOT; make # is this necessary? Sage prompts the user to run make again. sage -pip install pyopenssl Regards, Ja

Re: [sage-support] pyopenssl installation, how to select another site ?

2015-10-04 Thread Jan Groenewald
e-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za

Re: [sage-support] Building Sage on Ubuntu 14.04 LTS 3

2015-10-04 Thread Jan Groenewald
sage-support@googlegroups.com. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the

Re: [sage-support] bug in == operator?

2015-07-13 Thread Jan Groenewald
://groups.google.com/d/optout. -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support

Re: [sage-support] Can't install latest sagmath-upstream-binary from ppa

2015-06-01 Thread Jan Groenewald
. To post to this group, send email to sage-support@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout. -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message

Re: [sage-support]

2015-05-06 Thread Jan Groenewald
://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout. -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop

Re: [sage-support] problems plotting...

2015-03-15 Thread Jan Groenewald
:40:45 AM UTC-4, Jan Groenewald wrote: Hi I have no idea how to solve this. If you create and log in as a different user, does it have the same problem? (I can confirm my PPA installs do not show this error) It might also help to ask on an ipython list (but mention that you get

Re: [sage-support] problems plotting...

2015-03-14 Thread Jan Groenewald
/optout. -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr

Re: [sage-support] problems plotting...

2015-03-13 Thread Jan Groenewald
. -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post

  1   2   3   >