-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conda install regression #591
Comments
Thanks for filing this issue. We'll happy to help track down the source of the possible regression, but I'm currently having a difficult time recreating the error. When I run the command as you have written it, everything works on the command line via a normal terminal (iTerm2 in my case). But, I can see that your command begins with a To figure out why this is happening, I believe we need to figure out why this:
Is being converted to this:
For more context, I've included the install plan that was generated when running the command directly inside of a docker container: Package install plan
|
That might be a libmamba v2 reporting artifact. It would be interesting to see the verbose |
I can reproduce locally. The following alternative works in the meantime:
I checked with In the meantime, we can transfer this to |
Opened mamba-org/mamba#3699 |
Thanks for the info!
Which expands into a .* Regex that works. I ran it both via Jupyter on Google colab, but also locally on a windows machine via CMD. |
Checklist
What happened?
Stopped working between conda 24.9.1 (works) and conda conda 24.11.1
The problem happens on both Windows and Linux; on several different machines.
What I suspect is that there was a breaking change that disobeyed semver and the * operator no longer works like it used to.
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: