conda-forge / sage-feedstock

A conda-smithy repository for sage.
BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

sagemath installation #102

Open Baobab1204 opened 1 month ago

Baobab1204 commented 1 month ago

Comment:

Hi

I am trying to install sagemath in Ubuntu. I typed "conda create -n sage sage python=3.11" and I received the below message.

Channels:

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

What should I do ? Thank you

TrueVanner commented 1 week ago

If you still have this issue, I managed to resolve it by running the following 2 commands from https://doc.sagemath.org/html/en/installation/conda.html:

conda config --add channels conda-forge conda config --set channel_priority strict