You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WheelFile._distinfo_path uses packaging.utils.canonicalize_name, which it shouldn't: it lower-cases the name in the .dist-info prefix, which makes the wheel unrecognizable to wheel unpack and pip:
MrMino
changed the title
Packages with capital letters in their distname end up corrupted
Packages with capital letters in their distname end up unpackable by wheel unpackJul 16, 2021
WheelFile._distinfo_path
usespackaging.utils.canonicalize_name
, which it shouldn't: it lower-cases the name in the.dist-info
prefix, which makes the wheel unrecognizable towheel unpack
andpip
:Missing Django-3.2.5+myversion.dist-info/RECORD file
Found out during working on the snippet in #9.
The text was updated successfully, but these errors were encountered: