google-deepmind / google-deepmind/alphafold
Colabfold import model error
- Dominant language
- Python
- Stars
- 14.9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
I am running the Colabfold alphafold and I keep running into this error when importing model from alphafold.model.
TypeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
25 import py3Dmol
26
---> 27 from alphafold.model import model
28 from alphafold.model import config
29 from alphafold.model import data
31 frames
[/opt/conda/lib/python3.10/site-packages/OpenSSL/crypto.py](https://localhost:8080/#) in
3261
3262
-> 3263 utils.deprecated(
3264 load_pkcs7_data,
3265 __name__,
TypeError: deprecated() got an unexpected keyword argument 'name'
Contributor guide
Assessment
This issue has not been assessed yet.