pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
126 stars 51 forks source link

Update the launcher executables fetching script #187

Open pradyunsg opened 1 year ago

pradyunsg commented 1 year ago

Closes #159

pradyunsg commented 1 year ago

sigh The script no longer works.

pradyunsg commented 1 year ago

Whelp, looks like the executables on bitbucket weren't updated when the ones in distlib were updated. :/

Secrus commented 1 year ago

Whelp, looks like the executables on bitbucket weren't updated when the ones in distlib were updated. :/

if I understand it correctly, the executables are built from the files in the repo. maybe we could build them ourselves using GH Actions runner?

pradyunsg commented 1 year ago

maybe we could build them ourselves using GH Actions runner?

Yes, though I'm inclined to have bit-by-bit compatibility with stuff that's used in other places at the moment -- i.e. pull in copies from distlib release files instead. The caveat is that they're not the exact same set of files, so we'll need to review what we're supporting on Windows and match that compatibility with distlib/pip.