I have tried everything.......from installing python2.7 to python 3.3 and then installing cython as well.....but I get error everytime while installing cutadapt...I am working on root as well..
.Error compiling Cython file:
------------------------------------------------------------
...
# kate: syntax Python;
# cython: profile=False
from __future__ import print_function, division, absolute_import
^
------------------------------------------------------------
cutadapt/_seqio.pyx:3:49: future feature absolute_import is not defined
cutadapt/_seqio.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
error: Setup script exited with error: command 'gcc' failed with exit status 1
root@ubuntu:~/.local/share#
I don't understand why it shows that error compiling cython file...
I am trying to install cutadapt because I want to remove adapter sequence from my illumina reads...
friends please suggest something
.Error compiling Cython file:
------------------------------------------------------------
...
# kate: syntax Python;
# cython: profile=False
from __future__ import print_function, division, absolute_import
^
------------------------------------------------------------
cutadapt/_seqio.pyx:3:49: future feature absolute_import is not defined
cutadapt/_seqio.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
error: Setup script exited with error: command 'gcc' failed with exit status 1
root@ubuntu:~/.local/share#
I don't understand why it shows that error compiling cython file...
I am trying to install cutadapt because I want to remove adapter sequence from my illumina reads...
friends please suggest something
Comment