Open Baobab1204 opened 1 month 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
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
and use the search bar at the top of the page.
What should I do ? Thank you