Open Tarick opened 6 years ago
Conda produces invalid json when using log-level DEBUG, related issue is https://github.com/conda/conda/issues/1162 . So parsing json will be invalid and clean_conda_json will return "error: True" anyway, however, re.match still should be fixed to avoid failing with an exception.
https://github.com/conda/conda/issues/6642 - related to broken json even in INFO mode - progress bar is not suppressed during the installation of packages in conda 4.4.
nb_conda 2.2.1 During installation of the package to env outputs "Internal server error" and stacktrace:
To reproduce - run jupyter-notebook with debug, in conda tab chose environment, chose new package, click icon to install. Note that fixing re.match in envmanager.py#L101 doesn't fixes the issue - I've got other stacktrace trying to create new env after that, as well as "error: True" in the end for the installation of packages.