Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. XBOX Adapter npm ERR Elifecycle

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    528

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    438

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.0k

XBOX Adapter npm ERR Elifecycle

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
xbox
5 Beiträge 3 Kommentatoren 448 Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S Offline
    S Offline
    Smallfeuer
    schrieb am zuletzt editiert von
    #1

    Ich probiere verzweifelt auf einem Pi3 den XBOX Adapter Version 0.5.8 zum laufen zu bekommen.
    Leider laufe ich jetzt in folgende Fehlermeldung und weiß mir nicht mehr zu helfen:

    sudo npm install iobroker.xbox@0.5.8 --unsafe-perm --loglevel error --prefix "/opt/iobroker"
    
    > iobroker.xbox@0.5.8 preinstall /opt/iobroker/node_modules/iobroker.xbox
    > apt install -y build-essential libssl-dev libffi-dev python3-dev || echo -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
    
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    build-essential is already the newest version (12.3).
    libffi-dev is already the newest version (3.2.1-6).
    libssl-dev is already the newest version (1.1.0l-1~deb9u1).
    python3-dev is already the newest version (3.5.3-1).
    0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
    
    > iobroker.xbox@0.5.8 install /opt/iobroker/node_modules/iobroker.xbox
    > npip install
    
    No python_modules directory; installing pip locally if needed.
      Cache entry deserialization failed, entry ignored
      Could not find a version that satisfies the requirement pip (from versions: )
    No matching distribution found for pip
    Error: Exited with code 1.
        at ChildProcess.child.on.code (/opt/iobroker/node_modules/nopy/src/api.js:277:20)
        at emitTwo (events.js:126:13)
        at ChildProcess.emit (events.js:214:7)
        at maybeClose (internal/child_process.js:915:16)
        at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! iobroker.xbox@0.5.8 install: `npip install`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the iobroker.xbox@0.5.8 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    
    
    

    Habe jetzt schon Python 3.5.2, alle möglichen build essential und pip3 sowie pip installiert.
    Deinstallieren klappt mit dem Papierkorb irgendwie auch nicht mehr :(, selbst in der Console bekomme ich eine Fehlermeldung das ich selber deinstallieren soll.

    Jemand noch eine Idee? Welches PIP fehlt da ?

    Danke schonmal...

    S 1 Antwort Letzte Antwort
    0
    • S Smallfeuer

      Ich probiere verzweifelt auf einem Pi3 den XBOX Adapter Version 0.5.8 zum laufen zu bekommen.
      Leider laufe ich jetzt in folgende Fehlermeldung und weiß mir nicht mehr zu helfen:

      sudo npm install iobroker.xbox@0.5.8 --unsafe-perm --loglevel error --prefix "/opt/iobroker"
      
      > iobroker.xbox@0.5.8 preinstall /opt/iobroker/node_modules/iobroker.xbox
      > apt install -y build-essential libssl-dev libffi-dev python3-dev || echo -e '[INFO] Cant install build-essential libssl-dev libffi-dev python3-dev Debian packages. If you are on a Linux system, try installing the package via: sudo npm i iobroker.xbox --unsafe-perm, otherwise you have to manage to install the packages by yourself. If you are not running on Linux, you can ignore this INFO.'
      
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      build-essential is already the newest version (12.3).
      libffi-dev is already the newest version (3.2.1-6).
      libssl-dev is already the newest version (1.1.0l-1~deb9u1).
      python3-dev is already the newest version (3.5.3-1).
      0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
      
      > iobroker.xbox@0.5.8 install /opt/iobroker/node_modules/iobroker.xbox
      > npip install
      
      No python_modules directory; installing pip locally if needed.
        Cache entry deserialization failed, entry ignored
        Could not find a version that satisfies the requirement pip (from versions: )
      No matching distribution found for pip
      Error: Exited with code 1.
          at ChildProcess.child.on.code (/opt/iobroker/node_modules/nopy/src/api.js:277:20)
          at emitTwo (events.js:126:13)
          at ChildProcess.emit (events.js:214:7)
          at maybeClose (internal/child_process.js:915:16)
          at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! iobroker.xbox@0.5.8 install: `npip install`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the iobroker.xbox@0.5.8 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      
      
      

      Habe jetzt schon Python 3.5.2, alle möglichen build essential und pip3 sowie pip installiert.
      Deinstallieren klappt mit dem Papierkorb irgendwie auch nicht mehr :(, selbst in der Console bekomme ich eine Fehlermeldung das ich selber deinstallieren soll.

      Jemand noch eine Idee? Welches PIP fehlt da ?

      Danke schonmal...

      S Offline
      S Offline
      Smallfeuer
      schrieb am zuletzt editiert von
      #2

      hier noch der LOG dazu:

      1454 warn enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      1455 verbose enoent This is related to npm not being able to find a file.
      1456 warn pi No description
      1457 warn pi No repository field.
      1458 warn pi No README data
      1459 warn pi No license field.
      1460 verbose stack Error: iobroker.xbox@0.5.11 install: `npip install`
      1460 verbose stack Exit status 1
      1460 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
      1460 verbose stack     at emitTwo (events.js:126:13)
      1460 verbose stack     at EventEmitter.emit (events.js:214:7)
      1460 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
      1460 verbose stack     at emitTwo (events.js:126:13)
      1460 verbose stack     at ChildProcess.emit (events.js:214:7)
      1460 verbose stack     at maybeClose (internal/child_process.js:915:16)
      1460 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
      1461 verbose pkgid iobroker.xbox@0.5.11
      1462 verbose cwd /home/pi
      1463 verbose Linux 4.19.42-v7+
      1464 verbose argv "/usr/bin/node" "/usr/bin/npm" "i" "iobroker.xbox" "--unsafe-perm"
      1465 verbose node v8.16.0
      1466 verbose npm  v6.4.1
      1467 error code ELIFECYCLE
      1468 error errno 1
      1469 error iobroker.xbox@0.5.11 install: `npip install`
      1469 error Exit status 1
      1470 error Failed at the iobroker.xbox@0.5.11 install script.
      1470 error This is probably not a problem with npm. There is likely additional logging output above.
      1471 verbose exit [ 1, true ]
      
      
      1 Antwort Letzte Antwort
      0
      • S Offline
        S Offline
        Smallfeuer
        schrieb am zuletzt editiert von
        #3

        Keiner eine Idee???

        R 1 Antwort Letzte Antwort
        0
        • S Smallfeuer

          Keiner eine Idee???

          R Offline
          R Offline
          r0b1zZle
          schrieb am zuletzt editiert von
          #4

          @Smallfeuer hast du es mittlerweile hinbekommen? Habe einen ähnlichen Fehler und konnte bislang keine Lösung finden.

          foxriver76F 1 Antwort Letzte Antwort
          0
          • R r0b1zZle

            @Smallfeuer hast du es mittlerweile hinbekommen? Habe einen ähnlichen Fehler und konnte bislang keine Lösung finden.

            foxriver76F Offline
            foxriver76F Offline
            foxriver76
            Developer
            schrieb am zuletzt editiert von
            #5

            @r0b1zZle welches Problem denn genau?

            Videotutorials & mehr

            Hier könnt ihr mich unterstützen.

            1 Antwort Letzte Antwort
            0

            Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

            Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

            Mit deinem Input könnte dieser Beitrag noch besser werden 💗

            Registrieren Anmelden
            Antworten
            • In einem neuen Thema antworten
            Anmelden zum Antworten
            • Älteste zuerst
            • Neuste zuerst
            • Meiste Stimmen


            Support us

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

            265

            Online

            32.8k

            Benutzer

            82.9k

            Themen

            1.3m

            Beiträge
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
            ioBroker Community 2014-2025
            logo
            • Anmelden

            • Du hast noch kein Konto? Registrieren

            • Anmelden oder registrieren, um zu suchen
            • Erster Beitrag
              Letzter Beitrag
            0
            • Home
            • Aktuell
            • Tags
            • Ungelesen 0
            • Kategorien
            • Unreplied
            • Beliebt
            • GitHub
            • Docu
            • Hilfe