Unexpected error after executing "Amoni init" #7
Replies: 3 comments 1 reply
-
Looks like I've screwed something up. I'll have a look when I'm back at my computer next week. |
Beta Was this translation helpful? Give feedback.
-
I can't reproduce this. I've just installed the current version and run Have you, by any chance, used I'll look at whether I need to tighten the pins for those packages... |
Beta Was this translation helpful? Give feedback.
-
thanks for coming back to me, I will check that. By chance could you confirm which version of Python 3 you are using? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, Getting an odd error whilst trying this for the first time. (docker prereq is installed):
amoni init
Traceback (most recent call last):
File "/home/james/.local/bin/amoni", line 8, in
sys.exit(cmd())
File "/home/james/.local/lib/python3.8/site-packages/typer/main.py", line 214, in call
return get_command(self)(*args, **kwargs)
File "/home/james/.local/lib/python3.8/site-packages/typer/main.py", line 232, in get_command
click_command = get_group(typer_instance)
File "/home/james/.local/lib/python3.8/site-packages/typer/main.py", line 218, in get_group
group = get_group_from_info(TyperInfo(typer_instance))
File "/home/james/.local/lib/python3.8/site-packages/typer/main.py", line 349, in get_group_from_info
command = get_command_from_info(command_info=command_info)
File "/home/james/.local/lib/python3.8/site-packages/typer/main.py", line 427, in get_command_from_info
command = cls(
TypeError: init() got an unexpected keyword argument 'no_args_is_help'
Any ideas? thanks
Beta Was this translation helpful? Give feedback.
All reactions