-
Notifications
You must be signed in to change notification settings - Fork 363
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
Comments
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. |
…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]>
…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]>
…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]>
…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]>
@mathbunnyru: should we close this issue now that mamba 2 can be used? |
I'm working on it :) |
I found one more difference between v1 and v2 v2:
v1:
|
Note the line with v2's output is not compatible with conda's output when some lib was installed specifying version range |
We only use this in testing our images, so I will change the way we do it in |
Let's open a dedicated issue for this? |
Yes, was just doing that 🙂 |
Done: #3646 |
I will merge v2 in docker-stacks tomorrow. I don't think it makes sense to keep this issue open. If something comes up, I will create separate issues. |
@JohanMabille @jjerphan could you please close this issue? |
See details
The text was updated successfully, but these errors were encountered: