PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 26th of June, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:31:09] <fschulze> Hi! I have an issue with dependency updates with pip. I install devpi-client which requires pluggy<1.0,>=0.6.0 it in turn requires tox which requires pluggy<1,>=0.12.0. During installation of devpi-client it sees an already installed pluggy 0.8.0 and skips installation of a newer one. Then it installs tox and complains about the too old pluggy version instead of upgrading it. I already tried with -U, but that doesn't cha
[08:31:09] <fschulze> ttps://travis-ci.org/fschulze/devpi/jobs/550685260#L191 (you might have to expand the "travis_retry pip install -U devpi-client towncrier" line. The default --upgrade-strategy is "eager", so I would expect pip to upgrade pluggy, but it doesn't.
[11:58:52] <exarkun> Still trying to work out why pyutil ends up like `file:///tmp/wheelhouse/pyutil-0%2Bunknown-py2-none-any.whl` in the wheelhouse when I `pip wheel https://github.com/exarkun/pyutil/archive/good-version.zip#egg=pyutil`