26.5.1
Fixed 2
- Fix channel notices display failing with ImportError when a decorated command replaces base python while conda is still running on the previous interpreter by pre-importing conda.notices.views before the command
- Fix crash in UnavailableInvalidChannel and CondaHTTPError when simplejson is installed and a non-JSON HTTP error response is received
Bug fixes
- Fix channel notices display failing with
ImportErrorwhen a decorated command replaces basepythonwhile conda is still running on the previous interpreter. Pre-importconda.notices.viewsbefore the command so post-command display does not load modules from rewrittensite-packages. (#16126 via #16142) - Fix crash in
UnavailableInvalidChannelandCondaHTTPErrorwhensimplejsonis installed and a non-JSON HTTP error response is received. (#16136)
Contributors
- @jezdez
- @kenodegard
Full Changelog: https://github.com/conda/conda/compare/26.5.0...26.5.1