-
Notifications
You must be signed in to change notification settings - Fork 7
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
local_server #68
Comments
Hi JQ, Have you installed the environment successfully before running the script |
I run the $bash install.sh, and it runs normally.
|
Maybe you should first go into the |
when I run $bash run.sh in local_server, it complains the same thing. The version is not the latest. Updating... | | | |_ __ | | | | ___ Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions. https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html Please note that updating to Notebook 7 might break some of your extensions. [I 15:25:26.587 NotebookApp] Loading IPython parallel extension And moreover, no jupyternote book is launched when I run the $bash run.sh in the local_server folder. JQ |
Ok, I have tried to install from scratch. I have first modify the install.sh to make a directory for cache in /home/dc/.cache/SaprotHub instead of /root/.cache/SaprotHub, the modified install.sh script is as below#!/bin/bash mkdir -p /home/dc/.cache/SaprotHub Install packagesgit clone https://github.com/googlecolab/colabtools.git /home/dc/.cache/SaprotHub/colabtools Overwrite files for properly calling colabcolab_dir=$CONDA_PREFIX/lib/python3.10/site-packages/google/colab
|
Hi, You also have to change the cache directory in |
Ok, "$bash run.sh" works, but it did not provide the local server and connectable address. the message it gives as below Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions. https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html Please note that updating to Notebook 7 might break some of your extensions. [I 11:30:04.460 NotebookApp] Loading IPython parallel extension
|
Is your server remote? If your server is a remote server, you have to follow the optional step and then input identically as the instruction does. |
It is the same computer that I launch the colabsaprot webpage. JQ |
Could you set the IP address to |
Looks like it ran into an error when installing saprot through git commands. Could you try manually cloning the repo to see whether it works? |
following the above reported problem,
|
You could git clone the SaprotHub repo in |
Dear Authors,
I have tried the script for setting up run in local_server and it seems that it did not work successfully.
I have connect the colab saprothub to the local server and, I try click on the "1.1 install saprot", error message appears as below. Do you know what could be the problem? Thank you.
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 114>()
112 from transformers.models.esm.openfold_utils.feats import atom14_to_atom37
113 from string import ascii_uppercase,ascii_lowercase
--> 114 from saprot.utils.mpr import MultipleProcessRunnerSimplifier
115 from saprot.data.parse import get_chain_ids
116 from saprot.scripts.training import my_load_model
ModuleNotFoundError: No module named 'saprot'
Best wishes,
JQ
The text was updated successfully, but these errors were encountered: