Problem installing Cutadapt
1
0
Entering edit mode
8.8 years ago
alosim • 0

Hi everybody, Not a very experienced python user here. I have sequencing data with 3' adapters I wish to get rid of, and am trying to install cutadapt for that matter. I tried on two computers, a mac and a linux; In both, the installation goes well - I downloaded several versions of the .tar.gz archives, extracted them, and used the terminal to go to the location of the unzipped folder, followed by entering the command: python setup.py install --user as instructed by the installation manual:

Installation seems to go well (no errors), but when I try to run the program (using the command: python cutadapt and so on...) I get the following error massage: can't find '__main__' module in 'cutadapt'

As I said, I tried three or four different versions of cutadapt, not only the last one; I also tried using the pip installer; The same error, however, keeps appearing. What am I doing wrong here?

Your help will be much appreciated, I'm getting pretty desperate. Thanks! Alon

software error • 3.0k views
ADD COMMENT
1
Entering edit mode
8.8 years ago

It sounds like there's something fundamentally wrong with your python installation. You might instead install conda and then install cutadapt with conda install -c cutadpat. That will avoid your broken version of python.

ADD COMMENT

Login before adding your answer.

Traffic: 3499 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6