Skip to content
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 with the protnlm_use_model_for_inference_uniprot_2022_04.ipynb colab notebook #2073

Open
AntKuzmenko opened this issue May 5, 2024 · 1 comment

Comments

@AntKuzmenko
Copy link

Hello,

The Colab notebook for protnlm doesn't work even for the preset sequences.
Upon execution the following errors occured:

  1. During code import step:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pandas-gbq 0.19.2 requires google-auth-oauthlib>=0.7.0, but you have google-auth-oauthlib 0.4.6 which is incompatible.
tensorflow-datasets 4.9.4 requires protobuf>=3.20, but you have protobuf 3.19.6 which is incompatible.
tensorflow-metadata 1.15.0 requires protobuf<4.21,>=3.20.3; python_version < "3.11", but you have protobuf 3.19.6 which is incompatible.
tf-keras 2.15.1 requires tensorflow<2.16,>=2.15, but you have tensorflow 2.8.2 which is incompatible.

  1. During prediction step:

**NameError Traceback (most recent call last)
in <cell line: 10>()
8 sequence = sequence.replace(' ', '')
9
---> 10 names, scores = run_inference(sequence)
11
12 for name, score, i in zip(names, scores, range(len(names))):

NameError: name 'run_inference' is not defined**

@TienKimNguyen
Copy link

TienKimNguyen commented May 24, 2024

Check if you have this cell before running that:

Screenshot 2024-05-24 at 1 44 23 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants