Entering edit mode
                    5.7 years ago
        Javad
        
    
        ▴
    
    150
    Dear all,
I have difficulty installing cutadapt on my system. After installing cutadapt with pip3 install --user --upgrade cutadapt and running cutadapt --version, I get the following error that don't know how to address it. 
Traceback (most recent call last):
  File "./cutadapt", line 5, in <module>
    from cutadapt.__main__ import main
ModuleNotFoundError: No module named 'cutadapt.__main__'
Installing with conda leads to the same type of error. Any idea is highly appreciated.
Thanks in advance.
Output of
python --version?Hi.
Hmm, if you install with a package manager you should not need to use
./at all. Can you simply typecutadaptandwhich cutadapt?start using conda, it helps a bit: https://bioconda.github.io/user/install.html#install-conda
Hi, As I said above, conda doesn't help. It leads to the same error.
sorry, did not read, but that is very wierd. Did you use a new conda environment? did you activate the new environment? look at $PATH, $PYTHONPATH ,
which cutadaptif there are discrepancies that would explain the problem. i.e. which version does get picked upYou should initiate a new virtual environment in python, activate it and install with pip