Hi,
I'm trying to use cutadapt. I have python 2.7 installed;
I run :
which return :
and when i do, i have the following error :
How can i solve this problem ?
Thank in advance for your help
I'm trying to use cutadapt. I have python 2.7 installed;
I run :
Code:
python setup.py build_ext -i
Code:
running build_ext
Code:
/home/stephanie/Téléchargements/cutadapt-1.0/cutadapt --help Traceback (most recent call last): File "/home/stephanie/Téléchargements/cutadapt-1.0/cutadapt", line 78, in <module> from cutadapt import align, seqio File "/home/stephanie/Téléchargements/cutadapt-1.0/lib/cutadapt/align.py", line 222, in <module> from cutadapt.calign import globalalign, globalalign_locate ImportError: /home/stephanie/Téléchargements/cutadapt-1.0/lib/cutadapt/calign.so: wrong ELF class: ELFCLASS64
Thank in advance for your help
Comment