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

module 'pyparsing' has no attribute 'downcaseTokens' #77

Closed
Zackhardtoname opened this issue Nov 11, 2021 · 1 comment
Closed

module 'pyparsing' has no attribute 'downcaseTokens' #77

Zackhardtoname opened this issue Nov 11, 2021 · 1 comment

Comments

@Zackhardtoname
Copy link

I think maybe my Arch upgraded the package too forward and broke a dependency.

Downloads i3-agenda -c /home/zack/drive/else/Configs/google_calendar_credentials.json -ttl 10     
Traceback (most recent call last):
  File "/usr/bin/i3-agenda", line 33, in <module>
    sys.exit(load_entry_point('i3-agenda==1.6.3', 'console_scripts', 'i3-agenda')())
  File "/usr/lib/python3.9/site-packages/i3_agenda/__init__.py", line 59, in main
    events = load_events(args)
  File "/usr/lib/python3.9/site-packages/i3_agenda/__init__.py", line 39, in load_events
    from API import get_events
  File "/usr/bin/API.py", line 9, in <module>
    from googleapiclient.discovery import build, Resource
  File "/usr/lib/python3.9/site-packages/googleapiclient/discovery.py", line 42, in <module>
    import httplib2
  File "/usr/lib/python3.9/site-packages/httplib2/__init__.py", line 52, in <module>
    from . import auth
  File "/usr/lib/python3.9/site-packages/httplib2/auth.py", line 20, in <module>
    auth_param_name = token.copy().setName("auth-param-name").addParseAction(pp.downcaseTokens)
AttributeError: module 'pyparsing' has no attribute 'downcaseTokens'

@Zackhardtoname
Copy link
Author

I rebuilt the package via reinstallation. Thanks!

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