There seems to be an issue with with the pyPi version of cookiecutter which results in this error:
Traceback (most recent call last):
File "/usr/local/bin/cookiecutter", line 9, in <module>
load_entry_point('cookiecutter==0.9.1', 'console_scripts', 'cookiecutter')()
File "/usr/local/lib/python2.7/site-packages/cookiecutter/main.py", line 169, in main
cookiecutter(args.input_dir, args.checkout, args.no_input)
File "/usr/local/lib/python2.7/site-packages/cookiecutter/main.py", line 105, in cookiecutter
context=context
File "/usr/local/lib/python2.7/site-packages/cookiecutter/generate.py", line 181, in generate_files
env = Environment(keep_trailing_newline=True)
TypeError: __init__() got an unexpected keyword argument 'keep_trailing_newline'
There seems to be an issue with with the pyPi version of cookiecutter which results in this error: