ofek / pyapp

Runtime installer for Python applications
https://ofek.dev/pyapp/
1.18k stars 27 forks source link

CPython 3.7 unaccessible from `x86_64` linux #87

Closed trappitsch closed 7 months ago

trappitsch commented 7 months ago

The available python versions provide 3.7 without a PYAPP_DISTRIBUTION_VARIANT. However, if the OS is linux and arch is x86_64, this variant cannot be accessed at all. In this case, if the PYAPP_DISTRIBUTION_VARIABLE is empty, it defaults to v3 -> which is not available. However, there seems to be no setting that the variable can be set to in order to access the variant "" that is the list.

This seems to be only an issue for 3.7.

Some possible fixes:

In addition, I think an overview page in the docs on what pythons are available in what configuration would be helpful. This could be auto-generated from the update_distributions.py script for example.

Again, happy to contribute these changes :)