evolutionaryscale / esm

Other
797 stars 80 forks source link

pip install doesn't work #6

Closed sokrypton closed 1 week ago

sokrypton commented 1 week ago

maybe replace: pip install esm with pip install git+https://github.com/evolutionaryscale/esm.git

Goosang-Yu commented 1 week ago

Well... I'd installed ESM3 successfully by pip. Did you update pip to latest version?

santiag0m commented 1 week ago

The esm package is live on pypi: https://pypi.org/project/esm/

Try the following to make sure you are using the default pypi index:

pip install esm --index-url https://pypi.org/simple

sokrypton commented 1 week ago

I think it was my computer's issue. I had old python. Doing this: pip install esm --ignore-requires-python fixed it!