google-deepmind / alphafold

Open source code for AlphaFold.
Apache License 2.0
12.6k stars 2.24k forks source link

AttributeError: module 'collections' has no attribute 'Iterable' #795

Open Ambrosia1224 opened 1 year ago

Ambrosia1224 commented 1 year ago

How can I solve this? AttributeError Traceback (most recent call last)

AttributeError: module 'collections' has no attribute 'Iterable'

Augustin-Zidek commented 1 year ago

I can't find such import statement in AlphaFold's source code. Is it possible this is a ColabFold-specific issue?