When I run the command, I get the error below. I installed all the requirements successfully. I'm running wsl.
python fire.py --access_key aaaaa --secret_access_key aaaaaa --region us-east-1 --url https://login.microsoft.com --command create
File "fire.py", line 18
def init(self, arguments: argparse.Namespace, help_text: str):
^
When I run the command, I get the error below. I installed all the requirements successfully. I'm running wsl.
python fire.py --access_key aaaaa --secret_access_key aaaaaa --region us-east-1 --url https://login.microsoft.com --command create
File "fire.py", line 18
def init(self, arguments: argparse.Namespace, help_text: str):
^