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

TypeError: cli() got an unexpected keyword argument 'd' #1

Open
Kladderadatasch opened this issue Jul 15, 2019 · 0 comments
Open

TypeError: cli() got an unexpected keyword argument 'd' #1

Kladderadatasch opened this issue Jul 15, 2019 · 0 comments

Comments

@Kladderadatasch
Copy link

Kladderadatasch commented Jul 15, 2019

I'm faced with the following error:

gifmake ./img_folder
Traceback (most recent call last):
File "c:\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "c:\anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Anaconda3\Scripts\gifmake.exe_main
.py", line 9, in
File "c:\anaconda3\lib\site-packages\click\core.py", line 764, in call
return self.main(*args, **kwargs)
File "c:\anaconda3\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "c:\anaconda3\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "c:\anaconda3\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
TypeError: cli() got an unexpected keyword argument 'd'

How to solve this?

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