Flatpak and Python

Ludovico de Nittis aasonykk at gmail.com
Sun Jul 8 17:29:21 UTC 2018


Hi,

On Sun, Jul 8, 2018 at 11:08 AM, Goffi <goffi at goffi.org> wrote:
> 2) the project is using Python 2. The flatpak-pip-generator script use the
> --prefix option with pip, but the pip2 available in the image is too old
> (7.1.0 while last version is 10.0.1) and doesn't have this option. Would is
> be possible to update it in the runtime ?

We solved this problem installing a newer version of setuptools and pip.
This is the example code:
https://github.com/flathub/org.gnome.Keysign/blob/8728a2445de5b074e667f8fa009df6df50e76167/org.gnome.Keysign.yml#L35

Cheers,
Ludovico


More information about the Flatpak mailing list