google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.6k stars 341 forks source link

Could not find a version that satisfies the requirement jaxlib #3

Open NcMasters opened 2 years ago

NcMasters commented 2 years ago

I get errors while running pip install -r requirements.txt

image

DevepNoName commented 2 years ago

Same error, but i think its because im Windows (10)

momentmal commented 2 years ago

I got the same error (Windows 10), i worked around it by using

pip install jax==0.3.7 https://whls.blob.core.windows.net/unstable/cuda111/jaxlib-0.3.7+cuda11.cudnn82-cp39-none-win_amd64.whl

don't know if this is a valid way to work around this, found it via stack overflow and the jax windows builder.

However, i am still stuck not being able to run any of the unit tests...

ISipi commented 2 years ago

@momentmal I think you just need to download 0.3.14 rather than 0.3.7. That's what worked for me. Confusingly, 0.3.14 is above 0.3.7 on that site.

momentmal commented 2 years ago

@ISipi thanks, in the meantime i went the extra mile and installed a dual boot ubuntu and went past this point and now got stuck some steps later 😂 👌

ISipi commented 2 years ago

@momentmal I was thinking about installing ubuntu on Hyper-V but I can't be bothered. I got stuck running the local_colmap_and_resize.sh, but I figured all that part is doing is using COLMAP to make a point cloud and also rescaling the images - I can do both jobs by launching COLMAP manually and creating my own python script to rescale the images. The heavy reliance on Linux only software is making the testing pretty tedious.

neerajtiwari360 commented 2 years ago

try this for me jax and jaxlib issue got solve in windows 10 but got stuck in other.

MIKAH-PIKA commented 10 months ago

i have the same promlem but on mac catalina 10.15.7 Screenshot 2023-10-20 at 11 31 57