HannesStark / EquiBind

EquiBind: geometric deep learning for fast predictions of the 3D structure in which a small molecule binds to a protein
MIT License
469 stars 110 forks source link

psutils error #50

Closed monabiyan closed 1 year ago

monabiyan commented 2 years ago

I got the following error. any idea? No module named 'psutil'

Gloria-LIU commented 2 years ago

This can be fixed by installing the "psutil" package via "pip install psutil".

monabiyan commented 1 year ago

Thanks, It worked!