Can't install SageMath 10.2 with conda
The command
conda create -n sage102-py312 sage=10.2 python==3.12
fails with the error below. The conda version is 24.1.2. Mac OS version is 13.3. It seems that the latest maxima version on conda-forge is:
maxima conda-forge/osx-arm64::maxima-5.45.0-h6032a66_2
How can I fix this?
Channels:
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides maxima >=5.46.0,<6 needed by sage-10.2-hd8ed1ab_0
Could not solve for environment specs
The following package could not be installed
└─ sage 10.2** is not installable because it requires
└─ maxima >=5.46.0,<6 , which does not exist (perhaps a missing channel).
Maybe the discussion in this thread is relevant: https://groups.google.com/g/sage-deve...
That problem is also conda related but about a different package. I filed a bug about my problem here: https://github.com/conda-forge/maxima...