File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Updated installation instructions to have channel priority be flexible to resolve issue with ``linux-64 ``.
Original file line number Diff line number Diff 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
97982. Create the GOATS conda environment:
9899
You can’t perform that action at this time.
0 commit comments