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

mamba 2 breaks Jupyter docker-stacks #3506

Open
JohanMabille opened this issue Oct 4, 2024 · 2 comments
Open

mamba 2 breaks Jupyter docker-stacks #3506

JohanMabille opened this issue Oct 4, 2024 · 2 comments

Comments

@JohanMabille
Copy link
Member

See details

@mathbunnyru
Copy link
Contributor

mathbunnyru commented Oct 23, 2024

I think this is now the only issue which prevents Jupyter Docker Stacks from switching to v2: #3503

As far as I see, conda-libmamba-solver is now compatible with v2, so we're waiting for the new version to be released.
And also waiting for a new release of mamba, to include fixes made here.

@mathbunnyru
Copy link
Contributor

One more issue preventing us from updating: #3582
I submitted the fix: #3590

philroche added a commit to philroche/os that referenced this issue Nov 14, 2024
…pport for libmamba 2.0

We have already released packages updates to libmamba and subpackages which is a major version jump from 1.5 to 2.0.

This caused failures in the conda packages and images due to py3-conda-libmamba-solver not yet supporting libmamba 2.0.

There is not yet an upstream release of conda-libmamba-solver with mamba 2.0 support for there is a release candidate
branch @ https://github.com/conda/conda-libmamba-solver/tree/24.11.0rc awaiting release.

We have broken dependent packages so we cannot wait for upstream to release.

As such I have cherrypicked the relevant 2.0 support commits from the 24.11.0rc branch.

This resolves the issues seen with conda and libmamba.

Full diff for conda-libmamba-solver @  conda/conda-libmamba-solver@24.9.0...24.11.0rc

mamba-org/mamba#3506 was the most helpful in finding the work to support libmamba 2.0
Signed-off-by: philroche <[email protected]>
philroche added a commit to philroche/os that referenced this issue Nov 14, 2024
…pport for libmamba 2.0

We have already released packages updates to libmamba and subpackages which is a major version jump from 1.5 to 2.0.

This caused failures in the conda packages and images due to py3-conda-libmamba-solver not yet supporting libmamba 2.0.

There is not yet an upstream release of conda-libmamba-solver with mamba 2.0 support for there is a release candidate
branch @ https://github.com/conda/conda-libmamba-solver/tree/24.11.0rc awaiting release.

We have broken dependent packages so we cannot wait for upstream to release.

As such I have cherrypicked the relevant 2.0 support commits from the 24.11.0rc branch.

This resolves the issues seen with conda and libmamba.

Full diff for conda-libmamba-solver @  conda/conda-libmamba-solver@24.9.0...24.11.0rc

mamba-org/mamba#3506 was the most helpful in finding the work to support libmamba 2.0
Signed-off-by: philroche <[email protected]>
philroche added a commit to wolfi-dev/os that referenced this issue Nov 14, 2024
…pport for libmamba 2.0 (#34145)

We have already released packages updates to libmamba and subpackages
which is a major version jump from 1.5 to 2.0.

This caused failures in the conda packages and images due to
py3-conda-libmamba-solver not yet supporting libmamba 2.0.

There is not yet an upstream release of conda-libmamba-solver with mamba
2.0 support but there is a release candidate
branch @ https://github.com/conda/conda-libmamba-solver/tree/24.11.0rc
awaiting release.

We have broken dependent packages so we cannot wait for upstream to
release.

As such I have cherrypicked the relevant 2.0 support commits from the
24.11.0rc branch.

This resolves the issues seen with conda and libmamba.

Full diff for conda-libmamba-solver @
conda/conda-libmamba-solver@24.9.0...24.11.0rc

mamba-org/mamba#3506 was the most helpful in
finding the work to support libmamba 2.0
Signed-off-by: philroche <[email protected]>

Signed-off-by: philroche <[email protected]>
dannf pushed a commit to dannf/os that referenced this issue Nov 15, 2024
…pport for libmamba 2.0 (wolfi-dev#34145)

We have already released packages updates to libmamba and subpackages
which is a major version jump from 1.5 to 2.0.

This caused failures in the conda packages and images due to
py3-conda-libmamba-solver not yet supporting libmamba 2.0.

There is not yet an upstream release of conda-libmamba-solver with mamba
2.0 support but there is a release candidate
branch @ https://github.com/conda/conda-libmamba-solver/tree/24.11.0rc
awaiting release.

We have broken dependent packages so we cannot wait for upstream to
release.

As such I have cherrypicked the relevant 2.0 support commits from the
24.11.0rc branch.

This resolves the issues seen with conda and libmamba.

Full diff for conda-libmamba-solver @
conda/conda-libmamba-solver@24.9.0...24.11.0rc

mamba-org/mamba#3506 was the most helpful in
finding the work to support libmamba 2.0
Signed-off-by: philroche <[email protected]>

Signed-off-by: philroche <[email protected]>
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

2 participants