[sage-devel] What should Sage import by default?

2020-09-01 Thread John H Palmieri
There is a ticket (https://trac.sagemath.org/ticket/25383) about removing some Sage functions from the global namespace, which I think is a good idea. But Sage also imports some Python modules: - os - sys - operator - math - warnings Should we keep all of these? Remove all? Keep some? --

Re: [sage-devel] trouble compiling development version

2020-09-01 Thread Anne Schilling
Thank you, everyone, for your comments! The laptop indeed used the wrong python3 configuration. This is likely due to the fact that I copied all my files from an old laptop over, so it got confused. Sage builds now again! Thank you, Anne On Tuesday, September 1, 2020 at 3:56:05 PM UTC-7

Re: [sage-devel] Re: trouble compiling development version

2020-09-01 Thread Matthias Koeppe
Could you also post the output that the command "env" gives? On Tuesday, September 1, 2020 at 2:36:19 PM UTC-7, Anne Schilling wrote: > > Here is the top level log file: > > https://www.math.ucdavis.edu/~anne/ > config.log > > I did run

Re: [sage-devel] trouble compiling development version

2020-09-01 Thread Zachary Scherr
Also, it says that you have homebrew on your system. Does 'brew doctor' complain about having python on your path? Maybe you might want to try to delete all of the old versions of python on your system and remove them from your PATH. You might also consider following the homebrew

Re: [sage-devel] trouble compiling development version

2020-09-01 Thread Zachary Scherr
You said that you are running 10.15.6 but something looks very bizarre with the python3 that configure is picking up. It looks like it is using /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 since this python is first in your PATH. Could you try running this python and then

Re: [sage-devel] trouble compiling development version

2020-09-01 Thread Dima Pasechnik
On Tue, Sep 1, 2020 at 6:13 PM Anne Schilling wrote: > > Hi! > > I am having trouble (once again) to compile the latest development version of > sage, see > > https://www.math.ucdavis.edu/~anne/kiwisolver-1.0.1.log > > This is on MacOS 10.15.6. > > Any ideas? see

Re: [sage-devel] Re: trouble compiling development version

2020-09-01 Thread Anne Schilling
Here is the top level log file: https://www.math.ucdavis.edu/~anne/ config.log I did run ./configure before make. Anne On 9/1/20 10:52 AM, Matthias Koeppe wrote: > Please post the top-level config.log too > > On Tuesday, September 1,

Re: [sage-devel] trouble compiling development version

2020-09-01 Thread 'Reimundo Heluani' via sage-devel
There are a bunch of errors like error: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.6" but "10.9" during configure Did you run configure before make? R On September 1, 2020 2:13:22 PM GMT-03:00, Anne Schilling wrote: >Hi! > >I am having trouble (once again) to compile the latest development

[sage-devel] Re: trouble compiling development version

2020-09-01 Thread Matthias Koeppe
Please post the top-level config.log too On Tuesday, September 1, 2020 at 10:13:22 AM UTC-7, Anne Schilling wrote: > > Hi! > > I am having trouble (once again) to compile the latest development version > of sage, see > > https://www.math.ucdavis.edu/~anne/kiwisolver-1.0.1.log > > This is on

[sage-devel] trouble compiling development version

2020-09-01 Thread Anne Schilling
Hi! I am having trouble (once again) to compile the latest development version of sage, see https://www.math.ucdavis.edu/~anne/kiwisolver-1.0.1.log This is on MacOS 10.15.6. Any ideas? Anne [maxima-5.44.0] Copying package files from temporary location

Re: [sage-devel] Re: unable to open some sobj-files computed on earlier versions of sage with sage9.1

2020-09-01 Thread thierry
Hi, perhaps a poor man's approach that could be considered in the strategy is to extend the ability of Sage to provide to the user a way to regenerate from the interpreter the objects that it constructed, with the sage_input function: sage: M = random_matrix(ZZ,3,3)

Re: [sage-devel] Need help in English, French, German, Japanese and Portuguese for 30212

2020-09-01 Thread Samuel Lelievre
Thanks all! The ticket got positive review. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on

[sage-devel] pari-seadata

2020-09-01 Thread Nicolo' Piazzalunga
I have a slight confusion: for pari, does sage need the seadata package, or is the -small version enough? Thanks. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [sage-devel] Need help in English, French, German, Japanese and Portuguese for 30212

2020-09-01 Thread 'Reimundo Heluani' via sage-devel
PS. That was the whole sentence starting with : rendering of the... And not just the changed lines in English R On August 31, 2020 2:40:19 PM GMT-03:00, David Coudert wrote: >anyone around you able to do the Japanese translation ? it's 2 lines... > >Le lundi 31 août 2020 à 12:41:37 UTC+2,

Re: [sage-devel] Need help in English, French, German, Japanese and Portuguese for 30212

2020-09-01 Thread 'Reimundo Heluani' via sage-devel
I got this from Tomoyuki Arakawa at RIMS 組合せ論的グラフをレンダリングするためには次のファイルの最新版が必要です。 tkz-graph.sty  (https://www.ctan.org/pkg/tkz-graph から取得) tkz-arith.sty と(たぶん)tkz-berge.sty (https://www.ctan.org/pkg/tkz-berge から取得). On August 31, 2020 2:40:19 PM GMT-03:00, David Coudert wrote: >anyone around