From 7c96b28478d9b68d13b0c8e46f842c148afe888d Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 18 May 2017 13:30:57 -0400 Subject: Add preliminay conda version blacklist --- source/compat.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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:: -- cgit