Re: [sage-devel] Re: PROPOSAL: remove python3 spkg from Sage

2025-04-05 Thread Trevor Karn
If a user does not already have python3 installed on their system, this proposal would make installing python3 a prerequisite for installing Sage right? Is that something that we want to make users do? On Monday, March 31, 2025 at 9:29:27 AM UTC-5 dim...@gmail.com wrote: > On Mon, Mar 31, 2025 a

[sage-devel] Re: PROPOSAL: remove python3 spkg from Sage

2025-04-05 Thread Emmanuel Charpentier
Wouldn't that entail to have to maintain support for a wider selection of Python versions ? Le lundi 31 mars 2025 à 05:05:51 UTC+2, dim...@gmail.com a écrit : > I propose to remove python3 (and sqlite - which has no other consumers) > from the list of Sage spkgs (packages). > Anno 2025 one has s

Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-05 Thread Nathan Dunfield
Dima, I looked through the logs, do you agree the following is a rough summary of the issue in this case? The user building Sage from source uses a package manager that installs software in /opt/homebrew/. They had some components of Sage installed in /opt/homebrew but fewer than we recommend

Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-05 Thread 'tobia...@gmx.de' via sage-devel
What are good criteria for evaluating different ways to install Python? - Reliability - Installation speed - Disk space used after installation - Ease of use for end users - Suitability for distributions - Suitability for the macO

Re: [sage-devel] SAGE_NUM_THREADS

2025-04-05 Thread enriqu...@gmail.com
I tried this patch in 10.6rc0 since the variable has no effect and I got a similar error (the same one making system jupyterlab unusable with this kernel): wher the last line is: pkg_resources.ContextualVersionConflict: (numpy 2.2.3 (/usr/local/sagedev/local/var/lib/sage/venv-python3.13/lib/pyth

Re: [sage-devel] Error Building Sage

2025-04-05 Thread Dima Pasechnik
Do you use Homebrew? Please post top-level config.log On 29 March 2025 01:29:35 GMT-05:00, 'Vishal Shahi' via sage-devel wrote: > > >Dear Sage Development Team, > >I am experiencing an issue while building Sage on my MacBook Air M1 running >macOS Sequoia. I followed all instructions outlined in

Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-05 Thread Trevor Karn
> > >- > >Reliability >- > >Installation speed >- > >Disk space used after installation >- > >Ease of use for end users >- > >Suitability for distributions >- > >Suitability for the macOS app (listed separately due to its unique >packaging and dis

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-05 Thread Dima Pasechnik
Oh, this is yet another example of the harm caused by the presence of Python spkg, this time on Ubuntu in WSL. Can you install Python from the system (it has to be Python 3.11 or newer, possibly you need to use a ppa, if there is no official Python 3.11 package available), and use it, instead o

[sage-devel] Proposal: "gfun-Style Interface for Recurrences/ODEs"

2025-04-05 Thread 'Vishal Shahi' via sage-devel
## [t: enhancement] [c: algebra] Implement gfun-style interface for recurrence/ODE tools and document equivalence with Maple ## Overview Hello SageMath Community, I’m preparing a GitHub issue to enhance SageMath’s support for recurrences and differential equations by creating a unified interfac