uw-ipd / RoseTTAFold2NA

RoseTTAFold2 protein/nucleic acid complex prediction
MIT License
310 stars 69 forks source link

numpy 1.24 breaks the code #46

Closed yoavatsmonraz closed 1 year ago

yoavatsmonraz commented 1 year ago

Noticed the following error when running the default env yaml - "AttributeError: module 'numpy' has no attribute 'long'" Post installing numpy 1.23 with python 3.10 it seems to be fine. Suggest updating the yaml ?

i-l-sokolov commented 1 year ago

I ran into the same error, and switching to version 1.23 helped! Thank you for providing the fix.

yoavatsmonraz commented 1 year ago

sure thing, all the best !

fdimaio commented 1 year ago

Sorry about that! I have just pushed a fix that should work with numpy 1.24 and newer.