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
I am trying to run the notebook as a colab instance. It would be helpful to have notebooks already setup with colab links. Sometimes running locally is difficult. I have the following notebook-requirements.txt file saved in my colab directory:
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.
chex 0.1.7 requires jax>=0.4.6, but you have jax 0.3.21 which is incompatible.
flax 0.7.2 requires jax>=0.4.2, but you have jax 0.3.21 which is incompatible.
jsonschema 4.19.0 requires attrs>=22.2.0, but you have attrs 22.1.0 which is incompatible.
orbax-checkpoint 0.3.4 requires jax>=0.4.9, but you have jax 0.3.21 which is incompatible.
referencing 0.30.2 requires attrs>=22.2.0, but you have attrs 22.1.0 which is incompatible.
seaborn 0.12.2 requires matplotlib!=3.6.1,>=3.1, but you have matplotlib 3.6.1 which is incompatible.
Issue with notebook:
On Generating New Protein Binders with RFDiffusion, ProteinMPNN, and ESMFold
I am trying to run the notebook as a colab instance. It would be helpful to have notebooks already setup with colab links. Sometimes running locally is difficult. I have the following
notebook-requirements.txt
file saved in my colab directory:The Problem
When running
I get:
Also, when running
I get:
The text was updated successfully, but these errors were encountered: