PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 7th of June, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[18:29:04] <jellycode> hey guys, i reported issues with upload errors (HTTPError: 400 Client Error: Bad Request) to Artifactory PIP repo a few months back. It turned out to be related to the metadata version, and artifactory released a patch i think. Right now, my CI servers can upload, but my laptop cannot, back to getting the errors. I just tried upgrading setuptools... anybody have a clue what the issue might be?
[18:32:00] <jellycode> ok, i googled it, and found our past conversation. the previous fix was to downgrade to setuptools==38.5.2
[18:32:39] <jellycode> and, after recreating the package, that fixed it :)
[18:32:41] <jellycode> thanks again :)
[19:01:32] <Siecje> Do you know what about the newer setuptools is the issue?
[19:25:11] <di_codes> Siecje: `setuptools&gt;=38.6.0` generates Metadata 2.1, which is not compatible with some older versions of Artifactory