Jax installation error: Jax requires jaxlib to be installed (Multiple cuda installations) #11074
-
In my system there are multiple versions of cuda installation
System have Python 3.7.3. I have installed jax, but when I am importing jax I am getting following error,
Can anyone help me in fixing this error? cudnn_version.h file in /usr/local/cuda-11.2/include have the following headers, #define CUDNN_MAJOR 8 #define CUDNN_VERSION (CUDNN_MAJOR * 1000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL) #endif /* CUDNN_VERSION_H */` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Did you install jax by pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html |
Beta Was this translation helpful? Give feedback.
Did you install jax by
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html