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
Hi,
while executing the colab notebook following error is coming
ImportError: cannot import name 'SCOPData' from 'Bio.Data' (/usr/local/lib/python3.10/dist-packages/Bio/Data/init.py)
could you help me out why it cannot import SCOPData in colab notebook.
ImportError Traceback (most recent call last) in <cell line: 17>()
15
16 from alphafold.model import model, config, data
---> 17 from alphafold.data import parsers, pipeline
18 from alphafold.common import protein
19
Hi @palvinaveen the package is depreciated, but I was able to solve this by uninstalling biopython and reinstalling an older version. I made two cells.
Hi,
while executing the colab notebook following error is coming
ImportError: cannot import name 'SCOPData' from 'Bio.Data' (/usr/local/lib/python3.10/dist-packages/Bio/Data/init.py)
could you help me out why it cannot import SCOPData in colab notebook.
ImportError Traceback (most recent call last)
in <cell line: 17>()
15
16 from alphafold.model import model, config, data
---> 17 from alphafold.data import parsers, pipeline
18 from alphafold.common import protein
19
2 frames
/content/alphafold/alphafold/data/mmcif_parsing.py in
22 from absl import logging
23 from Bio import PDB
---> 24 from Bio.Data import SCOPData
25
26 # Type aliases:
ImportError: cannot import name 'SCOPData' from 'Bio.Data' (/usr/local/lib/python3.10/dist-packages/Bio/Data/init.py)
Thank you
Best
Naveen
The text was updated successfully, but these errors were encountered: