This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bowtie2: ImportError: No module named argparse

hi all, I am beginner for NGS analysis.I installed bowtie2 and when I run bowtie2 for indexing the genome it gave this following error: ImportError: No module named argparse I tried to install this module by yum install python-argparse then it gave same error: File "/usr/local/bin/bowtie2-build", line 27, in <module> import argparse ImportError: No module named argparse. OS :centOS

rna-seq next-gen alignment software error

How did you install bowtie? Which is your python version?

That's a really old python version. I agree with colindaven, just use bioconda for all your bioinformatics software.

i updated python version still I got same error.

How did you update python? Which version do you have now? Look, just use bioconda okay?

solved...I copy argparse.py script and paste into bowtie2 folder. Thanks WouterDeCoster and colindaven

You temporarily patched the problem, but all of this is suggestive of far more problems you will encounter later. Anyway, good luck.

I'd go for bioconda and follow their tutorial. It'll save you a world of pain ....

0 answers

No answers yet.

Log in to answer this question.