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

ERROR: No matching distribution found for jaxlib==0.4.25+cuda12.cudnn89; extra == "cuda12_pip" #102

Closed
xinyeDai opened this issue Mar 18, 2024 · 5 comments

Comments

@xinyeDai
Copy link

When I use this requirement, I encounter the following problem
"""
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.13, 0.4.14, 0.4.16, 0.4.17, 0.4.18, 0.4.19, 0.4.20, 0.4.21, 0.4.22, 0.4.23, 0.4.25)
ERROR: No matching distribution found for jaxlib==0.4.25+cuda12.cudnn89; extra == "cuda12_pip"
"""
Then I changed the second line in requirement.txt from "jax[cuda12_pip]==0.4.25" to "jax[cuda12-pip]==0.4.25" which solved the problem.

@dev4ox
Copy link

dev4ox commented Mar 18, 2024

use this commands

  1. git clone https://github.com/google/jax.git
  2. cd jax
  3. pip install .

@trholding
Copy link

Please close this issue and move to:

https://github.com/xai-org/grok-1/discussions

Reason:
#69
#108

Related to #104

@xSetech xSetech closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2024
@144358
Copy link

144358 commented Mar 18, 2024

当我使用此要求时,我遇到以下问题“”“错误:找不到满足要求的版本 jaxlib==0.4.25+cuda12.cudnn89;extra == “cuda12_pip” (from jax[cuda12-pip]) (from versions: 0.4.13, 0.4.14, 0.4.16, 0.4.17, 0.4.18, 0.4.19, 0.4.20, 0.4.21, 0.4.22, 0.4.23, 0.4.25) 错误:找不到 jaxlib==0.4.25+cuda12.cudnn89 的匹配分布;extra == “cuda12_pip” “”“ 然后我把requirement.txt中的第二行从”jax[cuda12_pip]==0.4.25“改为”jax[cuda12-pip]==0.4.25“,解决了这个问题。

Thanks for your help, I also ran into this issue and then solved it using the same method

@sphenginx
Copy link

When I use this requirement, I encounter the following problem """ 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.13, 0.4.14, 0.4.16, 0.4.17, 0.4.18, 0.4.19, 0.4.20, 0.4.21, 0.4.22, 0.4.23, 0.4.25) ERROR: No matching distribution found for jaxlib==0.4.25+cuda12.cudnn89; extra == "cuda12_pip" """ Then I changed the second line in requirement.txt from "jax[cuda12_pip]==0.4.25" to "jax[cuda12-pip]==0.4.25" which solved the problem.

whatever,with the solution there is another warning: “WARNING: jax 0.4.25 does not provide the extra 'cuda12-pip'”

@cuichenpu
Copy link

No matching distribution found for jax==0.4.25 this my error

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

No branches or pull requests

7 participants