Package: cookiecutter Version: 1.0.0-1 Severity: important Dear Maintainer,
When I launch cookiecutter, as described in http://cookiecutter.readthedocs.org/en/latest/tutorial1.html#step-1-generate-a-python-package-project , with the command $ cookiecutter https://github.com/audreyr/cookiecutter-pypackage.git I have the following error message : Traceback (most recent call last): File "/usr/bin/cookiecutter", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3084, in <module> @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3070, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 653, in _build_master return cls._build_from_requirements(__requires__) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 666, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 839, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'click<4.0' distribution was not found and is required by cookiecutter Idem with the command (or any others arguments) $ cookiecutter -h In result, I cannot use this program. After search, I see this report on main repo : https://github.com/audreyr/cookiecutter/issues/472 Thanks and good luck ! -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 4.0.0-2-686-pae (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages cookiecutter depends on: ii python 2.7.9-1 ii python-cookiecutter 1.0.0-1 cookiecutter recommends no packages. cookiecutter suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

