Skip to content

Issue installing via conda - unresolved conflicts #16

@ammaraziz

Description

@ammaraziz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions