Wim Jeantine-Glenn
Wim Jeantine-Glenn
@takluyver got bitten by this again the other day, has anything changed in flit or flit-core since jan 2020 where parsing requires-python for development installs would be easier now?
This is still an issue in botocore v1.20.1 ``` >>> import warnings >>> for f in warnings.filters: ... print(f) ... ('default', None, , '__main__', 0) ('ignore', None, , None, 0)...
This is still an issue in the latest release. ``` >>> import warnings >>> before = set(warnings.filters) >>> import botocore.session >>> after = set(warnings.filters) >>> after - before {('always', None,...
me too https://meta.stackexchange.com/questions/306567/how-do-i-get-into-my-data-stackexchange-com-account
Can one of the admins verify this patch? 🙄
Well, that would be better than nothing. Can probably find a better encoding than base64 without too much effort.
That's right. We had a script which went on to attempt to do things that it shouldn't have done, because of an outdated pip & setuptools. A non-zero return code...
I guess this bug will be old enough to drink and vote some day ;) ~~If anyone else needs, there's a workaround demonstrated here (warning: very hacky monkeypatch) https://stackoverflow.com/a/60325681/674039~~ the...
I still don't understand, why does pip need to check for package integrity on `pip download --no-deps`? The user just wants to download the artifact, and get whatever release file...