I'm trying to install a particular version of jaxlib to work with my CUDA and cuDNN versions. Following the README, I'm trying
pip install --upgrade jax jaxlib==0.1.52+cuda101 -f https://storage.googleapis.com/jax-releases/jax_releases.html
This returns the following error:
ERROR: Requested jaxlib==0.1.52+cuda101 from https://storage.googleapis.com/jax-releases/cuda101/jaxlib-0.1.52%2Bcuda101-cp37-none-manylinux2010_x86_64.whl has different version in metadata: '0.1.52'
Does anyone know what causes this or how to get around the error?