pylint-django icon indicating copy to clipboard operation
pylint-django copied to clipboard

Track down why pylint_django cannot be installed from a tarball

Open carlio opened this issue 5 years ago • 0 comments

As part of #287 I needed to remove the non-binary installation flag (see discussion here: https://github.com/PyCQA/pylint-django/pull/287#discussion_r478224905)

As far as I can tell the problem comes from clikit not being installed - when running with --no-binary :all: the installation fails (see this CI job)

This will need to be tracked down to completely understand what is missing so we can restore our tarball install sanity check.

carlio avatar Aug 28 '20 09:08 carlio