This message was deleted.
# ask-anything
s
This message was deleted.
m
(python) C:\Users\yosty\Desktop\Desktop_Folder\14 - git\dataScripts\EY-PDF>ploomber scaffold Traceback (most recent call last): File "C:\Users\yosty\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\yosty\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\yosty\Envs\python\Scripts\ploomber.exe\__main__.py", line 4, in <module> File "c:\users\yosty\envs\python\lib\site-packages\ploomber_cli\cli.py", line 36, in <module> def cli(): File "c:\users\yosty\envs\python\lib\site-packages\click\decorators.py", line 304, in decorator return option(*(param_decls or ("--version",)), **attrs)(f) File "c:\users\yosty\envs\python\lib\site-packages\click\decorators.py", line 192, in decorator _param_memo(f, OptionClass(param_decls, **option_attrs)) File "c:\users\yosty\envs\python\lib\site-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'
(python) C:\Users\yosty\Desktop\Desktop_Folder\14 - git\dataScripts\EY-PDF>ploomber scaffold --empty Traceback (most recent call last): File "C:\Users\yosty\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\yosty\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\yosty\Envs\python\Scripts\ploomber.exe\__main__.py", line 4, in <module> File "c:\users\yosty\envs\python\lib\site-packages\ploomber_cli\cli.py", line 36, in <module> def cli(): File "c:\users\yosty\envs\python\lib\site-packages\click\decorators.py", line 304, in decorator return option(*(param_decls or ("--version",)), **attrs)(f) File "c:\users\yosty\envs\python\lib\site-packages\click\decorators.py", line 192, in decorator _param_memo(f, OptionClass(param_decls, **option_attrs)) File "c:\users\yosty\envs\python\lib\site-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'
e
looks like you have an old version of click:
pip install click --upgrade
m
worked! thank you a ton
having fun using ploomber, thanks so much!
🙏 1
e
glad to hear that! keep that feedback coming!
m
Something I noticed, the best way to contact you, this slack is under docs on the blog- not under contact
very minor, but something I noticed
e
you mean this section? we have a link to slack both here and in the bottom left of the docs. anything suggestions?
m
its in the bottom right here: https://ploomber.io/contact/ nvm all good
👍 1
It would be nice to reference how to use these simple parameters under them
1. how to declare 2. how to use
🙌 1
i
Could you please open an issue? 🙂