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

Issue installing via conda - unresolved conflicts #16

Open
ammaraziz opened this issue Dec 19, 2022 · 0 comments
Open

Issue installing via conda - unresolved conflicts #16

ammaraziz opened this issue Dec 19, 2022 · 0 comments

Comments

@ammaraziz
Copy link

ammaraziz commented Dec 19, 2022

Hi there,

When installing haploflow using conda, I came across a weird issue where conda could not install due to conflicts.

I think this is due to the version of boost-cpp=1.74.0 required by the conda recipe.

This conda install command helped to resolve the issue:

conda create -n haploflow -c conda-forge -c bioconda python=3.8 boost-cpp=1.74.0 haploflow

Posting here for others that may stumble across this issue. The above will create a conda env called haploflow which needs to be activated first.

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

1 participant