nianticlabs / simplerecon

[ECCV 2022] SimpleRecon: 3D Reconstruction Without 3D Convolutions
Other
1.31k stars 121 forks source link

EnvironmentFileNotFound: '/Users/tonedeaf/simplerecon_env.yml' file not found #48

Open 1awilliams379 opened 2 weeks ago

1awilliams379 commented 2 weeks ago

Is it possible to run this on macOS python version 3.13? When trying to install the dependencies with the latest version of Anaconda I recieve the error message "EnvironmentFileNotFound: '/Users/xxxxxx/simplerecon_env.yml' file not found"

mdfirman commented 2 weeks ago

Hello – I think it's unlikely that this will work out of the box on macOS.

However, the issue you seem to be having might just mean that you are trying the installation line:

conda env create -f simplerecon_env.yml

from in the wrong folder? (As the error makes it seem tht you can't find simplerecon_env.yml

1awilliams379 commented 2 weeks ago

Is it a specific folder the command should be done in?

mdfirman commented 2 weeks ago

Yes, absolutely! When running

conda env create -f simplerecon_env.yml

you need to be inside the root directory of simplerecon, i.e. the folder which contains simplerecon_env.yml