You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched open reports and couldn't find a duplicate
What happened?
When attempting conda uninstall thing*thing, i.e. uninstalling all packages matching a wildcard, the libmamba solver never matches anything. Consider the following:
$ conda uninstall "lib*blas" --solver libmambaPackagesNotFoundError: The following packages are missing from the target environment: - lib*blas
Specifying the classic solver resolves the right set of packages to remove:
Checklist
What happened?
When attempting
conda uninstall thing*thing
, i.e. uninstalling all packages matching a wildcard, thelibmamba
solver never matches anything. Consider the following:Specifying the
classic
solver resolves the right set of packages to remove:Conda Info
Conda Config
Conda list
Additional Context
test
environment created usingconda create -n test blas
.The text was updated successfully, but these errors were encountered: