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

Version on PyPI doesn't work with Python3 #20

Open
ooglyhLL opened this issue Feb 7, 2018 · 1 comment
Open

Version on PyPI doesn't work with Python3 #20

ooglyhLL opened this issue Feb 7, 2018 · 1 comment

Comments

@ooglyhLL
Copy link

ooglyhLL commented Feb 7, 2018

This has already been been fixed here. But just to remind you what the error was:
File "sd-example.py", line 13, in
from parcon.railroad import Then, Or, Token, Loop, Bullet, Nothing
File "/usr/local/lib/python3.5/dist-packages/parcon/init.py", line 409
position, e = max(expected, key=lambda (position, _): position)
^
SyntaxError: invalid syntax

@justinpryzby
Copy link

Any chance you'll make a release ? What's pip3 installs a version which fails to even import ...

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

2 participants