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

Pyparsing incompatibility with peppercompiler in python 2.7 #1

Open
boospooky opened this issue Feb 19, 2019 · 0 comments
Open

Pyparsing incompatibility with peppercompiler in python 2.7 #1

boospooky opened this issue Feb 19, 2019 · 0 comments

Comments

@boospooky
Copy link
Collaborator

@policorrea identified an error in which the most recent versions of pyparsing are incompatible with Python 2.7 and peppercompiler. The error message for Python 2.7.15rc1 and pyparsing 2.2.0 is:

    self.saveAsList = expr.saveAsList
AttributeError: 'str' object has no attribute 'saveAsList'

The solution approach will be to require a legacy pyparsing version under python 2.7.

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

1 participant