hypernerf icon indicating copy to clipboard operation
hypernerf copied to clipboard

Jaxlib version error when building environment

Open wangyuyy opened this issue 2 years ago • 1 comments

An error occurred when I tried the command pip install -r requirements.txt which said No matching distribution found for jaxlib==0.1.71+cuda111 Should I change the version of jaxlib? Appreciate a lot for your generous help.

wangyuyy avatar Feb 22 '23 13:02 wangyuyy

Try pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html https://github.com/google/jax#installation

bonapark00 avatar Mar 01 '23 01:03 bonapark00