Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend troubleshooting docs #2569

Merged
merged 1 commit into from
Jun 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/source/user_guide/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ 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``.

.. _defaults_channels:

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

Expand All @@ -41,7 +43,7 @@ Please disable the default channels in your install command::

mamba create -c nodefaults ...

Or your :file`environment.yml` file:
Or your :file:`environment.yml` file:

.. code-block:: yaml

Expand All @@ -64,6 +66,11 @@ Mamba broken after Conda update

Mamba sometimes stops working if you update to a very recent version of Conda. Please downgrade to the latest working a version and file a bug report in the Mamba bug tracker if the problem has not been reported yet.

libmamba.so.2: undefined symbol ...
-----------------------------------

See ref:`defaults_channels`.

Windows long paths
------------------

Expand Down