Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Pflege des Betriebssystems
  5. pip install, wie und wo ausführen? [OT?]

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

pip install, wie und wo ausführen? [OT?]

Scheduled Pinned Locked Moved Pflege des Betriebssystems
5 Posts 3 Posters 520 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    WolfgangFB
    wrote on last edited by
    #1

    In dem IO-Broker Adapter ESPHome bekomme ich den Hinweis, ich solle

    Please install the pillow python package to use this feature. (pip install "pillow==10.0.1").
    

    installieren.

    Wenn ich das im /opt/iobroker Verzeichnis mache bekomme ich

    error: externally-managed-environment
    
    This environment is externally managed
    
    To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
    
    For more information visit http://rptl.io/venv
    
    note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
    hint: See PEP 668 for the detailed specification.
    

    Python ist aber installiert

    pi@raspberrypi:/opt/iobroker $ python
    python             python3            python3.11         python3.11-config  python3-config     python-dotenv
    

    Wie und wo installiere ich pillow?

    Thomas BraunT 1 Reply Last reply
    0
    • W WolfgangFB

      In dem IO-Broker Adapter ESPHome bekomme ich den Hinweis, ich solle

      Please install the pillow python package to use this feature. (pip install "pillow==10.0.1").
      

      installieren.

      Wenn ich das im /opt/iobroker Verzeichnis mache bekomme ich

      error: externally-managed-environment
      
      This environment is externally managed
      
      To install Python packages system-wide, try apt install
      python3-xyz, where xyz is the package you are trying to
      install.
      
      If you wish to install a non-Debian-packaged Python package,
      create a virtual environment using python3 -m venv path/to/venv.
      Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
      sure you have python3-full installed.
      
      For more information visit http://rptl.io/venv
      
      note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
      hint: See PEP 668 for the detailed specification.
      

      Python ist aber installiert

      pi@raspberrypi:/opt/iobroker $ python
      python             python3            python3.11         python3.11-config  python3-config     python-dotenv
      

      Wie und wo installiere ich pillow?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #2

      @wolfgangfb sagte in pip install, wie und wo ausführen? [OT?]:

      pillow python

      Heißt unter Debian wohl python3-pil

      Also

      sudo apt update
      sudo apt install python3-pil
      

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      W 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @wolfgangfb sagte in pip install, wie und wo ausführen? [OT?]:

        pillow python

        Heißt unter Debian wohl python3-pil

        Also

        sudo apt update
        sudo apt install python3-pil
        
        W Offline
        W Offline
        WolfgangFB
        wrote on last edited by
        #3

        @thomas-braun

        OK, danke erstmal.

        pi@raspberrypi:~ $ sudo apt install python3-pil
        Paketlisten werden gelesen... Fertig
        Abhngigkeitsbaum wird aufgebaut... Fertig
        Statusinformationen werden eingelesen... Fertig
        python3-pil ist schon die neueste Version (9.4.0-1.1+deb12u1).
        Die folgenden Pakete wurden automatisch installiert und werden nicht mehr bentigt:
          chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra gtk2-engines-clearlookspix
          libboost-program-options1.74.0 libcamera-apps libpisp0.0.1 libssl1.1 libwpe-1.0-1 libwpebackend-fdo-1.0-1
          linux-headers-6.1.0-rpi4-common-rpi linux-headers-6.1.0-rpi4-rpi-2712 linux-headers-6.1.0-rpi4-rpi-v8
          linux-image-6.1.0-rpi4-rpi-2712 linux-image-6.1.0-rpi4-rpi-v8
        

        Was mache ich dann weiter? python3-pil gibt es als Befehl nicht.

        HomoranH Thomas BraunT 2 Replies Last reply
        0
        • W WolfgangFB

          @thomas-braun

          OK, danke erstmal.

          pi@raspberrypi:~ $ sudo apt install python3-pil
          Paketlisten werden gelesen... Fertig
          Abhngigkeitsbaum wird aufgebaut... Fertig
          Statusinformationen werden eingelesen... Fertig
          python3-pil ist schon die neueste Version (9.4.0-1.1+deb12u1).
          Die folgenden Pakete wurden automatisch installiert und werden nicht mehr bentigt:
            chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra gtk2-engines-clearlookspix
            libboost-program-options1.74.0 libcamera-apps libpisp0.0.1 libssl1.1 libwpe-1.0-1 libwpebackend-fdo-1.0-1
            linux-headers-6.1.0-rpi4-common-rpi linux-headers-6.1.0-rpi4-rpi-2712 linux-headers-6.1.0-rpi4-rpi-v8
            linux-image-6.1.0-rpi4-rpi-2712 linux-image-6.1.0-rpi4-rpi-v8
          

          Was mache ich dann weiter? python3-pil gibt es als Befehl nicht.

          HomoranH Do not disturb
          HomoranH Do not disturb
          Homoran
          Global Moderator Administrators
          wrote on last edited by
          #4

          @wolfgangfb sagte in pip install, wie und wo ausführen? [OT?]:

          Was mache ich dann weiter? python3-pil gibt es als Befehl nicht.

          ist doch schon installiert

          @wolfgangfb sagte in pip install, wie und wo ausführen? [OT?]:

          python3-pil ist schon die neueste Version (9.4.0-1.1+deb12u1).

          und klemmt es

          @wolfgangfb sagte in pip install, wie und wo ausführen? [OT?]:

          In dem IO-Broker Adapter ESPHome

          immer noch?
          auch nach reboot?

          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Reply Last reply
          0
          • W WolfgangFB

            @thomas-braun

            OK, danke erstmal.

            pi@raspberrypi:~ $ sudo apt install python3-pil
            Paketlisten werden gelesen... Fertig
            Abhngigkeitsbaum wird aufgebaut... Fertig
            Statusinformationen werden eingelesen... Fertig
            python3-pil ist schon die neueste Version (9.4.0-1.1+deb12u1).
            Die folgenden Pakete wurden automatisch installiert und werden nicht mehr bentigt:
              chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra gtk2-engines-clearlookspix
              libboost-program-options1.74.0 libcamera-apps libpisp0.0.1 libssl1.1 libwpe-1.0-1 libwpebackend-fdo-1.0-1
              linux-headers-6.1.0-rpi4-common-rpi linux-headers-6.1.0-rpi4-rpi-2712 linux-headers-6.1.0-rpi4-rpi-v8
              linux-image-6.1.0-rpi4-rpi-2712 linux-image-6.1.0-rpi4-rpi-v8
            

            Was mache ich dann weiter? python3-pil gibt es als Befehl nicht.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #5

            @wolfgangfb

            pip install "pillow==10.0.1"
            python3-pil ist schon die neueste Version (9.4.0-1.1+deb12u1).

            Möglicherweise ist die Version aus dem Debian-Stall zu alt.
            In meinem Debian Testing wäre z. B. eine aktuellere Version verfügbar:

            echad@chet:~ $ apt policy python3-pil
            python3-pil:
              Installed: (none)
              Candidate: 10.4.0-1
              Version table:
                 10.4.0-1 500
                    500 http://deb.debian.org/debian trixie/main arm64 Packages
            echad@chet:~ $ 
            

            Wie man das möglichst sauber an der Paketdatenbank vorbei in ein venv installiert hab ich mir ehrlich gesagt noch nie angeschaut.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            Support us

            ioBroker
            Community Adapters
            Donate

            811

            Online

            32.4k

            Users

            81.5k

            Topics

            1.3m

            Posts
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
            ioBroker Community 2014-2025
            logo
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Home
            • Recent
            • Tags
            • Unread 0
            • Categories
            • Unreplied
            • Popular
            • GitHub
            • Docu
            • Hilfe