--
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+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/d07dfbcd-27aa-40b7-8321-b1809dabd92fn%40googlegroups.com.
Awesome to see some progress in this direction!To clarify, with "doesn't include extra executables" you mean that the end-user has to install those manually and then you get a fully working sage?
In https://github.com/sagemath/sage/pull/41415, I was working on building wheels for the sagemath pypi package. Would be nice if you could upstream your generic changes to the wheel building infrastructure.
On Wednesday, April 22, 2026 at 6:13:47 AM UTC+2 wst...@gmail.com wrote:Hi Sage-Devel,For a long time, by far the biggest problem with sagemath is that you can't just easily "pip install" it into standard Python environments. There's now sagelite which is sage, but pip-installable, and packaged in a pypi friendly way, so it's not too big, and doesn't include extra executables like Singular/Maxima/etc. -- just the core extension modules and code. There's a few minor changes, e.g., prefer sympy over maxima for integration.This currently supports python 3.12, 3.13 and 3.14 on x86_64 Linux.The sage binary wheel is about 175MB, and there's dependencies on other wheels like scipy, matplotlib, etc. A clean install is just over 1GB unpacked, with all deps.-- William
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/XPFqMFq3Apw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-devel/cdc35f35-e3b0-4697-a8eb-74e5f7e98fa8n%40googlegroups.com.