-
Notifications
You must be signed in to change notification settings - Fork 376
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 failed to parse complicated re package spec as conda #3169
Comments
Do the selectors work when not using regexes but simple wildcards? |
yes |
Hello, yes I can confirm this is not implemented, neither in libolv, nor (yet) in our replacement. |
This is a duplicate of #1853. I submitted a PR for |
Try pinging the maintainer, worked for me |
We'll soon be able to provided our own matchspec, so the PR is not strictly required. |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
#1853
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
Here is a complicated package spec
libblas[build=^.*(accelerate|mkl)$]
, conda could parse it correctly and givelibblas-3.9.0-21_osx64_accelerate
, while mamba wrongly giveslibblas-3.9.0-21_osx64_openblas
. It seems mamba simply omitted those selectors.mamba info / micromamba info
Logs
environment.yml
~/.condarc
No response
The text was updated successfully, but these errors were encountered: