We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I get this error: $ make generate python utils/data.py File "utils/data.py", line 63 def get_boxes(df: pd.DataFrame) -> List[Box]: ^ SyntaxError: invalid syntax Makefile:22: recipe for target 'generate' failed make: *** [generate] Error 1
Thanks
The text was updated successfully, but these errors were encountered:
Python3 is required. Type annotation is not supported in python2.
Change to python3 instead of python.
Or you could use pyenv, which will link python to python3
Sorry, something went wrong.
sorry but it didn't work.
Did you use Mac to develop the codes?
No branches or pull requests
Hi there,
I get this error:
$ make generate
python utils/data.py
File "utils/data.py", line 63
def get_boxes(df: pd.DataFrame) -> List[Box]:
^
SyntaxError: invalid syntax
Makefile:22: recipe for target 'generate' failed
make: *** [generate] Error 1
Thanks
The text was updated successfully, but these errors were encountered: