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" #199

Closed
cetindogu opened this issue Mar 19, 2024 · 2 comments

Comments

@cetindogu
Copy link

windows 11

"pip install -r requirements.txt" fails

PS F:\grok-1> pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting dm_haiku==0.0.12 (from -r requirements.txt (line 1))
Using cached dm_haiku-0.0.12-py3-none-any.whl.metadata (19 kB)
Requirement already satisfied: jax==0.4.25 in c:\users\cetin.dogu\appdata\roaming\python\python310\site-packages (from jax[cuda12_pip]==0.4.25->-r requirements.txt (line 2)) (0.4.25)
Requirement already satisfied: numpy==1.26.4 in c:\users\cetin.dogu\appdata\roaming\python\python310\site-packages (from -r requirements.txt (line 3)) (1.26.4)
Collecting sentencepiece==0.2.0 (from -r requirements.txt (line 4))
Using cached sentencepiece-0.2.0-cp310-cp310-win_amd64.whl.metadata (8.3 kB)
Collecting absl-py>=0.7.1 (from dm_haiku==0.0.12->-r requirements.txt (line 1))
Using cached absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting jmp>=0.0.2 (from dm_haiku==0.0.12->-r requirements.txt (line 1))
Using cached jmp-0.0.4-py3-none-any.whl.metadata (8.9 kB)
Collecting tabulate>=0.8.9 (from dm_haiku==0.0.12->-r requirements.txt (line 1))
Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting flax>=0.7.1 (from dm_haiku==0.0.12->-r requirements.txt (line 1))
Using cached flax-0.8.2-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: ml-dtypes>=0.2.0 in c:\users\cetin.dogu\appdata\roaming\python\python310\site-packages (from jax==0.4.25->jax[cuda12_pip]==0.4.25->-r requirements.txt (line 2)) (0.3.2)
Requirement already satisfied: opt-einsum in c:\users\cetin.dogu\appdata\roaming\python\python310\site-packages (from jax==0.4.25->jax[cuda12_pip]==0.4.25->-r requirements.txt (line 2)) (3.3.0)
Requirement already satisfied: scipy>=1.9 in c:\users\cetin.dogu\appdata\roaming\python\python310\site-packages (from jax==0.4.25->jax[cuda12_pip]==0.4.25->-r requirements.txt (line 2)) (1.12.0)
WARNING: jax 0.4.25 does not provide the extra 'cuda12-pip'
INFO: pip is looking at multiple versions of jax[cuda12-pip] to determine which version is compatible with other requirements. This could take a while.
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.24, 0.4.25)
ERROR: No matching distribution found for jaxlib==0.4.25+cuda12.cudnn89; extra == "cuda12_pip"
PS F:\grok-1>

@cetindogu
Copy link
Author

PS F:\grok-1> pip list
Package Version


certifi 2024.2.2
charset-normalizer 3.3.2
colorama 0.4.6
filelock 3.13.1
fsspec 2024.3.1
hf_transfer 0.1.6
huggingface-hub 0.21.4
idna 3.6
jax 0.4.25
ml-dtypes 0.3.2
numpy 1.26.4
opt-einsum 3.3.0
packaging 24.0
pip 24.0
PyYAML 6.0.1
requests 2.31.0
scipy 1.12.0
setuptools 63.2.0
tqdm 4.66.2
typing_extensions 4.10.0
urllib3 2.2.1
wheel 0.43.0

@trholding
Copy link

Please see:

#186 (comment)

Please close this issue and instead comment to issue #6 which is open:

Related to / Duplicate of:
#173
#143
#106
#104
#102
#83
#82
#24
#6

Reason:
Duplicate
#69
#108

@xSetech xSetech closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
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

3 participants