SCOPData Deprecated in Latest Biopython
mnoyes68 opened this issue · 0 comments
mnoyes68 commented
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'