You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/user/tipsandtricks.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ That happens because either the correct version of ``icu``,
21
21
or any other package in the error,
22
22
is not present or the package is missing altogether.
23
23
24
-
Once you can confirm by issuing the command ``conda list`` and searching for the package in question.
24
+
You can confirm this by issuing the command ``conda list`` and searching for the package in question.
25
25
26
26
Why does that happen?
27
27
---------------------
@@ -30,7 +30,8 @@ The ``conda-forge`` and ``defaults`` are not 100% compatible.
30
30
In the example above it is known that ``defaults`` uses ``icu 54.*`` while ``conda-forge`` relies on ``icu 56.*``,
31
31
that mismatch can lead to errors when the install environment is mixing packages from multiple channels.
32
32
33
-
Note: All of conda-forge software pinning can be found at: https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
33
+
.. note::
34
+
All of conda-forge software pinning can be found at: https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
0 commit comments