Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda upgrade issue #4

Open
mrakitin opened this issue Jan 14, 2021 · 0 comments
Open

conda upgrade issue #4

mrakitin opened this issue Jan 14, 2021 · 0 comments
Assignees

Comments

@mrakitin
Copy link
Member

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."
    ]
}
@mrakitin mrakitin self-assigned this Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant