Closed derekdai closed 1 year ago
Use this tool: https://github.com/flatpak/flatpak-builder-tools/tree/master/pip
It generally does the right thing. In this case you need --prefix=${FLATPAK_DEST}
Ah, thanks, I didn't realize it had a --build-only
parameter.
Checklist
flatpak-builder version
1.2.3
Flatpak version
1.14.4
How to reproduce
With this manifest
Build with command below
The package and its dependencies will download and install successfully, but
pip show httpie
report not found.Expected Behavior
packages install through
pip
can be found and used.Actual Behavior
Installed packages can't be found.
Additional Information