Installation/Dependency Error biobakery_workflows

Dear all,

I hope you are well.
I am struggling with the installation of the biobakery_workflows package

Installed anaconda, created an environment with python v3.7.7

Running
conda install -c biobakery biobakery_workflows

leads to:
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

    • biobakery_workflows → python[version=’>=3.8,<3.9.0a0’]*

Your python: python=3.7.7

which leads me to update python to a newer version (v3.8.5);

rerunning the biobakery_workflows package installation it leads to:

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

    • biobakery_workflows → python[version=’>=2.7,<2.8.0a0|>=3.7,<3.8.0a0’]*

Your python: python=3.8

I am a bit confused. What am I missing?

Thanks for your help!

BW,
Annika

1 Like

I have stumbled upon the same problem.
I tried to work in different conda environments with different versions of python.
When the version was 3.9.5 I got:

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

    • biobakery_workflows → python[version=’>=2.7,<2.8.0a0|>=3.7,<3.8.0a0’]*

But with python 3.7 I got the same error messages but with the requirements:
- biobakery_workflows → python[version=’>=3.8,<3.9.0a0|>=3.9,<3.10.0a0’]

My guess is that there is another issue as I also get:
The following specifications were found to be incompatible with your system:

    • feature:/linux-64::__glibc==2.17=0*
    • python=3.9 → libgcc-ng[version=’>=7.5.0’] → __glibc[version=’>=2.17’]*

I figured that it might be a problem regarding channels and their configurations. I tried to add the biobakery channel into the .condarc file but it didn’t work. Then I stumbled upon this post and it did:
https://gist.github.com/xie186/75f8f569bd5009ac07a24baa73119199

Hello, Thank you both for the post. Thank you for also posting your solution. That totally makes sense that updating your channels and their configurations resolved the issue with installing the package and its dependencies.

Thank you,
Lauren

1 Like