-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade SageMath in codespace #723
Comments
This turns out to be harder than I thought. Except for Arch and Void linux, no distribution seems to offer 10.x sagemath. So that means either completely redoing the pretext-docker using one of those linux distributions, or installing sagemath from source (which apparently requires 10GB of storage space, and takes upwards of 30 minutes after you have all the build dependencies). So how necessary is this? Or perhaps, I'd welcome a PR on https://github.com/oscarlevin/pretext-docker. |
Well, the origin story for PreTeXt is to support placing Sage in textbooks. A local install is necessary for the "sageplot" element. And also for doctesting "sage" elements, which is an under-appreciated feature. So, it would be shame to not support these features.
A few years back, packages in distributions were unreliable.
In the plus column, building from source is usually easy and reliable.
…On May 20, 2024 3:28:19 AM GMT+03:00, Oscar Levin ***@***.***> wrote:
This turns out to be harder than I thought. Except for Arch and Void linux, no distribution seems to offer 10.x sagemath. So that means either completely redoing the pretext-docker using one of those linux distributions, or installing sagemath from source (which apparently requires 10GB of storage space, and takes upwards of 30 minutes after you have all the build dependencies).
So how necessary is this? Or perhaps, I'd welcome a PR on https://github.com/oscarlevin/pretext-docker.
|
From our project's perspective, I think we've managed to work around this particular bug in SageMath. |
@oscarlevin any chance your experimentation here pushed a change to your Docker image that causes Sage to no longer be installed? |
Fixed the issue with the docker image so at least the old 9.2 version gets installed now. To get a more recent version,
|
In TeamBasedInquiryLearning/precalculus#165 we hit an issue where the version 9.2 of SageMath in our codespace hits a bug when
detect_poles=True
, which is fixed at least in SageMath 9.7. Can we upgrade our codespace SageMath to the most recent version?The text was updated successfully, but these errors were encountered: