[19:10:25] <xafer> dstufft, regarding PEP470, FWIW I'm having a hard time understanding "Of those, 99.5% of them installed something which could not be verified, and thus they were open to a Remote Code Execution via a Man-In-The-Middle attack, while 7.9% installed something which could be verified and only 0.4% only installed things which could be verified."
[19:22:32] <dstufft> xafer: What part is confusing?
[19:22:34] <dstufft> is it because the numbers don't add up?
[19:25:21] <xafer> yes, I'm wondering what those 7.9 % are
[19:25:43] <dstufft> Well the numbers don't add up but it's a Venn Diagram
[19:26:17] <dstufft> Where one side is "People who installed Something Hosted Externally Safely", and the other side is "People who Installed Something Hosted Unsafely"
[20:40:43] <nanonyme> I mean, it doesn't even work with virtualenv
[21:28:20] <justinabrahms> hey folks. I'm trying to install a package from a local directory full of tarballs. My command is `.virtualenv/bin/pip install --find-links="file://$PWD/pip-packages/" --no-index account_reports` and the output complains that its the wrong package name.
[21:29:07] <justinabrahms> Exact error: Skipping link file:///home/sprintly/sprint.ly-4320/pip-packages/account-reports.tar.gz; wrong project name (not account-reports) — What is it expecting there? Looking at the source, it's doing a comparison on the file:// url to the package name, not interpreting the tarball.
[21:29:16] <justinabrahms> s/interpreting/extracing and looking inside/