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
I'm trying to install CUDA & jax from conda-forge.
Latest CUDA can be installed with:
pixi add cuda-toolkit cudnn
But when I trying to install jax with CUDA enabled:
pixi add "jaxlib=*=*cuda*" jax
I get the following error:
Error: × failed to solve the conda requirements of 'default' 'linux-64'
╰─▶ Cannot solve the request because of: jaxlib * cuda cannot be installed because there are no viable options:
└─ jaxlib xxxxxx would require __cuda *, for which no candidates were found.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install CUDA & jax from conda-forge.
Latest CUDA can be installed with:
But when I trying to install jax with CUDA enabled:
pixi add "jaxlib=*=*cuda*" jax
I get the following error:
Anything wrong in here?
Beta Was this translation helpful? Give feedback.
All reactions