We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
When installing haploflow using conda, I came across a weird issue where conda could not install due to conflicts.
haploflow
I think this is due to the version of boost-cpp=1.74.0 required by the conda recipe.
boost-cpp=1.74.0
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.The text was updated successfully, but these errors were encountered: