Re: [sage-support] Re: Cannot Use Sage Kernel with Environment's JupyterLab

2025-04-27 Thread Jan Groenewald
Hi See https://groups.google.com/g/sage-support/c/7YBbeU1jpJo/m/YozBi3h5CwAJ?utm_medium=email&utm_source=footer Possibly this will fix it: ./sage --pip uninstall matplotlib numpy followed by ./sage --pip install matplotlib numpy Regards, Jan On Sun, 27 Apr 2025 at 15:17, Luis Finotti

Re: [sage-support] Re: Error when makeing Sage

2025-01-05 Thread Jan Groenewald
Hi On Mon, 6 Jan 2025 at 02:03, Dima Pasechnik wrote: > On 5 January 2025 14:04:20 GMT-06:00, "Éricles Lima" > wrote: > >*Attempting to download package gmpy2-2.2.0a1.tar.gz from > >mirrorshttps:// > github.com/sagemath/sage/releases/download/10.6/[xx

Re: [sage-support] Re: Possible problem with our interfaces to maxima

2024-08-25 Thread Jan Groenewald
Hi Debian Stable's maxima 46 also shows the error: 0 jan@jan-latitude:~$dpkg -l maxima|grep ii ii maxima 5.46.0-11amd64Computer algebra system -- base system 0 jan@jan-latitude:~$maxima -q wrote: > > > On 25 August 2024 09:52:20 BST, Emmanuel Charpentier < > emanuel.charpent

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 a

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 ~/.sage

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 /usr/include/python3

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写道: > >> sage-support@googlegr

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 i

Re: [sage-support] Freshly installed sage crashes

2023-08-15 Thread Jan Groenewald
; via sage-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

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 < sage-support@googlegroups.c

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. > > Regard

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

2023-08-07 Thread Jan Groenewald
. > > I tried 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 >> >>

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? https://ask.sagemath.org/questi

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 + (-1)^k)*x^k*Inf

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 wo

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 whic

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

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

2023-05-29 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 UT

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() > --- > AttributeEr

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 of

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

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 https://bugs.launchp

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

2022-11-21 Thread Jan Groenewald
argument 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 becau

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

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

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&utm_source=footer> >

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

2021-03-15 Thread Jan Groenewald
om/d/msgid/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&utm_source=footer> > . > -- .~. /V\ Jan Groenewald /( )\

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
#x27;. > 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 r

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

2020-05-28 Thread Jan Groenewald
e result. 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

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

2020-05-28 Thread Jan Groenewald
ft, >>>> 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. >>>&g

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
Unable 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 em

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

2020-01-14 Thread Jan Groenewald
temError: 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 rec

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.aim

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&utm_source=footer> > . > --

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

2019-10-17 Thread Jan Groenewald
elease 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

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
port" 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.z

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

2019-02-04 Thread Jan Groenewald
; https://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" grou

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

2018-11-02 Thread Jan Groenewald
gt; 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

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 Groenew

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

2018-08-11 Thread Jan Groenewald
ackages.ubuntu.com/search?keywords=tk&searchon=names&suite=bionic§ion=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.

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

2018-06-07 Thread Jan Groenewald
quot; > 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" >

Re: [sage-support] Strange

2018-04-07 Thread Jan Groenewald
associating 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
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 UTC+5:30, Jan Groenewald wr

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

2018-02-18 Thread Jan Groenewald
ill 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 >> wrote: >> >>> >>> So tried

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

2018-02-18 Thread Jan Groenewald
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 subscribed to the Google Grou

Re: [sage-support] Sage Crash Report

2017-10-22 Thread Jan Groenewald
his 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 Groups "sage-support&

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

2017-09-11 Thread Jan Groenewald
ject 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" group. To unsubscribe from t

Re: [sage-support] For info ?

2017-09-02 Thread Jan Groenewald
roups.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] INSTALLATION SAGE

2017-08-22 Thread Jan Groenewald
On 22 August 2017 at 15:08, KULDEEP SARMA 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 ^^-^^ -- You received this message becaus

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

2017-06-07 Thread Jan Groenewald
he 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.ac.za ^^-^^ -- You rece

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

2017-06-07 Thread Jan Groenewald
uit Sage if its using too much memory orso? > > I really hope that someone has an idea here, because each of these > computations takes around 2 hours, so its very impracticle to just keep > trying to see what works. > What is your OS and where can you check for out of memory messages?

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

2017-05-02 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...@googlegr

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

2017-03-29 Thread Jan Groenewald
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 subscribed

Re: [sage-support] Cython problem

2017-01-27 Thread Jan Groenewald
PPA. So it is likely in the PPA 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 ^

Re: [sage-support] Cython problem

2017-01-27 Thread Jan Groenewald
tial 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 "sage-support" group. To unsub

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

2017-01-09 Thread Jan Groenewald
rce 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 this gr

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

2017-01-09 Thread Jan Groenewald
upport@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 subscribed to th

Re: [sage-support] Sage crash report

2016-12-21 Thread Jan Groenewald
;t enough 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
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

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

2016-11-12 Thread Jan Groenewald
oogle.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

Re: [sage-support] sagemath-dev ppa

2016-11-07 Thread Jan Groenewald
sagemath/src' > > Traceback (most recent call last): > File "setup.py", line 106, in > raise DistutilsSetupError("{} failed".format(make_cmdline)) > DistutilsSetupError: make -f generate_py_source.mk > SAGE_SRC=/usr/lib/sagemat

Re: [sage-support] sagemath-dev ppa

2016-11-06 Thread Jan Groenewald
lem. 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 > > Did you install sagemat

Re: [sage-support] sagemath-dev ppa

2016-11-06 Thread Jan Groenewald
.py", 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

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 wrote: > Hi > > 7.4 binaries crash on CPUs older than 2 years (without BMI CPU flags). I > have not uploaded them. > > Regards, >

Re: [sage-support] sagemath-dev ppa

2016-11-05 Thread Jan Groenewald
gt; 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 more options

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

2016-07-10 Thread Jan Groenewald
ribe 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 options, visit h

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

2016-05-28 Thread Jan Groenewald
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 you are subscribed to the G

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

2016-05-28 Thread Jan Groenewald
Hi On 27 May 2016 at 14:14, Jan Groenewald wrote: > 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 > no

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 wrote: >

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 wrote: > Hi > > On 26 May 2016 at 09:50, Giuseppe Scollo wrote: > >> E: Failed to fetch >> http://ppa.launchpad.net/aims/sagemath/ubuntu/pool/main/s/sagemath-

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

2016-05-27 Thread Jan Groenewald
se 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
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 options, visit https://groups.google.com/d/optout.

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 Groenewald /( )\www.aim

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

2016-02-25 Thread Jan Groenewald
legroups.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.a

Re: [sage-support] make error

2016-02-11 Thread Jan Groenewald
2 > > Please help me, I've been 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 /

[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 wrote: > Hi > > TL;DR install sagemath-upstream-binary-full for a

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 wrote: > Hi > > Yes. Thank you. I place a small role in Sage, thanks to all the upstream > developers. > > The

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

2016-02-04 Thread Jan Groenewald
t; >> Graham >> > -- > 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 to

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

2016-02-04 Thread Jan Groenewald
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: 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 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), but it is too difficult to d

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

2016-02-04 Thread Jan Groenewald
s 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 "sage-support" group.

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

2016-02-04 Thread Jan Groenewald
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 to sage-support+u

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

2016-02-03 Thread Jan Groenewald
idea where to 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 Gr

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

2016-02-02 Thread Jan Groenewald
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 it, send an > email to s

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

2016-01-21 Thread Jan Groenewald
> 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. To unsubscribe from thi

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

2015-10-21 Thread Jan Groenewald
gt;> sage: >> Any ideas how to get it working ? with 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 th

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

2015-10-21 Thread Jan Groenewald
so, 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-support"

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

2015-10-13 Thread Jan Groenewald
> 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, Jan -- .~. /V\ Jan Groen

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

2015-10-04 Thread Jan Groenewald
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 Google Groups "sage-suppor

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

2015-10-04 Thread Jan Groenewald
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 ^^-^^ -- Y

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

2015-07-13 Thread Jan Groenewald
p 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 Google Groups "sage-support" group.

  1   2   3   >