Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern 2.6 not Python 3 compatible #140

Closed
encolpe opened this issue Jan 22, 2016 · 3 comments
Closed

Pattern 2.6 not Python 3 compatible #140

encolpe opened this issue Jan 22, 2016 · 3 comments

Comments

@encolpe
Copy link

encolpe commented Jan 22, 2016

Hello

I got this error when installing with Python 3.5:

Downloading/unpacking pattern (from -r requirements.txt (line 6))
  Downloading pattern-2.6.zip (24.6MB): 24.6MB downloaded
  Running setup.py (path:/tmp/pip-build-c80fr52l/pattern/setup.py) egg_info for package pattern
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-build-c80fr52l/pattern/setup.py", line 40
        print n
              ^
    SyntaxError: Missing parentheses in call to 'print'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip-build-c80fr52l/pattern/setup.py", line 40

    print n

          ^

SyntaxError: Missing parentheses in call to 'print'
@encolpe encolpe closed this as completed Jan 22, 2016
@encolpe encolpe reopened this Jan 22, 2016
@encolpe encolpe changed the title Patter Pattern 2.6 not Python 3 compatible Jan 22, 2016
abhijeetchauhan added a commit to abhijeetchauhan/pattern that referenced this issue Mar 9, 2016
@ExplodingCabbage
Copy link

Duplicate of #62, I think, and should probably be closed.

@tom-de-smedt
Copy link
Member

Please see #62

@Myatsuwai
Copy link

Hi,
To solve this problem in python3 (SyntaxError: Missing parentheses in call to 'print'), use () in print sentence.
for eg.
print (n)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants