PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 21st of January, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[12:42:30] <petoju> hi, is pip broken? I installed it in clean docker container (ubuntu) via get-pip and ond any pip install, I am getting "ImportError: cannot import name SourceDistribution"
[12:46:43] <petoju> pradyunsg fixed it in https://github.com/pypa/pip/commit/b47903e5bbd28a9ff03025a2734f38e1bb8fa489
[12:46:49] <petoju> (so it was an issue)
[12:47:22] <petoju> it has to be released
[12:53:26] <pradyunsg> Made the release. :)
[12:54:18] <petoju> pradyunsg: thanks ;)
[13:57:28] <agronholm> I am thoroughly confused by ABI3 support on Windows. Is this a thing or not? In particular, the trivial ABI3 C extension included in wheel's tests fails to build on Windows with "AssertionError: would build wheel with unsupported tag ('cp32', 'abi3', 'win_amd64')". What is the tag combination expected to be then?
[14:04:47] <agronholm> I essentially ran into this again: https://github.com/hynek/argon2-cffi/pull/32
[17:03:19] <agronholm> also, could someone help me figure out why this happens on Github actions but works fine for me locally? https://github.com/pypa/wheel/runs/401291899
[18:24:44] <sumanah> reminder that the last day to ask for financial assistance to attend PyCon North America is 31 January https://us.pycon.org/2020/financial-assistance/
[19:55:24] <agronholm> regarding my previous message, it doesn't work for me locally either
[20:09:00] <agronholm> figured it out – an empty module is tolerated on non-Windows platforms, I just needed to add some boilerplate code