wemake-python-package icon indicating copy to clipboard operation
wemake-python-package copied to clipboard

Check that all deps are installed during `pre` hook

Open sobolevn opened this issue 4 years ago • 0 comments

It is a really bad experience to have this exception:

» cookiecutter gh:wemake-services/wemake-python-package
You've downloaded /Users/sobolev/.cookiecutters/wemake-python-package before. Is it okay to delete and re-download it? [yes]: yes
project_name [my-awesome-project]: test
organization [wemake.services]: 
project_description [This is how python package should look like!]: test
license [MIT]: 
pyenv: lice: command not found

The `lice' command exists in these Python versions:
  3.8.9

Note: See 'pyenv help global' for tips on allowing both
      python2 and python3 to be found.
32512
ERROR: Stopping generation because post_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)

sobolevn avatar Oct 21 '21 17:10 sobolevn