Open 1awilliams379 opened 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
Is it a specific folder the command should be done in?
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
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"