skhu101 / ConsistentNeRF

ConsistentNeRF Enhances Neural Radiance Fields with 3D Consistency for Sparse View Synthesis
69 stars 2 forks source link

关于配置环境出错的问题 #2

Open qcy27 opened 5 months ago

qcy27 commented 5 months ago

您好!我在配置regnerf中执行pip install --upgrade jaxlib==0.1.68+cuda110 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html时报错:

Looking in links: https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
ERROR: Could not find a version that satisfies the requirement jaxlib==0.1.68+cuda110 (from versions: none)
ERROR: No matching distribution found for jaxlib==0.1.68+cuda110

同时在pip install -r requirements.txt时,也报错:

ERROR: Ignored the following versions that require a different python version: 0.1.6 Requires-Python >=3.8; 0.1.7 Requires-Python >=3.8; 0.1.8 Requires-Python >=3.9; 0.1.81 Requires-Python >=3.9; 0.1.82 Requires-Python >=3.9; 0.1.83 Re
quires-Python >=3.9; 0.1.84 Requires-Python >=3.9; 0.1.85 Requires-Python >=3.9; 0.4.0 Requires-Python >=3.8; 0.4.1 Requires-Python >=3.8; 0.4.10 Requires-Python >=3.8; 0.4.11 Requires-Python >=3.8; 0.4.12 Requires-Python >=3.8; 0.4.13
 Requires-Python >=3.8; 0.4.14 Requires-Python >=3.9; 0.4.15 Requires-Python >=3.9; 0.4.16 Requires-Python >=3.9; 0.4.17 Requires-Python >=3.9; 0.4.18 Requires-Python >=3.9; 0.4.19 Requires-Python >=3.9; 0.4.2 Requires-Python >=3.8; 0.
4.20 Requires-Python >=3.9; 0.4.21 Requires-Python >=3.9; 0.4.22 Requires-Python >=3.9; 0.4.23 Requires-Python >=3.9; 0.4.24 Requires-Python >=3.9; 0.4.25 Requires-Python >=3.9; 0.4.3 Requires-Python >=3.8; 0.4.4 Requires-Python >=3.8;
 0.4.5 Requires-Python >=3.8; 0.4.6 Requires-Python >=3.8; 0.4.7 Requires-Python >=3.8; 0.4.8 Requires-Python >=3.8; 0.4.9 Requires-Python >=3.8
ERROR: Could not find a version that satisfies the requirement jaxlib>=0.1.37 (from chex) (from versions: none)
ERROR: No matching distribution found for jaxlib>=0.1.37

困扰两天了T^T求解答,感谢!