Skip to content

Commit

Permalink
Fix #1960: defaults should not be used with conda-forge (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Jan 19, 2023
1 parent e7e389a commit 6a8a409
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/user_guide/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ No other packages should be installed to ``base``

Installing packages other than Conda and Mamba into the ``base`` environment is not supported. Mamba must live in the same environment as Conda, and Conda does not support having packages other than Conda itself and its dependencies in ``base``.

Mixing the ``defaults`` and ``conda-forge`` channels
----------------------------------------------------

Using the ``defaults`` and ``conda-forge`` channels at the same time is not supported, eg. using a channel configuration like this:

.. code-block:: yaml
# NOT supported!
channels:
- conda-forge
- defaults
The `Anaconda default channels <https://docs.anaconda.com/anaconda/user-guide/tasks/using-repositories/>`_ are incompatible with conda-forge.

Mamba broken after Conda update
-------------------------------

Expand Down

0 comments on commit 6a8a409

Please sign in to comment.