sacdallago / bio_embeddings

Get protein embeddings from protein sequences
http://docs.bioembeddings.com
MIT License
460 stars 65 forks source link

Cant install bio_embeddings in colab #236

Open IliasGewr opened 1 year ago

IliasGewr commented 1 year ago

I am trying to use SeqVec in colab but the following installation commands probably dont work anymore (maybe is a dependencies version think).

i use these commands to install:

!pip3 install -U pip > /dev/null !pip3 install -U bio_embeddings[all] > /dev/null

and i get this

**WARNING: bio-embeddings 0.1.3 does not provide the extra 'all' error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.**

Is there a colab example that works these days?

J-JEMINA commented 1 year ago

I am trying to use PhageRBP detect and facing the same issue! Please help @sacdallago

AlvaroLopezMalizia commented 6 months ago

Hi! I got the same error trying to use the SeqVec in colab

(https://colab.research.google.com/github/sacdallago/bio_embeddings/blob/develop/notebooks/extract_supervised_from_seqvec.ipynb).

!pip3 install -U pip > /dev/null !pip3 install -U bio_embeddings[all] > /dev/null

error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Any suggestion on how I can fix it?

Thanks

dimicorn commented 3 months ago

Hi, I have got the same error

How can I fix it?

Thanks in advance