Skip to content

[conda] - Upgrade incompatible pluggy library to prevent conda installation failure.#1617

Merged
abdurriq merged 1 commit intodevcontainers:mainfrom
Kaniska244:conda-issue-check
Apr 14, 2026
Merged

[conda] - Upgrade incompatible pluggy library to prevent conda installation failure.#1617
abdurriq merged 1 commit intodevcontainers:mainfrom
Kaniska244:conda-issue-check

Conversation

@Kaniska244
Copy link
Copy Markdown
Contributor

Description: Fixes the failing universal image build in devcontainers/images repository. The conda dev container feature is installing the latest available conda version in anaconda 24.5.0 but while installing any python library using conda upgrades conda to 26.3.1 which is incompatible with existing version of existing conda system python library pluggy. Ideally this should be fixed upstream in anaconda but as a workaround upgrading pluggy in the conda feature installation script explicitly.

Changelog:

  • Upgrading pluggy in the conda feature installation script.
  • Added tests.
  • Version bump.

Checklist:

  • All checks are passed.

@Kaniska244 Kaniska244 marked this pull request as ready for review April 9, 2026 11:25
@Kaniska244 Kaniska244 requested a review from a team as a code owner April 9, 2026 11:25
@abdurriq abdurriq merged commit dc8cf55 into devcontainers:main Apr 14, 2026
12 checks passed
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

Successfully merging this pull request may close these issues.

2 participants