facebookresearch / esm

Evolutionary Scale Modeling (esm): Pretrained language models for proteins
MIT License
3.26k stars 643 forks source link

no matches found: fair-esm[esmfold] #365

Closed tdiethe closed 2 years ago

tdiethe commented 2 years ago

When I run pip install fair-esm[esmfold] I get no matches found: fair-esm[esmfold]

❯ uname -a Linux ip-10-0-139-177 5.4.0-1088-aws #96~18.04.1-Ubuntu SMP Mon Oct 17 02:57:48 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ❯ python --version Python 3.9.13

jlotthammer commented 2 years ago

If you throw it in quotes pip install "fair-esm[esmfold]" I think it should work - it does for me. At least the esmfold aspect, I'm still having issues getting the openfold / openfold dependencies installed.

tdiethe commented 2 years ago

Aha yes that worked thanks!

tdiethe commented 2 years ago

I guess you're getting the following error:

ModuleNotFoundError: No module named 'scripts.utils'