Hi Joseph,

thanks for the notification. We had simply forgotten to update the sage
package. We are now in the process of providing the sage 9.6 package for
conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77. 

* Joseph Nasser <joseph.nasse...@gmail.com> [2022-07-11 11:54:04 -0700]:
> Is it possible to install sage 9.6 through conda? If so, how?

In the meantime, you can install a (hopefully mostly functional)
SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment,
e.g.,

mamba create -n sage96 python=3.10
conda activate sage96
mamba install --only-deps sage=9.5
mamba install sagelib=9.6

You might have to replace mamba with conda if you don't have mamba
installed.


julian

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/20220712092113.ek32awpoiko7cw5s%40wigwum.

Reply via email to