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
As of 19 Feb 2024, af2_binder_design.yml will install biopython 1.83, resulting in the following error during test ImportError: cannot import name 'SCOPData' from 'Bio.Data' (~/.conda/envs/af2_binder_design/lib/python3.11/site-packages/Bio/Data/__init__.py)
Downgraded to biopython==1.81 from biopython==18.3 and this resolved the issue and resulted in Found a GPU! This environment passes all import tests. `'Bio.Data.SCOPData' module was be deprecated in 1.83
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Wed_Nov_22_10:17:15_PST_2023
Cuda compilation tools, release 12.3, V12.3.107
Build cuda_12.3.r12.3/compiler.33567101_0
The text was updated successfully, but these errors were encountered:
As of 19 Feb 2024, af2_binder_design.yml will install biopython 1.83, resulting in the following error during test
ImportError: cannot import name 'SCOPData' from 'Bio.Data' (~/.conda/envs/af2_binder_design/lib/python3.11/site-packages/Bio/Data/__init__.py)
Downgraded to biopython==1.81 from biopython==18.3 and this resolved the issue and resulted in
Found a GPU! This environment passes all import tests
. `'Bio.Data.SCOPData' module was be deprecated in 1.83The text was updated successfully, but these errors were encountered: