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

Issue with conda installation #195

Closed
pmorerio opened this issue Oct 24, 2023 · 3 comments · May be fixed by #198
Closed

Issue with conda installation #195

pmorerio opened this issue Oct 24, 2023 · 3 comments · May be fixed by #198

Comments

@pmorerio
Copy link

pmorerio commented Oct 24, 2023

Hi,
I am experiencing problems in installing with
conda install -c conda-forge "espaloma=0.3.2"
as suggested in the README.

Looks like conda gets stuck in solving the environment (more than a day).
Solving environment: |

I tried on 3 different machines and also with different python versions (3.6, 3.7, 3.8, 3.9).

Do you have any suggestion - suggested python version etc.?

@ijpulidos
Copy link
Contributor

Interesting, I guess at this point we should just recommend using mamba, instead of conda, that one works for me under Linux and MacOS.

Specifically running mamba create -n espaloma-032 -c conda-forge espaloma=0.3.2 did it for me. I hope that helps.

@pmorerio
Copy link
Author

Will try mamba thanks.
Let you know if it works

@pmorerio
Copy link
Author

Mamba works fine, thank you very much!

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

Successfully merging a pull request may close this issue.

2 participants