-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue on tutorial T010_binding_site_comparison #148
Comments
Hi @andresilvapimentel, thank you for your report! Could you please re-install the environment? Side note: I recommend using
|
I am using google colab.
And I got the error message:
|
I can reproduce the problem on Google Colab. Since I cannot offer a fix, as an alternative I suggest to run the notebooks locally via Jupyter Lab or via Binder. I will add an issue about adding support for Google Colab in the future. |
Hello @andresilvapimentel , I found a workaround to get a proper installation on colab. The problem comes from an older version installed on colab. This appears to be the default numpy version being used, although we install a new version with mamba. Add these first cells in the beginning of the practical part:
However, nglview is not supported on google colab. All the best, |
It works now!!! Thanks!!!! |
Hi @andresilvapimentel, just as a follow-up: I get the same problem now locally, too, so it is not restricted to Google Colab after all. I am trying to fix the issue here: #150 |
I am trying to align the proteins, getting this error:AttributeError Traceback (most recent call last) /var/folders/00/ry7fj0h1699fnq5ygl9wwg180000gn/T/ipykernel_17073/565021889.py in calc_rmsd_matrix(structures, names) /var/folders/00/ry7fj0h1699fnq5ygl9wwg180000gn/T/ipykernel_17073/1486634301.py in calc_rmsd(A, B) ~/miniconda3/lib/python3.7/site-packages/opencadd/structure/superposition/engines/mda.py in matching_selection(self, ref_selection, mob_selection) ~/miniconda3/lib/python3.7/site-packages/opencadd/structure/superposition/sequences.py in fasta2select(fastafilename, ref_resids, ref_segids, target_resids, target_segids, backbone_selection) AttributeError: module 'Bio' has no attribute 'Alphabet' |
Hi, quick question: did you use the official teachopencadd installation? https://projects.volkamerlab.org/teachopencadd/installing.html we pinned biopython, in order to not run into this issue iirc, see our environment here: teachopencadd/devtools/test_env.yml Line 30 in 42744c8
you can check you biopython version in you conda env with: |
Thank you so much, I downgraded my biopython version, now it works, really appreciate your help. |
I found difficulty to install the tutorial T010 because It seems the MDAnalysis package is not installed properly or numpy package is with an issue. Please, see the error message below:
The text was updated successfully, but these errors were encountered: