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 package support for Python 3.7+ #312

Open
zmunro opened this issue Jan 28, 2021 · 4 comments
Open

Conda package support for Python 3.7+ #312

zmunro opened this issue Jan 28, 2021 · 4 comments

Comments

@zmunro
Copy link

zmunro commented Jan 28, 2021

Is there support for Python3.7+? I am trying to install ariba into my conda environment following the guide on this page. I tried using the first command there which is conda install -c bioconda ariba but that gave me this error:

UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions

So I tried using the second command there which is conda install -c bioconda/label/cf201901 ariba and that gave me this error:

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

Specifications:

  - ariba -> python[version='3.4.*|3.5.*|3.6.*|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0']

Your python: python==3.7.4=h265db76_1

I'm not sure what the issue with the first command is but the second command seems to return an error saying that ariba does not support any Python version greater than 3.7.0a0. Given that we are at Python3.9.1, it would be great to get support for Python3.7.

@zmunro zmunro changed the title Support for Python 3.7+ Conda package support for Python 3.7+ Jan 29, 2021
@rpetit3
Copy link
Contributor

rpetit3 commented Jul 9, 2021

Hi @zmunro ,

I just saw this, I think this is more of a conda issue. I wonder if creating a new environment would have solved your problem.

conda create -n ariba -c conda-forge -c bioconda ariba

@valery-shap
Copy link

valery-shap commented Sep 18, 2021

Hello,
I've tried

conda create -n ariba -c conda-forge -c bioconda ariba

and I have an error while Ariba test out

`
the output didn't match this regular expression: ".*bowtie2.version (.)$"

Something wrong with at least one dependency. Please see the above error message(s)
ARIBA version: 2.14.6

External dependencies:
bowtie2 ERROR /home/miniconda3/envs/ariba/bin/bowtie2
cdhit 4.8.1 /home/miniconda3/envs/ariba/bin/cd-hit-est
nucmer 3.1 /home/miniconda3/envs/ariba/bin/nucmer

External dependencies OK: False
`

version of bowtie2 with conda installation:
bowtie2 bioconda/linux-64::bowtie2-2.3.5.1-py36he513fc3_0

What version of bowtie2 should be?

Best regards,
Valery

@ddomman
Copy link

ddomman commented Oct 3, 2021

@valery-shap

I ran into this bowtie error after upgrading my ariba conda environment. After doing some digging, it seems this is a problem with the tbb package. Installing a downgraded version solves the problem.

conda install tbb=2020.2

@KasperThystrup
Copy link

I can confirm the tbb package issue. Related:
conda-forge/tbb-feedstock#75

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

5 participants