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

libmamba solver ignores Python pin #265

Closed
2 tasks done
jonashaag opened this issue Aug 23, 2023 · 2 comments
Closed
2 tasks done

libmamba solver ignores Python pin #265

jonashaag opened this issue Aug 23, 2023 · 2 comments
Labels
locked [bot] locked due to inactivity severity::1 blocker; broken functionality with no workaround source::community catch-all for issues filed by community members type::bug describes erroneous operation, use severity::* to classify the type

Comments

@jonashaag
Copy link

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

If using the libmamba solver, any Python pin is ignored during install. Maybe other pins as well. This is likely the same problem as mamba-org/mamba#2737

$ conda create -p /tmp/myenv -y
$ echo 'python=3.10' > /tmp/myenv/conda-meta/pinned
$ conda install -p /tmp/myenv "numpy=*=py311*" --solver=libmamba
# This will happily upgrade Python to 3.11

Only applies to the libmamba solver.

Conda Info

No response

Conda Config

No response

Conda list

No response

Additional Context

No response

@jonashaag jonashaag added the type::bug describes erroneous operation, use severity::* to classify the type label Aug 23, 2023
@jezdez jezdez transferred this issue from conda/conda Aug 23, 2023
@jezdez
Copy link
Member

jezdez commented Aug 23, 2023

@jonashaag thanks, just moved to the correct repo

@jezdez jezdez added source::community catch-all for issues filed by community members severity::1 blocker; broken functionality with no workaround labels Aug 23, 2023
@jaimergp
Copy link
Contributor

To be fixed by #270

@github-project-automation github-project-automation bot moved this from 🆕 New to 🏁 Done in 🧭 Planning Aug 29, 2023
@jaimergp jaimergp reopened this Aug 29, 2023
@github-project-automation github-project-automation bot moved this from 🏁 Done to 🏗️ In Progress in 🧭 Planning Aug 29, 2023
@github-project-automation github-project-automation bot moved this from 🏗️ In Progress to 🏁 Done in 🧭 Planning Sep 15, 2023
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Aug 28, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity severity::1 blocker; broken functionality with no workaround source::community catch-all for issues filed by community members type::bug describes erroneous operation, use severity::* to classify the type
Projects
Archived in project
Development

No branches or pull requests

3 participants