easydata icon indicating copy to clipboard operation
easydata copied to clipboard

error: post_gen_project

Open HenrryVargas opened this issue 5 years ago • 1 comments

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)

HenrryVargas avatar Jun 15 '19 20:06 HenrryVargas

Just occurred to me. That's an f-string. Were you perhaps using python <3.6?

hackalog avatar Feb 24 '20 20:02 hackalog