Python Forum
Installing Pillow from remote archive in Linux Flatpak
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Pillow from remote archive in Linux Flatpak
#5
This worked on my PC, but to make the Flatpak work I had put this parameter back "--prefix=${FLATPAK_DEST}" presumably to ensure that it is installed in the correct Flatpak directory.

modules:
  - name: python3-pillow
    buildsystem: simple
    build-commands:
      - pip3 install . --prefix=${FLATPAK_DEST}
    sources:
      - type: archive
        url: https://github.com/python-pillow/Pillow/archive/refs/tags/8.3.2.tar.gz
        sha256: 8252b6b514aed2743abb5b7259b3253d6c4bf86902b9c5acd33fe79d24ec7b2f
Can I ignore this warning?
Successfully installed Pillow-8.3.2
  WARNING: There was an error checking the latest version of pip.
Reply


Messages In This Thread
RE: Installing Pillow from remote archive in Linux Flatpak - by ChrisOfBristol - Sep-23-2022, 06:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Extract and rename a file from an Archive tester_V 4 3,952 Jul-08-2024, 07:54 AM
Last Post: tester_V
  Extracting specific file from an archive tester_V 4 2,617 Jan-29-2024, 06:41 PM
Last Post: tester_V
  Find specific file in an archive tester_V 8 4,928 Feb-13-2021, 06:13 PM
Last Post: tester_V
  Questions about installing Pillow Coggleton 1 3,126 Jan-03-2021, 12:01 AM
Last Post: snippsat
  Problem creating an archive trojantrojan 3 2,998 May-10-2020, 01:32 AM
Last Post: trojantrojan
  Invalid archive error when attempting to install dash bootstrap components meaydemi 0 5,589 Jul-11-2019, 05:49 PM
Last Post: meaydemi
  Create file archive that contains crypto hash ED209 1 2,749 May-29-2019, 03:05 AM
Last Post: heiner55
  Archive (.7z, .zip, .rar, .tar, etc) Password Extractor btforensics 1 7,374 Jul-08-2018, 08:29 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020