-
Notifications
You must be signed in to change notification settings - Fork 6
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
TypeError: 'Forward' object is not subscriptable #8
Comments
Thanks for reporting! I'll look into it... |
@goerz i just found the issue. We need a strict version on pyparsing. Would you mind to add a more strict version at the setup.py to avoid this issue? |
So it looks like the broken CI had pyparsing 2.4.0, and the one that works has pyparsing 2.4.7... I'll see if I can nail down what the minimum version requirement is, or maybe I can even find some fix that will make it work on all versions. |
Awesome! That was exactly the issue. Thank you! |
Turns out it is easy to write the grammar in such a way that it works with a wider range of pyparsing versions (2.0.2 seems like the oldest one that works, but that's more than 6 years old, so that should be plenty) |
Great! Thank you for addressing this issue so fast. 👍 |
I'll try to make a |
The |
Description
Upload of docs started to fail with doctr-versions-menu 0.2.0.
What I Did
CI started failing with doctr-versions-menu 0.2.0 and Python 3.6.
More details here: https://travis-ci.com/github/hhslepicka/testproject1234/jobs/366798126#L360-L378
The text was updated successfully, but these errors were encountered: