Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Kann ioBroker auf Windows 10 nicht installieren

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    [gelöst] Kann ioBroker auf Windows 10 nicht installieren

    This topic has been deleted. Only users with topic management privileges can see it.
    • eric2905
      eric2905 last edited by

      Ja, sieht danach aus.

      Can‘t find python executable „python“ ... 
      ````ist ziemlich eindeutig.
      
      Entweder fehlt es oder die Path-Variable passt nicht / fehlt.
      
      Gruß,
      
      Eric
      
      Von unterwegs getippert
      1 Reply Last reply Reply Quote 0
      • R
        rh1212 last edited by

        @Homoran:

        Bitte Code hier als Text in Code-Tags posten.

        Auch wenn ich die Screenshots schlecht lesen kann und mit WIN-Installationen noch nicht gearbeitet habe scheint die Python zu fehlen.

        Gruß

        Rainer `

        Danke für die Antwort.

        @Homoran:

        Bitte Code hier als Text in Code-Tags posten.

        Auch wenn ich die Screenshots schlecht lesen kann und mit WIN-Installationen noch nicht gearbeitet habe scheint die Python zu fehlen.

        Gruß

        Rainer `

        danke für die Antwort

        Wenn ich das über die Auto Installation machen kriege ich das:

        iobroker@1.0.8 install C:\ioBroker\node_modules\iobroker
        > node lib/setup.js
        
        NPM version: 2.15.9
        
        npm install iobroker.discovery --production --save --prefix "C:/ioBroker"
        npm install iobroker.admin --production --save --prefix "C:/ioBroker"
        npm install iobroker.js-controller --production --save --prefix "C:/ioBroker"
        npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated
        gyp ERR! configure error
        gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
        gyp ERR! stack     at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
        gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
        gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:82:15)
        gyp ERR! System Windows_NT 10.0.16299
        gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
        gyp ERR! cwd C:\ioBroker\node_modules\iobroker.js-controller\node_modules\winston-syslog\node_modules\unix-dgram
        gyp ERR! node -v v4.5.0
        gyp ERR! node-gyp -v v3.4.0
        gyp ERR! not ok
        npm WARN optional dep failed, continuing unix-dgram@0.2.3
        gyp ERR! configure error
        gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
        gyp ERR! stack     at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
        gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
        gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:82:15)
        gyp ERR! System Windows_NT 10.0.16299
        gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
        gyp ERR! cwd C:\ioBroker\node_modules\iobroker.js-controller\node_modules\greenlock\node_modules\rsa-compat\node_modules\ursa
        gyp ERR! node -v v4.5.0
        gyp ERR! node-gyp -v v3.4.0
        gyp ERR! not ok
        npm WARN optional dep failed, continuing ursa@0.9.4
        Write "iobroker start" to start the ioBroker
        npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --save --prefix "C:/ioBroker/"
        
        

        Und wenn ich ich node js getrennt installiere und dann iobroker ordern erstellen und mit npm install iobroker versuche kriege ich das gleiche:

        C:\Windows\System32>cd C:/iobroker
        
        C:\ioBroker>npm install iobroker
        |
        > iobroker@1.0.8 install C:\ioBroker\node_modules\iobroker
        > node lib/setup.js
        
        NPM version: 2.15.9
        
        npm install iobroker.discovery --production --save --prefix "C:/ioBroker"
        npm install iobroker.admin --production --save --prefix "C:/ioBroker"
        npm install iobroker.js-controller --production --save --prefix "C:/ioBroker"
        npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated
        gyp ERR! configure error
        gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
        gyp ERR! stack     at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
        gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
        gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:82:15)
        gyp ERR! System Windows_NT 10.0.16299
        gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
        gyp ERR! cwd C:\ioBroker\node_modules\iobroker.js-controller\node_modules\winston-syslog\node_modules\unix-dgram
        gyp ERR! node -v v4.5.0
        gyp ERR! node-gyp -v v3.4.0
        gyp ERR! not ok
        npm WARN optional dep failed, continuing unix-dgram@0.2.3
        gyp ERR! configure error
        gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
        gyp ERR! stack     at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
        gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
        gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:82:15)
        gyp ERR! System Windows_NT 10.0.16299
        gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
        gyp ERR! cwd C:\ioBroker\node_modules\iobroker.js-controller\node_modules\greenlock\node_modules\rsa-compat\node_modules\ursa
        gyp ERR! node -v v4.5.0
        gyp ERR! node-gyp -v v3.4.0
        gyp ERR! not ok
        npm WARN optional dep failed, continuing ursa@0.9.4
        Write "iobroker start" to start the ioBroker
        npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --save --prefix "C:/ioBroker/"
        ioBroker service installed. Write "serviceIoBroker start" to start the service and go to http://localhost:8081 to open the admin UI.
        To see the outputs do not start the service, but write "node node_modules/iobroker.js-controller/controller"
        iobroker@1.0.8 node_modules\iobroker
        └── yargs@7.1.0 (get-caller-file@1.0.2, decamelize@1.2.0, y18n@3.2.1, camelcase@3.0.0, which-module@1.0.0, set-blocking@2.0.0, yargs-parser@5.0.0, require-directory@2.1.1, require-main-filename@1.0.1, cliui@3.2.0, string-width@1.0.2, os-locale@1.4.0, read-pkg-up@1.0.1)
        
        C:\ioBroker>
        
        
        1 Reply Last reply Reply Quote 0
        • R
          rh1212 last edited by

          @eric2905:

          Ja, sieht danach aus.

          Can‘t find python executable „python“ ... 
          ````ist ziemlich eindeutig.
          
          Entweder fehlt es oder die Path-Variable passt nicht / fehlt.
          
          Gruß,
          
          Eri
          
          Von unterwegs getippert `  
          

          Hallo Eri danke für die Antwort.

          Da ich leider nicht viel Ahnung habe, was soll ich an dieser Stelle machen? Ich hab vorher versucht von hier (https://www.npmjs.com/package/windows-build-tools) das zu installieren.

          Ich weiss es nicht ob was ich mache richtig ist.

          Danke nochmals!

          1 Reply Last reply Reply Quote 0
          • eric2905
            eric2905 last edited by

            Mal eine Frage:

            Hast Du die Windows-Installation von der Webseite mal probiert?

            ==> http://www.iobroker.net/docu/?page_id=2563&lang=de

            Gruß,

            Eric

            Von unterwegs getippert

            1 Reply Last reply Reply Quote 0
            • R
              rh1212 last edited by

              @eric2905:

              Mal eine Frage:

              Hast Du die Windows-Installation von der Webseite mal probiert?

              ==> http://www.iobroker.net/docu/?page_id=2563&lang=de

              Gruß,

              Eric

              Von unterwegs getippert `

              Ja das habe ich zuerst probiert.

              1 Reply Last reply Reply Quote 0
              • eric2905
                eric2905 last edited by

                Mit welchem Ergebnis?

                Gruß,

                Eric

                Von unterwegs getippert

                1 Reply Last reply Reply Quote 0
                • R
                  rh1212 last edited by

                  @eric2905:

                  Mit welchem Ergebnis?

                  Gruß,

                  Eric

                  Von unterwegs getippert `

                  iobroker@1.0.8 install C:\ioBroker\node_modules\iobroker
                  > node lib/setup.js
                  
                  NPM version: 2.15.9
                  
                  npm install iobroker.discovery --production --save --prefix "C:/ioBroker"
                  npm install iobroker.admin --production --save --prefix "C:/ioBroker"
                  npm install iobroker.js-controller --production --save --prefix "C:/ioBroker"
                  npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated
                  gyp ERR! configure error
                  gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
                  gyp ERR! stack     at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
                  gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
                  gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:82:15)
                  gyp ERR! System Windows_NT 10.0.16299
                  gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
                  gyp ERR! cwd C:\ioBroker\node_modules\iobroker.js-controller\node_modules\winston-syslog\node_modules\unix-dgram
                  gyp ERR! node -v v4.5.0
                  gyp ERR! node-gyp -v v3.4.0
                  gyp ERR! not ok
                  npm WARN optional dep failed, continuing unix-dgram@0.2.3
                  gyp ERR! configure error
                  gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
                  gyp ERR! stack     at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
                  gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
                  gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:82:15)
                  gyp ERR! System Windows_NT 10.0.16299
                  gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
                  gyp ERR! cwd C:\ioBroker\node_modules\iobroker.js-controller\node_modules\greenlock\node_modules\rsa-compat\node_modules\ursa
                  gyp ERR! node -v v4.5.0
                  gyp ERR! node-gyp -v v3.4.0
                  gyp ERR! not ok
                  npm WARN optional dep failed, continuing ursa@0.9.4
                  Write "iobroker start" to start the ioBroker
                  npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --save --prefix "C:/ioBroker/"
                  
                  

                  oder ersten Screenshot. Also leider ging auch nicht.

                  1 Reply Last reply Reply Quote 0
                  • rantanplan
                    rantanplan last edited by

                    Hallo rh1212

                    Python Fehlermeldungen habe ich immer ignoriert.

                    Keine Ahnung wofür Python bei ioBroker gebraucht wird.

                    Ich habe es noch nie gebraucht und nie installiert.

                    Grüße

                    1 Reply Last reply Reply Quote 0
                    • R
                      rh1212 last edited by

                      @rantanplan:

                      Hallo rh1212

                      Python Fehlermeldungen habe ich immer ignoriert.

                      Keine Ahnung wofür Python bei ioBroker gebraucht wird.

                      Ich habe es noch nie gebraucht und nie installiert.

                      Grüße `

                      Hallo rantanplan,

                      danke für die Antwort. Das problem ist, dass nach der Installtionen öffnet die localhost seite nicht.

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

                        Hast du mal ein sudo iobroker start gemacht?

                        1 Reply Last reply Reply Quote 0
                        • eric2905
                          eric2905 last edited by

                          Eh, im Log aus der Installer-Installation steht doch

                          Write "iobroker start" to start the ioBroker
                          ````.
                          
                          Hast Du das mal probiert?
                          
                          Gruß,
                          
                          Eric
                          
                          Von unterwegs getippert
                          1 Reply Last reply Reply Quote 0
                          • R
                            rh1212 last edited by

                            @Homoran:

                            Hast du mal ein sudo iobroker start gemacht? `

                            @eric2905:

                            Eh, im Log aus der Installer-Installation steht doch

                            Write "iobroker start" to start the ioBroker
                            ````.
                            
                            Hast Du das mal probiert?
                            
                            Gruß,
                            
                            Eric
                            
                            Von unterwegs getippert `  
                            

                            ja und leider ging nicht

                            1 Reply Last reply Reply Quote 0
                            • rantanplan
                              rantanplan last edited by

                              @rh1212:

                              Das problem ist, dass nach der Installtionen öffnet die localhost seite nicht. `

                              Auf Windows läuft ioBroker als Dienst. Schau mal ob der läuft.

                              1 Reply Last reply Reply Quote 0
                              • eric2905
                                eric2905 last edited by

                                Ich weiß schon, warum ich Windows nicht mag 😉

                                Von unterwegs getippert

                                1 Reply Last reply Reply Quote 0
                                • R
                                  rh1212 last edited by

                                  @rantanplan:

                                  @rh1212:

                                  Das problem ist, dass nach der Installtionen öffnet die localhost seite nicht. `

                                  Auf Windows läuft ioBroker als Dienst. Schau mal ob der läuft. `

                                  Unter Dienste steht iobroker.exe aber ist gestopped, ich versuchte mit recht klick das zu starten aber bekam ich ein fehler Meldung. "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it"

                                  1 Reply Last reply Reply Quote 0
                                  • rantanplan
                                    rantanplan last edited by

                                    Dienst so einrichten.
                                    147_beispiel.png

                                    Reiter "Anmelden" -> "Anmelden als: Lokales Systemkonto

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      rh1212 last edited by

                                      @rantanplan:

                                      Dienst so einrichten.

                                      beispiel.PNG

                                      Reiter "Anmelden" -> "Anmelden als: Lokales Systemkonto `

                                      Ach das hat funktioniert!!!! Vielen vielen Dank!!!!

                                      1 Reply Last reply Reply Quote 0
                                      • rantanplan
                                        rantanplan last edited by

                                        @rh1212:

                                        Ach das hat funktioniert!!!! Vielen vielen Dank!!!! `

                                        Prima.

                                        Dann bitte ein [gelöst] in den Betreff des ersten Beitrags setzen.

                                        Danke.

                                        Grüße

                                        1 Reply Last reply Reply Quote 0
                                        • apollon77
                                          apollon77 last edited by

                                          @rantanplan:

                                          Python Fehlermeldungen habe ich immer ignoriert.

                                          Keine Ahnung wofür Python bei ioBroker gebraucht wird.

                                          Ich habe es noch nie gebraucht und nie installiert. `

                                          ioBroker selbst braucht das nicht. Es gibt aber nodejs Libraries die ggf beim Installationsprozess gebaut werden oder sowas und da kann es nötig sein das python da ist, da sonst ggf Libraries und damit ggf Adapter nicht installierbar sind.

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            mean last edited by

                                            Hallo,

                                            Leider habe ich folgendes Problem mit io und win10. Hat jemand eine Lösung?

                                            8773_20181016_220714.jpg

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            442
                                            Online

                                            32.0k
                                            Users

                                            80.6k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            26
                                            5644
                                            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