ActiveVisionLab / nope-nerf

(CVPR 2023) NoPe-NeRF: Optimising Neural Radiance Field with No Pose Prior
https://nope-nerf.active.vision/
MIT License
362 stars 30 forks source link

WARNING conda.models.version:get_matcher(546): #30

Open XLxlll opened 6 months ago

XLxlll commented 6 months ago

Hello, everyone. Do you have the same error? when I use the commond 'conda env create -f environment.yaml' to create the virtual environment, the errors is shown below. WARNING conda.models.version:get_matcher(546): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the .* and treating it as 1.8.0

mohit-choithwani commented 5 months ago

Hi, I've encountered the same error. Has anyone found a solution for it?

XLxlll commented 5 months ago

Hi, I've encountered the same error. Has anyone found a solution for it?

You can change the content of environment.yaml ,for example

name: nope-nerf channels:

pytorch defaults dependencies: python=3.10.13=h955ad1f_0 pytorch=1.11.0=py3.10_cuda11.3_cudnn8.2.0_0 torchvision==0.12.0=py310_cu113 torchaudio=0.11.0=py310_cu113 cudatoolkit=11.3.1=h2bc3f7f_2 ..........