Le vendredi 17 juin 2022 à 19:49:31 UTC+2, [email protected] a écrit :
> On Thursday, June 16, 2022 at 5:56:46 AM UTC-7 [email protected] wrote: > >> this is the first version of Sage that refuses to use the system Python, >> which is 3.8.10. Although only Python 3.7 is officially dropped by this >> version, configure says: >> >> checking for python3 >= 3.8.0, < 3.11.0 with modules sqlite3, ctypes, >> math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip... >> checking ... whether /usr/bin/python3 is good... no, the version is in >> the supported range but cannot import one of the required modules: sqlite3, >> ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip >> > > You may need to install the package "python3-venv". > Indeed, this solves the issue, thanks! After having installed python3-venv, I could build Sage 9.7.beta3 from a fresh git clone with the system Python (3.8.10). I've updated https://sagemanifolds.obspm.fr/install_ubuntu.html accordingly. Eric. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/1e5988fc-feba-4005-a27b-9b4eac40a65fn%40googlegroups.com.
