summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-05-18 13:30:57 -0400
committerGitHub <noreply@github.com>2017-05-18 13:30:57 -0400
commit7c96b28478d9b68d13b0c8e46f842c148afe888d (patch)
treec2727664257688fe613340290d01d9c9c7032e41 /source
parentba4b554b7cc7d0086873dd0ec034fb252499a5bd (diff)
downloadastroconda-7c96b28478d9b68d13b0c8e46f842c148afe888d.tar.gz
Add preliminay conda version blacklist
Diffstat (limited to 'source')
-rw-r--r--source/compat.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/compat.rst b/source/compat.rst
index a31e885..4ff5327 100644
--- a/source/compat.rst
+++ b/source/compat.rst
@@ -4,6 +4,17 @@ Compatibility Notices
As the Conda package ecosystem evolves and third-party software updates are released by Continuum and other providers, this may interfere with the stability of other codebases, such as STScI's software. This page will proactively chronicle such events as they occur as well as provide workarounds to these issues.
+Problematic Conda Versions
+==========================
+
+These versions of the conda package and environment management tool itself are known to cause problems when installing Astroconda packages, including pipeline environments. They are to be avoided if at all possible. ``conda --version`` will display the version you have installed.
+
++----------------------------+
+| Avoid use of Conda Version |
++============================+
+| 4.1.6 |
++----------------------------+
+
If you spot a compatibility problem not listed here please let us know by sending an email to `help[at]stsci.edu`.
.. note::