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

Incorrect pyparsing compatibility notes in README #7

Open
ptmcg opened this issue Mar 9, 2022 · 0 comments
Open

Incorrect pyparsing compatibility notes in README #7

ptmcg opened this issue Mar 9, 2022 · 0 comments

Comments

@ptmcg
Copy link

ptmcg commented Mar 9, 2022

Note that you may encounter an error while installing pyparsing on which json2xlsx
depends. This is probably because pyparsing 1.x runs only on Python 2.x while
pyparsing 2.x runs only on Python 3.x. Currently, json2xlsx declares in the package
that pyparsing 1.x is required, which means that Python 3.x users must install
json2xlsx from GitHub with manual modificatin to setup.py. I do not use Python 3.x
often, so please let me know a workaround.

Pyparsing 2.4.7 is compatible with both Python 2.7 and Python 3.x Pyparsing 3.0.0 is the first pyparsing version that is not compatible with 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