Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. esphome - ERROR: Process exited with code 25

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    esphome - ERROR: Process exited with code 25

    This topic has been deleted. Only users with topic management privileges can see it.
    • haus-automatisierung
      haus-automatisierung Developer Most Active @LE-R.Kelly last edited by

      @le-r-kelly sagte in esphome - ERROR: Process exited with code 25:

      Wenn ich das bei meiner Netzrecherche richtig verstanden habe ist Python = Python2 und auf einem Raspbian der Standard.

      Nicht unbedingt. Auf einer frischen Bullseye Installation ist python 3 installiert und der Befehl python führt dann auch python3 aus:

      python --version
      Python 3.9.2
      

      Das Problem ist, dass der ioBroker installer aktuell python-dev installiert.

      Das wiederum installiert python, was auf stable (aktuell bullseye) dazu führt, dass python-is-python2 installiert wird.

      Also hat man danach einen Symlink von python auf python2, obwohl vorher alles gut war:

      python --version
      Python 2.7.18
      

      Zu dem Thema habe ich gerade auch einen Issue geöffnet:

      https://github.com/ioBroker/ioBroker/issues/383

      (heute getestet mit Raspbian Lite OS 64-Bit)

      klein0r created this issue in ioBroker/ioBroker

      closed [Installer] avoid python 2 installation - python-dev to python3-dev #383

      S Homoran 2 Replies Last reply Reply Quote 1
      • S
        Sushibomba @haus-automatisierung last edited by

        @haus-automatisierung

        Verstehe ich noch nicht so ganz. Bei mir schlägt die Installation von ESP Home auch fehl.
        Was muss ich denn jetzt tun um ESP Home installieren zu können? :-S

        Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @haus-automatisierung last edited by

          @haus-automatisierung sagte in esphome - ERROR: Process exited with code 25:

          @le-r-kelly sagte in esphome - ERROR: Process exited with code 25:

          Wenn ich das bei meiner Netzrecherche richtig verstanden habe ist Python = Python2 und auf einem Raspbian der Standard.

          Nicht unbedingt.

          das wird eine ältere Information gewesen sein. Bei Aufkommen von python3 wurde noch von sehr vielen Programmen python2 benutzt, resp. waren diese nicht python3 kompatibel.
          Deswegen blieb der Aufruf python für python2 bestehen und python3 musste explizit so aufgerufen werden.
          Mittlerweile sieht dies anders aus.

          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Sushibomba last edited by

            @sushibomba mach es mal in der konsole mit zusätzlichem --debug und poste den Output in code-tags

            1 Reply Last reply Reply Quote 1
            • Thomas Braun
              Thomas Braun Most Active @Sushibomba last edited by

              @sushibomba

              sudo apt update
              sudo apt install python-is-python3 python-dev-is-python3
              
              S 2 Replies Last reply Reply Quote 0
              • S
                Sushibomba last edited by Sushibomba

                @Homoran Soll ich das erst mal probieren was @Thomas-braun vorgeschlagen hat?

                1 Reply Last reply Reply Quote 0
                • S
                  Sushibomba @Thomas Braun last edited by

                  @thomas-braun

                  Also das machen und danach nochmal versuchen über die Beta Repo zu installieren?

                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Sushibomba last edited by

                    @sushibomba python kannst du wie oben geschrieben sauber installieren.
                    Von Beta würde ich ohne triftigen Grund die Finger lassen. Versuch erstmal mit der stable Version dein Glück.
                    Die mit --debug-Option installieren.

                    FredF 1 Reply Last reply Reply Quote 0
                    • FredF
                      FredF Most Active Forum Testing @Thomas Braun last edited by

                      @thomas-braun sagte in esphome - ERROR: Process exited with code 25:

                      Versuch erstmal mit der stable Version dein Glück.

                      Den ESPHome Adapter gibt es nur als beta

                      2021.02.27	
                      github:	0.2.4
                      latest:	0.2.4 for 11 months
                      stable:	-.-.-
                      
                      1 Reply Last reply Reply Quote 0
                      • S
                        Sushibomba @Thomas Braun last edited by

                        @thomas-braun

                        sudo apt install python-is-python3 python-dev-is-python3                  Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        The following packages were automatically installed and are no longer required:
                          libpython2-dev libpython2.7 libpython2.7-dev python2-dev python2.7-dev
                        Use 'sudo apt autoremove' to remove them.
                        The following additional packages will be installed:
                          libpython3-dev libpython3.9-dev python3-dev python3.9-dev
                        The following packages will be REMOVED:
                          python-dev-is-python2 python-is-python2
                        The following NEW packages will be installed:
                          libpython3-dev libpython3.9-dev python-dev-is-python3 python-is-python3 python3-dev
                          python3.9-dev
                        0 upgraded, 6 newly installed, 2 to remove and 90 not upgraded.
                        Need to get 3,606 kB of archives.
                        After this operation, 14.7 MB of additional disk space will be used.
                        Do you want to continue? [Y/n]
                        
                        

                        Soll ich die Installation durchführen?

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Sushibomba last edited by

                          @sushibomba

                          Ja.

                          S 1 Reply Last reply Reply Quote 1
                          • S
                            Sushibomba @Thomas Braun last edited by Sushibomba

                            @thomas-braun
                            Ok hab ich. Muss ich danach noch irgendwelche Befehle ausführen um alte Dateien zu löschen oder so? Und sollte ich den Pi dann noch neustarten?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Sushibomba last edited by

                              @sushibomba

                              Use 'sudo apt autoremove' to remove them.

                              Aber lös den Update-Stau mal endlich auf:

                              and 90 not upgraded.

                              iobroker stop
                              sudo apt update
                              sudo apt full-upgrade
                              sudo apt autoremove
                              sudo reboot
                              
                              S 1 Reply Last reply Reply Quote 1
                              • S
                                Sushibomba @Thomas Braun last edited by

                                @thomas-braun sagte in esphome - ERROR: Process exited with code 25:

                                sudo reboot

                                Hab ich gemacht.

                                Jetzt habe ich ein Problem dadurch in Grafana 😞

                                InfluxDB plugin failed
                                ChunkLoadError: Loading chunk 5783 failed. (error: http://192.xxx.xxx.xx:3000/public/build/influxdbPlugin.94c35fd39f967eb67896.js)

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Sushibomba last edited by

                                  @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                                  Jetzt habe ich ein Problem dadurch in Grafana

                                  Nein, nicht dadurch.

                                  S 1 Reply Last reply Reply Quote 1
                                  • S
                                    Sushibomba @Thomas Braun last edited by

                                    @thomas-braun
                                    Ok. Das heißt?
                                    Also wie bekomme ich es jetzt wieder zum laufen?
                                    InfluxDB nochmal neu starten?

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Sushibomba last edited by

                                      @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                                      InfluxDB nochmal neu starten?

                                      Welche influx wie installiert?

                                      S 2 Replies Last reply Reply Quote 1
                                      • S
                                        Sushibomba @Thomas Braun last edited by

                                        @thomas-braun
                                        Schon ne Zeit her und so firm bin ich mit dem ganzen leider nicht.
                                        Wie schaue ich das nochmal nach?
                                        Habe das damals nach einem youtube Video gemacht.

                                        Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Sushibomba last edited by

                                          @sushibomba sagte in esphome - ERROR: Process exited with code 25:

                                          Habe das damals nach einem youtube Video gemacht.

                                          dann mach einen neuen Thread auf mit vernünftigem Titel

                                          1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Sushibomba last edited by

                                            @sushibomba

                                            apt policy influxdb*
                                            

                                            und mal über das Ganze drüberschauen....

                                            sudo apt update
                                            
                                            S 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            612
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            162
                                            13334
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo