Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1awilliams379 opened this issue Nov 8, 2024 · 3 comments

Comments

@1awilliams379
Copy link

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
Copy link
Collaborator

mdfirman commented Nov 9, 2024

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
Copy link
Author

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

@mdfirman
Copy link
Collaborator

mdfirman commented Nov 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants