Closed tomek7667 closed 3 months ago
I wanted to use the template on a fresh machine and had all the deps but still got error:
➜ cyberman cookiecutter gh:ionelmc/cookiecutter-pylibrary Unable to load extension: No module named 'jinja2_time'
Solved it by just installing it, but good to have up-to-date docs
Actually it was a bug in cookiecutter's documentation - the reference to jinja2_time isn't needed and should be deleted instead.
https://github.com/cookiecutter/cookiecutter/issues/1888
I wanted to use the template on a fresh machine and had all the deps but still got error:
Solved it by just installing it, but good to have up-to-date docs