Acellera / htmd

HTMD: Programming Environment for Molecular Discovery
https://software.acellera.com/docs/latest/htmd/index.html
Other
253 stars 58 forks source link

Installation with conda stuck on "Solving Environment" #1059

Closed A-Sethi closed 1 year ago

A-Sethi commented 1 year ago

Tried following the installation instructions on https://software.acellera.com/htmd/installation.html -

conda install -c acellera -c conda-forge htmd

However, getting stuck on solving environment. Please help.

Screenshot 2023-05-01 at 8 11 47 PM
stefdoerr commented 1 year ago

It's not usually stuck. Just conda being terrible. Try with:

conda install mamba python=3.9 -c conda-forge
mamba install htmd -c acellera -c conda-forge

mamba is much faster at resolving dependencies.

A-Sethi commented 1 year ago

This worked like charm. Thank you for the prompt response.

stefdoerr commented 1 year ago

Great, I updated the installation instructions online now