Choose channels for the package installation
In the Mamba module, you can use only the following channels:
conda-forge
bioconda
The channels provided by Anaconda, Inc. (default and anaconda channels) have a service fee.
Install the package with specified channels
You can specify channels in the package installation with -c conda-forge
command.
conda install -c conda-forge matplotlib
Check channels in your conda module
conda info