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

Conda boost-cpp dependancy clash #379

Open
jodyphelan opened this issue Aug 4, 2024 · 1 comment
Open

Conda boost-cpp dependancy clash #379

jodyphelan opened this issue Aug 4, 2024 · 1 comment

Comments

@jodyphelan
Copy link

I am trying to install install usher and delly=1.2.6=hdcf5f25_3 in the same environment but there seems to be a dependancy clash with boost-cpp.

$ mamba create -n test usher delly=1.2.6=hdcf5f25_3
...
Encountered problems while solving:
  - package usher-0.1.3-hfcd16c1_0 requires boost-cpp >=1.75.0,<1.75.1.0a0, but none of the providers can be installed

Delly has pinned boost-cpp=1.85 and usher conda recipe doesnt require a apecific boost-cpp version, so not sure what is going on.

@Wytamma
Copy link

Wytamma commented Sep 10, 2024

I ran into the same issue. Had to make sure conda-forge preceded bioconda in the channels.

channels:
  - conda-forge
  - bioconda
  - defaults
dependencies:
  - usher

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

2 participants