You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the next deployment 2021-2.0, we should coordinate time to remove the outdated base conda environment which cannot be updated to the latest version.
fatal: [xf08id-ws1]: FAILED! => {
"changed": true,
"cmd": "/bin/bash -l -c 'conda install -c defaults -n base conda -y'",
"delta": "0:00:07.057408",
"end": "2021-01-14 16:45:31.540338",
"invocation": {
"module_args": {
"_raw_params": "/bin/bash -l -c 'conda install -c defaults -n base conda -y'",
"_uses_shell": true,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2021-01-14 16:45:24.482930",
"stderr": "\nPackagesNotFoundError: The following packages are missing from the target environment:\n - conda-env=2.4.5",
"stderr_lines": [
"",
"PackagesNotFoundError: The following packages are missing from the target environment:",
" - conda-env=2.4.5"
],
"stdout": "Collecting package metadata (repodata.json): ...working... done\nSolving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.",
"stdout_lines": [
"Collecting package metadata (repodata.json): ...working... done",
"Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve."
]
}
The text was updated successfully, but these errors were encountered:
During the next deployment 2021-2.0, we should coordinate time to remove the outdated base conda environment which cannot be updated to the latest version.
The text was updated successfully, but these errors were encountered: