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/sagem
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, Emmanu
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
&g
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
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
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
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
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
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
Hi
Yes, the old CPU is the most likely answer.
I have a lab full of duo core which started crashing a year or two ago
(some parts of sage at least, like anything using numpy),
which you found in an old report of mine.
Regards,
Jan
On Tue, 15 Aug 2023 at 12:45, 'Michel VAN DEN BERGH'
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@googlegrou
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 <
Hi
I have no experience with this but google finds this:
https://ask.sagemath.org/question/59155/change-sagemath-notebook-browser/
Regards,
Jan
On Tue, 8 Aug 2023 at 23:04, Jesper R. wrote:
> Hi,
>
> That sound like great fun (Irony may accrue). :)
>
> Do you by any chance h
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,
Jan
On Mon, 7 Aug 2023 at 18:46, Jesper R. wrote:
> I am so sorry Jan, your are right it is not 20.00 I
/question/68014/no-3d-graphics-with-sage-98-using-conda-forge/
(Isolate a firefox issue from a sagemath issue by trying chromium, also try
your plot on https://sagecell.sagemath.org/ )
Regards,
Jan
On Mon, 7 Aug 2023 at 00:49, Jesper R. wrote:
> I am having trouble getting plot3d to work on Ubu
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
there.
Also I would suggest including an example of a few lines of code and
exactly how they succeed or fail, i.e. expand your question a bit.
Regards,
Jan
On Thu, 29 Jun 2023 at 18:52, swati wrote:
> Hello,
> I am a beginner is Sage and I have trouble proving \eta(24z)^(11) to be a
TH...
>
And which version of system givaro installed?
Regards,
Jan
>
> On Thursday, June 1, 2023 at 1:54:06 PM UTC-4 Luis Finotti wrote:
>
>> On Thursday, June 1, 2023 at 12:46:33 PM UTC-4 Nils Bruin wrote:
>>
>>
>> I don't think jupyter cares about gi
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
>
>
/)
Regards,
Jan
On Tue, 30 May 2023 at 18:48, Nils Bruin wrote:
> On Tuesday, 30 May 2023 at 06:09:23 UTC-7 Luis Finotti wrote:
>
>
> I looked at it, but I cannot tell if it is really the same issue, or how I
> could check.
>
> well ... it looks like the symbol that is found u
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
"
> sage: ggap.console()
> ---
> AttributeErrorTraceback (most recent call last)
> Cell In [3], line 1
> > 1 ggap.console()
>
> AttributeError: module 'sage.interfaces.gap' has no attribute 'console
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 b
.
Regards,
Jan
On Wed, 8 Feb 2023 at 22:57, John H Palmieri wrote:
> For what it's worth, every now and then I create a virtual linux machine
> and build Sage from source using the instructions in the installation
> guide, including installing the recommended prerequisite software.
ring'
> >
>
Looks like
https://bugs.launchpad.net/ubuntu/+source/sagemath/+bug/1899175
Regards,
Jan
--
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 sa
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
notebook still works.
>>>>>
>>>>> Suggestions ?
>>>>>
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "sage-support" group.
>>
How did you start python?
(and I guess why not use sage directly, but that is another question.
Run in a terminal:
python3
or
ipython3
or
jupyter notebook
... then try again.
Regards,
Jan
On Sat, 23 Oct 2021 at 19:55, Dew Debra wrote:
> I want to run sage scripts using python3
Hi
Your initial error said Read Only Filesystem.
This is probably not related to sage. Perhaps your filesystem filled up or
there is another problem?
Regards,
Jan
On Sun, 14 Mar 2021 at 21:24, Anita Rojas wrote:
> Dear Developers, I hope you are well. Here I am struggling with
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
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
/( )\
#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
It's /usr not usr, but you don't need to cd (change directory) to there.
Since you have /usr/bin/sage, you have a sage installed from apt, not from
your download / untar.
Just type sage in a terminal.
Or sage --notebook for a GUI interface in a browser.
Regards,
Jan
Regards,
Jan
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
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
--
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
Hi
On Tue, 14 Jan 2020 at 12:11, Александр Ватузов wrote:
> I have a problem with sage on python3, example sage9.0
>
> simple code:
>
> import mpmath
> mpmath.mp.prec = 1000 #on 700 all is ok
> mpmath.findroot(lambda x: x^2 - 3, 2)
>
> error:
> ) failed:
> Sys
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
││
│ 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
Hi
Try
sudo chown -R hassan:hassan /home/hassan/.sage
then try run sage as hassan (not sudo) again.
Regards,
Jan
On Tue, 24 Dec 2019 at 05:31, Hassan Mostafa
wrote:
> operating system is Ubuntu 18.04.3 LTS
>
> O.S type is 64 bit.
>
> steps:
>
> 1. downloaded sage-8.
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
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\
Hi
Open a terminal and type sage (if installed from package manager).
Open a terminal, cd into the sage installation folder, type ./sage (if
installed from binary or source).
Regards,
Jan
On Mon, 18 Mar 2019 at 10:38, Deepak Pawar
wrote:
> Ubuntu 16.4
>
> On Mon, Mar 18, 2019 at 1:
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
;
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
tracks a few
days or weeks
behind Debian Unstable, and is a good place to get the latest almost
latest sagemath
in a distribution packaged format.
Regards,
Jan
On Fri, 2 Nov 2018 at 15:09, HG wrote:
> Disco Dingo future ubuntu 19.04 has sagemath-8.4.2 for those who could be
> interested (ve
Hi
I thought there were no binary tarballs for 18.04?
http://files.sagemath.org/linux/64bit/index.html
Regards,
Jan
On Sun, 12 Aug 2018 at 13:57, Graham Gerrard
wrote:
> Hi Jan
>
> I initially installed from the binary tarball. Successfully tried
>
> sudo apt install tk t
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.
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"
>
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
>
>
--
.~.
You can test whatever you have in an Exec line in a terminal, and then
instead of the terminal closing, you might read the output.
Regards,
Jan
On 18 February 2018 at 20:48, Karthik Jayadevan
wrote:
> Hi
>
> Thanks for the reply. Did you mean I should change the Exec line in the
>
Hi
I see you run
/usr/local/bin/sage /home/karthikjayd/Sage/notebook.sage
from the desktop file. I think that should just be /usr/local/bin/sage
--notebook=jupyter
Regards,
Jan
On 18 February 2018 at 18:14, Karthik Jayadevan
wrote:
> I tried running this as you told, and did a reboot. St
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
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&
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
Hi
Since sage is now in debian, the PPA is unlikely to be updated often, if at
all.
On a new ubuntu, sage is inherited from Debian. If someone is interested in
maintaining that feel free to contact me off-list.
Regards,
Jan
On 2 September 2017 at 17:17, HG wrote:
> I would like to know w
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
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
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?
Hi
On 2 May 2017 at 09:57, Venkataraman S wrote:
> Sage crashes in Ubuntu 17.04. I have attached the
> crash report. The problem seems to be with Ipython.
> * SageMath version 7.6, Release Date: 2017-03-25 *
> Best,
>
Do you have libgfortran3 installed?
Regards,
Jan
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
Hi Vincent
On 27 January 2017 at 16:39, Vincent Delecroix <20100.delecr...@gmail.com>
wrote:
> Hi Jan,
>
> Could the dependencies be part of the ppa metadata? That would be simpler
> for users to have fully automated process.
>
I thought it was, but seems not to be (an
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
Hi Gabriel
On 10 January 2017 at 02:07, gabriel minian wrote:
> Dear Jan,
>
> I am using Kubuntu 16.10 (64 bits) and I have recently installed the Sage
> package from PPA.
> It works fine but when I try to install the GAP SmallGroups Library (using
> "sage -i databa
Hi
This is fixed but not in a stable release, use 7.3 or compile from source.
Regards,
Jan
On 9 January 2017 at 15:18, malresser wrote:
> /home/muhammet/D/program_files/SageMath/local/lib/
> libpython2.7.so.1.0(PyRun_FileExFlags+0x92)[0x7f9c7df7d732]
> /home/muhammet/D/program_files
;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
ImportError: libgfortran.so.3: cannot open shared object file: No such
file or directory
Hi
do you have libgfortran installed?
Regards,
Jan
On 9 December 2016 at 19:13, Girish Belkar wrote:
> I extracted the file to home folder and ran the command ./sage
> I got the attached crash
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
/tree/master/src
and save them in your $SAGE_ROOT/ (/usr/lib/sagemath)
and try again. The exact versions from the 7.4 binary (for 14.04) are
attached.
(I'll only be updating the PPA with 7.5 due to the CPU bug
https://trac.sagemath.org/ticket/21772
but thanks for spotting this)
Regards,
Jan
Hi Henri,
Can you send me the output in English? I think something like set LC_ALL=C
should work.
Regards,
Jan
On 6 November 2016 at 23:01, Henri Girard wrote:
> Well I downgraded to 7.3. I guess it probably works with 7.4 because when
> I tried to make it with 7.3 I had the same prob
Hi
Did you install sagemath-upstream-binary-full?
Did you use sudo to install manifolds?
Regards,
Jan
On 5 November 2016 at 23:53, Henri Girard wrote:
> thanks... Anyway works fine for me, but I am trying sagemanifolds update
> and I have this error, I don't understand it.
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,
>
Hi
7.4 binaries crash on CPUs older than 2 years (without BMI CPU flags). I
have not uploaded them.
Regards,
Jan
On 5 November 2016 at 17:48, HG wrote:
> Just for my info :
>
> I am using yakkety and I choose xenial for getting sagemath-dev from ppa
> where I saw it can be in
Hi
Looks like you ran some commands as root, and don' t own your install, also
why sudo actually works. Do
sudo chown -R sebastian:sebastian /home/sebastian/.sage
to fix it.
Regards,
Jan
On 10 July 2016 at 07:13, Sebastian Oehms wrote:
> Hello,
>
> I have sage7.2 Installation
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
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
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:
>
. 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-
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,
Hi
You should use apt-add-repository ppa:aims/sagemath without the -dev.
Regards,
Jan
On 28 February 2016 at 16:38, HG wrote:
>
>
> *Just install this : apt-add-repository ppa:aims/sagemath-dev and leave it
> in its path !*(/usr/lib/sagemath)
>
>
>
> Le samedi 27 fév
Hi
On 26 February 2016 at 13:29, Dima Pasechnik wrote:
>
>
> On Thursday, February 25, 2016 at 10:56:57 AM UTC, Thanh Luong Ta wrote:
>>
>> Hi Jan,
>> I download the sage on http://ftp.kaist.ac.kr/sage/linux/64bit/index.html.
>> I installed by unpacking
Hi
Can you paste the link of the sage you downloaded, and what you typed to
install it?
Regards,
Jan
On 25 February 2016 at 12:36, Thanh Luong Ta wrote:
> Hello everyone,
> I downloaded sage 6.10 for ubuntu 14.04. When i install sage, it take some
> error
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
/
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
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
nderstand makes it
extremely hard to debianize, but also hard enough for me to just to copy
into place.
Regards,
Jan
On 4 February 2016 at 17:00, Graham Gerrard
wrote:
> Have sorted out most of the problem here.
>
> (a) Installation time for 7.0 only 7 minutes not 30, sorry (went for
Hi
Yes, I know about the icon error, it will be fixed in the next version.
Actually I will copy the icon in to the package so I don't get bitten by
the path filename changes.
Unless that can be done upstream.
Regards,
Jan
On 4 February 2016 at 22:09, Jacopo wrote:
> Ok, apparently
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
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.
sagemath-upstream-binary (without -full) since the
SAGE_ROOT/src folder is missing and many files you need for rebuilding sage.
I will try to release a 7.0.1 (rather than waiting for 7.1) which also
fixes the smaller sagemath-upstream-binary in the PPAs. Note 7.0 is now in
the stable PPA for
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
pires.
Regards,
Jan
On 2 February 2016 at 22:50, Volker Braun wrote:
> Is this the Ubuntu PPA? I think thats not working right now. Whoever is
> maintaining it (Jan?) should probably revert it until its fixed.
>
>
>
> On Tuesday, February 2, 2016 at 6:16:08 PM UTC+1, Samuel Lelievre
>
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
Hi
I guess, but this will apply to the stable PPA as well, until we add a
sagemath user.
Regards,
Jan
On 21 October 2015 at 11:38, HG wrote:
> Everything works fine now (I did as you suggested Jan)
> Thank you very much.
> I am sorry I might have done this mailing on sage-dev as I
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"
>
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
Hi
Near the end it says:
configure: error: You cannot build Sage as root, switch to a unpriviledged
user
If you would like to try to build Sage anyway (to help porting),
Try building as your usual user, not as root.
Regards,
Jan
On 4 October 2015 at 18:22, Dmitrij Moreinis
wrote:
> I h
Hi
It has changed to
sage -pip install pyopenssl
Regards,
Jan
On 4 October 2015 at 11:00, Topaze wrote:
> Hello Sage team.
>
> Tittle says it all. My attempt :
>
> mainuser@station1:~/softwares/sage-6.8$ ./sage -i pyopenssl
> Attempting to download package pyopenssl
>
Hi
They do look equal:
sage: m.n()
3.82247666339266e53
sage: m1.n()
3.82247666339266e53
Regards,
Jan
On 13 July 2015 at 08:54, David Goldberg wrote:
> This is in SageMath Version 6.6, Release Date: 2015-04-14 running on a
> MacBook. The following lines print 'equal', even
nd FR docs,
and we're also removing the built-in git.
Regards,
Jan
On 2 June 2015 at 04:56, Huayi Wei wrote:
> Hi, Jan,
>
> Thanks very much. My sage can work well now.
>
> Best
>
> Huayi
>
> On 2015年06月01日 14:15, Jan Groenewald wrote:
>
> Hi
>
&
1 - 100 of 279 matches
Mail list logo