Mon 2019-06-10, Isuru Fernando:
>
> The sage package is outdated at the moment. conda-forge upgraded
> the compilers which resulted in new compiler runtime ABIs, but
> unfortunately sagelib has not been upgraded yet. I hope this will be
> fixed at the end of this month. (And also update from 8.3 to 8.8).
>
> To get the sage package working, you have to currently do the following.
>
> conda create -n sage sage python=2 \
> -c "conda-forge/label/cf201901" \
> -c defaults --override-channels
>
> It takes 5 minutes for me. Hopefully, "conda create -n sage sage" will work soon.
Dear Isuru,
thanks immensely for your work packaging a lot of math software for Conda.
Is it possible to get a Python3-based SageMath in Conda?
Samuel