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

2022-04-09 Thread 'Nasser M. Abbasi' via sage-devel
This might be useful: " You can also use --with-python=/path/to/python3_binary to tell Sage to use /path/to/python3_binary to set up the venv. Note that setting up venv requires a number of Python modules to be available within the Python in question. Currently, for Sage 9.2, these modules ar

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

2022-04-09 Thread ph h
> configure informs you about the system packages that should be installed. > It's on the last screen of the configure output. Would it be too late to fix the issues related to python3-1.0.4 after 'configure' was run? Any way, this is the last screen of configure output: config.status: creating

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

2022-04-09 Thread ph h
Hi, In that case, maybe 'configure' should try to re-install 'distutils.core' and use the python3-3.10.x (or python3-3.11.x later on) available on the system instead of rebuilding the whole python3? Your help and patience is much appreciated. Regards, phiho On Sat, Apr 9, 2022 at 1:29 PM Di

[sage-devel] Re: integrate() doesn't respect "real_part"

2022-04-09 Thread dmo...@deductivepress.ca
Thanks for the bug report. I opened trac tickets #33664 and #33665 , because there actually seem to be two problems: the interface to maxima, and the interface to giac. On Friday, April 8, 2022 at 9:23:51 AM UTC-6

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

2022-04-09 Thread Dima Pasechnik
On Sat, Apr 9, 2022 at 4:50 PM ph h wrote: > > $ 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 sqlite3, ctypes, math, hashlib, crypt, socket, zlib, > >>> distutils.core, ssl > :1: Dep

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

2022-04-09 Thread Matthias Koeppe
configure informs you about the system packages that should be installed. It's on the last screen of the configure output. On Saturday, April 9, 2022 at 8:50:01 AM UTC-7 hohoa...@gmail.com wrote: > $ python > Python 3.10.4 (main, Mar 24 2022, 16:12:56) [GCC 9.4.0] on linux > Type "help", "copy

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

2022-04-09 Thread ph h
$ 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 sqlite3, ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl :1: DeprecationWarning: The distutils package is deprecated and slated

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

2022-04-09 Thread Dima Pasechnik
On Sat, Apr 9, 2022 at 2:14 AM ph h wrote: > > > >> sudo apt-get install libffi-dev > > > Thanks, that works. > But ... > > $ python --version > Python 3.10.4 > > $ python3 --version > Python 3.10.4 > > $ sudo apt-get install python3.10-dev > Reading package lists... Done > Building dependenc