You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the AlphaFold environment via the af2_binder_design.yml file, the error below was thrown through the import test. This was caused by the environment using Biopython version 1.84, where SCOPData is deprecated. This was resolved by switching to Biopython version 1.81, this should be pinned in the env file.
ImportError: cannot import name 'SCOPData' from 'Bio.Data'
The text was updated successfully, but these errors were encountered:
When installing the AlphaFold environment via the
af2_binder_design.yml
file, the error below was thrown through the import test. This was caused by the environment using Biopython version 1.84, whereSCOPData
is deprecated. This was resolved by switching to Biopython version 1.81, this should be pinned in the env file.ImportError: cannot import name 'SCOPData' from 'Bio.Data'
The text was updated successfully, but these errors were encountered: