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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
If I install conda create -n jaxcuda jax "jaxlib==*=*cuda*", in conda list the jax-cuda12-pjrt and jax-cuda12-plugin are indicated as packages installed by pypi, even if they are actually one of the three python packages installed by the jaxlib conda package:
I noticed that pip list --verbose | grep jax does not indicate the installation method of jaxlib, jax-cuda12-pjrt and jax-cuda12-plugin, so I guess it could be related:
manually adding a file named "INSTALLER" with content conda in the package metadata fixes the pip list --verbose output, but not the conda list output.
A similar case is the opencv package that contains the opencv-python and opencv-python-headless python packages, but in that case this two packages are not listed under pypi in conda list.
traversaro
changed the title
After installing latest jaxlib package, pip list indicates jax-cuda12-pjrt and jax-cuda12-plugin as pypi installed packages
After installing latest jaxlib package, conda list indicates jax-cuda12-pjrt and jax-cuda12-plugin as pypi installed packages
Dec 10, 2024
Solution to issue cannot be found in the documentation.
Issue
If I install
conda create -n jaxcuda jax "jaxlib==*=*cuda*"
, inconda list
thejax-cuda12-pjrt
andjax-cuda12-plugin
are indicated as packages installed by pypi, even if they are actually one of the three python packages installed by thejaxlib
conda package:I noticed that
pip list --verbose | grep jax
does not indicate the installation method ofjaxlib
,jax-cuda12-pjrt
andjax-cuda12-plugin
, so I guess it could be related:manually adding a file named "INSTALLER" with content
conda
in the package metadata fixes thepip list --verbose
output, but not theconda list
output.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: