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

Unpin mamba<2 in dev environment #724

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Oct 4, 2024

Description

This reverts commit 6e6b7cf.

In order to attempt to get this to pass, the dependencies need to be relocked.

@maresb maresb requested a review from a team as a code owner October 4, 2024 07:13
Copy link

netlify bot commented Oct 4, 2024

Deploy Preview for conda-lock failed.

Name Link
🔨 Latest commit c57de42
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/67a124dade194900083a7727

@maresb maresb changed the title Revert "Pin mamba<2 in dev environment" Unpin mamba<2 in dev environment Oct 4, 2024
@maresb
Copy link
Contributor Author

maresb commented Oct 26, 2024

I expect this to be solved by mamba-org/mamba#3467

@@ -424,7 +424,7 @@ def update_specs_for_arch(
entry["name"]: entry
for entry in json.loads(
subprocess.check_output(
[str(conda), "list", "-p", prefix, "--json"],
[str(conda), "list", "--no-pip", "-p", prefix, "--json"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that --no-pip is new in mamba v2.0.6. We need to figure out how to handle the cases mamba >=2,<2.0.6 and mamba <2.

@maresb
Copy link
Contributor Author

maresb commented Feb 5, 2025

Now mamba update --json --dry-run is failing in the CI. I don't have time this week to investigate further, sorry. 😞

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.

1 participant