-
Notifications
You must be signed in to change notification settings - Fork 170
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
module 'pyparsing' has no attribute 'downcaseTokens' #185
Comments
Thanks for the report. I'm wondering if when you do "pip list" if pyparsing version is not 2.4.7 but 3.x. If you are really using 2.4.7 then I wouldn't expect this error. |
This the output:
And the error is the same. |
What is the notebook environment you are seeing this failure in? Does restarting the kernel help? |
Not sure what you mean but I'm using jupyter notebook, with Python 3.9. And no, restarting it doesn't help. Thanks for the quick responses! |
Are you able to test with python 3.6 or 3.7? I haven't tried WIT in py 3.9 yet. |
Came here after running into the same issue but in web2py. This issue seems to come from an incompatibility in Hope this helps! |
Thanks. That really helped 👍 |
Or by downgrading to 0.19.0. That also worked |
Thanks This also work for me. By running this command only - pip install httplib2. This will automatically downgrade the pyparsing to 2.4.7 version. pip install httplib2 Requirement already satisfied: httplib2 in c:\programdata\anaconda3\lib\site-packages (0.20.1) |
IInstall:
The text was updated successfully, but these errors were encountered: