Can't install SageMath 10.2 with conda

asked 2024-03-07 18:03:23 +0100

matthias gravatar image

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).
edit retag flag offensive close merge delete

Comments

Maybe the discussion in this thread is relevant: https://groups.google.com/g/sage-deve...

eric_g gravatar imageeric_g ( 2024-03-11 11:30:40 +0100 )edit

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...

matthias gravatar imagematthias ( 2024-03-16 00:05:51 +0100 )edit