Giter Club home page Giter Club logo

Comments (5)

marcelm avatar marcelm commented on August 27, 2024

From [email protected] on March 27, 2012 05:35:58

If you run cutadapt by giving its absolute or relative path (./cutadapt in your case) on the command line, then installation is not required (the installed version is not even used in this case).

The SyntaxError is a bit strange. I think it occurs when a Python 3 program is run under Python 2. Please try to specify the Python interpreter explicitly by running cutadapt like this:

python2.6 cutadapt

What does the command

python -V

say?

from cutadapt.

marcelm avatar marcelm commented on August 27, 2024

From [email protected] on April 02, 2012 23:28:41

Hi, any news on this? I'm willing to fix this, but since I've never encountered the problem, I'd need your help.

from cutadapt.

marcelm avatar marcelm commented on August 27, 2024

From [email protected] on April 17, 2012 00:53:21

Status: Invalid

from cutadapt.

marcelm avatar marcelm commented on August 27, 2024

From [email protected] on April 17, 2012 08:08:59

I was getting the exact same error until I realized it was a python version issue since our default python installation is v2.4.3. I followed your instructions, using v2.6.4:

/apps/python-2.6.4/bin/python2.6 setup.py build_ext -i

Then I called ./cutadapt and got the error above. Of course the correct command is:

/apps/python-2.6.4/bin/python2.6 ./cutadapt --help

Seems to work fine...

from cutadapt.

marcelm avatar marcelm commented on August 27, 2024

From [email protected] on April 18, 2012 09:40:31

Thanks, I have updated the FAQ and the README to help others who have the same problem.

from cutadapt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.