conda create -n test conda-forge::jax conda-forge::jaxlib
skips jax
(using libmamba solver only)
#221
Closed
2 tasks done
Labels
Milestone
Checklist
What happened?
Repro:
jax
package spec is skipped inconda create
skips
jax
, only installsjaxlib
:Full output
Reversing the order of specs fixes the issue
Reversing the order of the
conda-forge::jax
andconda-forge::jaxlib
specs makes them both get installed:Both
jax
andjaxlib
are correctly added this time:Full output
Other
conda create
invocations don't exhibit the issueI tried similar, and didn't see the issue with:
-c conda-forge jax jaxlib
(instead ofconda-forge::jax conda-forge::jaxlib
)libmamba-solver
)micromamba
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: