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

Unexpected keyword argument 'package_name' #24

Open
chris-y opened this issue Feb 15, 2023 · 0 comments
Open

Unexpected keyword argument 'package_name' #24

chris-y opened this issue Feb 15, 2023 · 0 comments

Comments

@chris-y
Copy link

chris-y commented Feb 15, 2023

I installed from pip and pulling the latest from main, and both versions just give me this error:

$ strava config
Traceback (most recent call last):
  File "/home/chris/.local/bin/strava", line 5, in <module>
    from strava.cli import cli
  File "/home/chris/.local/lib/python3.9/site-packages/strava/cli.py", line 17, in <module>
    def cli():
  File "/usr/lib/python3/dist-packages/click/decorators.py", line 304, in decorator
    return option(*(param_decls or ("--version",)), **attrs)(f)
  File "/usr/lib/python3/dist-packages/click/decorators.py", line 192, in decorator
    _param_memo(f, OptionClass(param_decls, **option_attrs))
  File "/usr/lib/python3/dist-packages/click/core.py", line 1714, in __init__
    Parameter.__init__(self, param_decls, type=type, **attrs)
TypeError: __init__() got an unexpected keyword argument 'package_name'
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