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

igraph version conflict #55

Open
cdedonno opened this issue Feb 7, 2023 · 2 comments · May be fixed by #56
Open

igraph version conflict #55

cdedonno opened this issue Feb 7, 2023 · 2 comments · May be fixed by #56

Comments

@cdedonno
Copy link

cdedonno commented Feb 7, 2023

Hey! You might want to update the igraph version requirement, it seems that there is a conflict between what the scib package requires and what is specified here.

INFO: pip is looking at multiple versions of trvaep to determine which version is compatible with other requirements. This could take a while.

The conflict is caused by:
    The user requested igraph<0.10
    scib 1.1.3 depends on igraph>=0.10

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict


Pip subprocess error:
  Running command git clone --filter=blob:none --quiet https://github.com/theislab/scib.git /tmp/pip-req-build-tp8ds9mf
ERROR: Cannot install -r /home/carlo.dedonno/git_new/immunai-product/research/2023_02_scib_pipelines/scib-pipeline/envs/condaenv.2_jbkacp.requirements.txt (line 1) and igraph<0.10 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

failed

CondaEnvException: Pip failed
@LuckyMD
Copy link
Collaborator

LuckyMD commented Feb 7, 2023

Thanks for the heads up @cdedonno! Is this just a misspecification @mumichae or are we clashign with trvaep dependencies?

@cdedonno
Copy link
Author

cdedonno commented Feb 7, 2023

For what it's worth, I have just commented out the igraph specification here and I could install the package and run the pipeline on the test data.

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

Successfully merging a pull request may close this issue.

2 participants