Skip to content

Commit 46c92e0

Browse files
authored
GOATS-868: Update installation instructions for channel priority for Conda. (#422)
1 parent 6ba1bb1 commit 46c92e0

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/changes/422.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated installation instructions to have channel priority be flexible to resolve issue with ``linux-64``.

docs/readthedocs/source/installation.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,13 @@ Follow the steps below to install GOATS across all supported platforms.
8787
conda config --add channels conda-forge
8888
conda config --add channels http://astroconda.gemini.edu/public
8989
conda config --add channels https://gemini-hlsw.github.io/goats-infra/conda
90-
conda config --set channel_priority strict
90+
conda config --set channel_priority flexible
9191
9292
.. note::
93-
The ``goats-infra`` channel must be highest priority to ensure GOATS and related packages
94-
are installed correctly. ``astroconda.gemini`` is required for the ``dragons`` dependency.
95-
Most other packages come from ``conda-forge``.
93+
We recommend ``channel_priority: flexible`` for now to avoid incompatibilities caused by
94+
packages in lower-priority channels. ``goats-infra`` should still be listed last so that it
95+
takes precedence. ``astroconda.gemini`` is required for the ``dragons`` dependency, while
96+
most other packages are resolved from ``conda-forge``.
9697

9798
2. Create the GOATS conda environment:
9899

0 commit comments

Comments
 (0)