Re: [sage-devel] question on Python version when installing 9.6 beta 7

2022-04-10 Thread ph h
Hi, That is OK, your system already has 'distutils.core' which sage needs. Thanks for your verification. Regards, phiho On Sun, Apr 10, 2022 at 6:37 PM 'Nasser M. Abbasi' via sage-devel < sage-devel@googlegroups.com> wrote: > I get the same exact thing as you show. but this had no effect on

Re: [sage-devel] question on Python version when installing 9.6 beta 7

2022-04-10 Thread 'Nasser M. Abbasi' via sage-devel
I get the same exact thing as you show. but this had no effect on sagemath build accepting my external python. >python Python 3.10.4 (main, Mar 24 2022, 16:12:56) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import distutils.core :1: DeprecationW

Re: [sage-devel] question on Python version when installing 9.6 beta 7

2022-04-10 Thread ph h
Hi, > How to check for this 'distutils.core' ? $ python Python 3.10.4 (main, Mar 24 2022, 16:12:56) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import distutils.core :1: DeprecationWarning: The distutils package is deprecated and slated for r

Re: [sage-devel] question on Python version when installing 9.6 beta 7

2022-04-10 Thread 'Nasser M. Abbasi' via sage-devel
How to check for this 'distutils.core' ? YES. the build completed successfully. UsingRC0 just released. [sagetex-3.5] Successfully installed sagetex-3.5 [sagetex-3.5] Deleting temporary build directory [sagetex-3.5] /home/me/sagemath/sage-9.6.rc0/local/var/lib/sage/v

Re: [sage-devel] Trouble with SSH access

2022-04-10 Thread François Bissey
I can’t help but notice that part of the message: “Warning: Identity file /Users/yueqili/.ssh/ssh_key-sage-trac-2 not accessible: No such file or directory.” Are you sure that it is the right file name? François > On 11/04/2022, at 07:23, L Nicole wrote: > > Hi, > > I have the same issue too.

Re: [sage-devel] question on Python version when installing 9.6 beta 7

2022-04-10 Thread ph h
Hi, > sudo apt-get install libpython3.10-dev > ./configure --enable-fricas --with-python=/bin/python3 Would you please verify if you have 'distutils.core' on your system and did the make complete successfully? Regards, phiho On Sun, Apr 10, 2022 at 4:04 PM 'Nasser M. Abbasi' via sage-devel

Re: [sage-devel] question on Python version when installing 9.6 beta 7

2022-04-10 Thread 'Nasser M. Abbasi' via sage-devel
Finally, this made it use install python sudo apt-get install libpython3.10-dev ./configure --enable-fricas --with-python=/bin/python3 gives Checking whether SageMath should install SPKG python3... checking whether any of bzip2 liblzma libffi is installed as or will be installed as SPKG... no c

[sage-devel] sage tests

2022-04-10 Thread ph h
Dear All, Please advise if there are any documentation on the tests performed in the Makefile: TESTALL = ./sage -t --all PTESTALL = ./sage -t -p --all # Flags for ./sage -t --all. # When the documentation is installed, "optional" also includes all tests marked 'sagemath_doc_html', # see https: