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

Cant install bio_embeddings in colab #236

Open
IliasGewr opened this issue Sep 5, 2023 · 2 comments
Open

Cant install bio_embeddings in colab #236

IliasGewr opened this issue Sep 5, 2023 · 2 comments

Comments

@IliasGewr
Copy link

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
Copy link

J-JEMINA commented Sep 5, 2023

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

@AlvaroLopezMalizia
Copy link

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

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

No branches or pull requests

3 participants