easydata
easydata copied to clipboard
error: post_gen_project
HI
when i use : sudo cookiecutter https://github.com/hackalog/cookiecutter-easydata.git --checkout bus_number
show me the following error: File "/tmp/tmp1KbtQa.py", line 13 src_path = config_dir / f'{template_name}.json'
SyntaxError: invalid syntax ERROR: Stopping generation because post_gen_project hook script didn't exit successfully Hook script failed (exit status: 1)
Just occurred to me. That's an f-string. Were you perhaps using python <3.6?