This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients darrel.opry, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-14.22:19:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647296351.06.0.832121045184.issue46950@roundup.psfhosted.org>
In-reply-to
Content
Okay, so that means there's some code somewhere that has a lowercase "lib".

If you change it back to "Lib", can you do "python -m pip"? If that works, but a direct "pip" does not, it'll be an issue in pip (or a dependency), as those executables are generated by them.

There are likely many places where we rely on case-insensitivity throughout the codebase though, and certainly a number of places where we unconditionally casefold on Windows before doing comparisons. It's going to take a decent amount of time to track these down, and may not always be feasible, but if we can start enumerating them then it's worth making the fixes.
History
Date User Action Args
2022-03-14 22:19:11steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, darrel.opry
2022-03-14 22:19:11steve.dowersetmessageid: <1647296351.06.0.832121045184.issue46950@roundup.psfhosted.org>
2022-03-14 22:19:11steve.dowerlinkissue46950 messages
2022-03-14 22:19:10steve.dowercreate