Skip to content
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

[Fix] Could not find a version that satisfies the requirement jaxlib==0.4.25+cuda12.cudnn89 #170

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

BIEMAX
Copy link

@BIEMAX BIEMAX commented Mar 19, 2024

Description

Fix the following error on MacOs:

ERROR: Could not find a version that satisfies the requirement jaxlib==0.4.25+cuda12.cudnn89; extra == "cuda12_pip" (from jax[cuda12-pip]) (from versions: 0.4.17, 0.4.18, 0.4.19, 0.4.20, 0.4.21, 0.4.22, 0.4.23, 0.4.24, 0.4.25)
ERROR: No matching distribution found for jaxlib==0.4.25+cuda12.cudnn89; extra == "cuda12_pip"

Reference

24 - Error "Could not find a version that satisfies the requirement jaxlib==0.4.25+cuda12.cudnn89"

@Bakobiibizo
Copy link

I got it installed manually putting this in the command line pip install jax[cuda12_pip] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

@trholding trholding mentioned this pull request Mar 19, 2024
@BIEMAX
Copy link
Author

BIEMAX commented Mar 19, 2024

@Bakobiibizo I did the same, but would be interesting if we could just run pip install instead installing this dependencies manually.

@StavrosD
Copy link

Nvidia no longer supports macOS since CUDA 11.7 (https://developer.nvidia.com/nvidia-cuda-toolkit-11_7_0-developer-tools-mac-hosts)

Jax does not support cuda on macOS so it is impossible to install it with cuda 12 on your computer.
https://jax.readthedocs.io/en/latest/installation.html
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants