-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
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.
|
Hello,
and I have an error while Ariba test out ` Something wrong with at least one dependency. Please see the above error message(s) External dependencies: External dependencies OK: False version of bowtie2 with conda installation: What version of bowtie2 should be? Best regards, |
I ran into this bowtie error after upgrading my ariba conda environment. After doing some digging, it seems this is a problem with the
|
I can confirm the tbb package issue. Related: |
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:So I tried using the second command there which is
conda install -c bioconda/label/cf201901 ariba
and that gave me this error: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.
The text was updated successfully, but these errors were encountered: