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. [Gelöst] Adapter installation nicht möglich - Exit 13

NEWS

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

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

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

[Gelöst] Adapter installation nicht möglich - Exit 13

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
4 Beiträge 2 Kommentatoren 756 Aufrufe
  • Ä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.
  • W Offline
    W Offline
    Walkinlarge2010
    schrieb am zuletzt editiert von
    #1

    Hi zusammen,

    ich habe meinen Rock64 neu aufgesetzt und nun das problem, dass ich einige Adapter nicht installieren kann.

    Folgende Konstellation:

    Rock 64 mit Debian Stretch

    NPM 6.4.1

    Node 8.12.0

    Git ist installiert und libcap-dev auch. Folgende Fehlermeldung bekomme ich immer (am Beispiel des Yahia Adapters):

    ! $ ./iobroker add yahka
    ! NPM version: 6.4.1
    ! npm install iobroker.yahka –production --save --prefix "/opt/iobroker" (System call)
    ! Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 8, in <module>import gyp.input
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>from compiler.ast import Const
    ! ImportError: No module named compiler.ast
    ! gyp
    ! ERR! configure error
    ! gyp
    ! ERR! stack Error: gyp failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
    ! gyp ERR! stack at emitTwo (events.js:126:13)
    ! gyp ERR! stack
    ! at ChildProcess.emit (events.js:214:7)gyp
    ! ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)gyp
    ! ERR! System Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    ! gyp
    ! ERR! cwd /opt/iobroker/node_modules/curve25519-ngyp ERR! node -v v8.12.0
    ! gyp ERR! node-gyp -v
    ! v3.8.0gyp ERR! not ok
    ! npm
    ! ERR! code ELIFECYCLEnpm
    ! ERR! errno 1
    ! npm
    ! ERR! curve25519-n@1.4.0 install: node-gyp rebuildnpm ERR! Exit status 1
    ! npm
    ! ERR! npm ERR! Failed at the curve25519-n@1.4.0 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:npm ERR! /root/.npm/_logs/2018-09-21T21_13_44_713Z-debug.log
    ! host.rock64 install adapter yahka
    ! NPM version: 6.4.1
    ! npm install iobroker.yahka --production --save --prefix "/opt/iobroker" (System call)
    ! Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 8, in <module>import gyp.input
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>from compiler.ast import Const
    ! ImportError: No module named compiler.ast
    ! gyp
    ! ERR!
    ! configure error
    ! gyp ERR!
    ! stack Error: gyp failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
    ! gyp ERR! stack at emitTwo (events.js:126:13)
    ! gyp ERR! stack at ChildProcess.emit (events.js:214:7)
    ! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    ! gyp ERR! System Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524gyp ERR!
    ! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    ! gyp
    ! ERR! cwd /opt/iobroker/node_modules/curve25519-ngyp ERR! node -v v8.12.0
    ! gyp ERR! node-gyp -v v3.8.0
    ! gyp ERR! not ok
    ! npm
    ! ERR! code ELIFECYCLEnpm ERR!
    ! errno 1
    ! npm
    ! ERR! curve25519-n@1.4.0 install: node-gyp rebuildnpm ERR! Exit status 1
    ! npm ERR! npm ERR! Failed at the curve25519-n@1.4.0 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:npm ERR! /root/.npm/_logs/2018-09-21T21_14_23_302Z-debug.log
    ! host.rock64 install adapter yahka
    ! NPM version: 6.4.1
    ! npm install iobroker.yahka --production --save --prefix "/opt/iobroker" (System call)
    ! Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>import gyp File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 8, in <module>import gyp.input
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>from compiler.ast import Const
    ! ImportError: No module named compiler.ast
    ! gyp
    ! ERR!
    ! configure error
    ! gyp ERR! stack
    ! Error: gyp failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
    ! gyp ERR! stack at emitTwo (events.js:126:13)
    ! gyp ERR! stack at ChildProcess.emit (events.js:214:7)
    ! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    ! gyp ERR! System Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    ! gyp ERR! cwd /opt/iobroker/node_modules/curve25519-n
    ! gyp ERR! node -v v8.12.0
    ! gyp ERR! node-gyp -v v3.8.0
    ! gyp ERR! not ok
    ! npm
    ! ERR! code ELIFECYCLEnpm
    ! ERR! errno 1
    ! npm
    ! ERR! curve25519-n@1.4.0 install: node-gyp rebuildnpm ERR! Exit status 1
    ! npm
    ! ERR! npm ERR! Failed at the curve25519-n@1.4.0 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:npm ERR! /root/.npm/_logs/2018-09-21T21_15_01_667Z-debug.log
    ! host.rock64 install adapter yahka
    ! ERROR: host.rock64 Cannot install yahka
    ! ERROR: process exited with code 13</module></module></module></module></module></module></module></module></module>

    und einen gleichen Fehler auch beim Amazon Dash Adapter, hier hatte ich es als root in der console direkt probiert:

    ! root@rock64:~# iobroker add amazon-dash 1
    ! NPM version: 6.4.1
    ! npm install iobroker.amazon-dash –production --save --prefix "/opt/iobroker" (System call)
    ! Traceback (most recent call last):
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>import gyp
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 8, in <module>import gyp.input
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>from compiler.ast import Const
    ! ImportError: No module named compiler.ast
    ! gyp ERR! configure error
    ! gyp ERR! stack Error: gyp failed with exit code: 1
    ! gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
    ! gyp ERR! stack at emitTwo (events.js:126:13)
    ! gyp ERR! stack at ChildProcess.emit (events.js:214:7)
    ! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    ! gyp ERR! System Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524
    ! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    ! gyp ERR! cwd /opt/iobroker/node_modules/socketwatcher
    ! gyp ERR! node -v v8.12.0
    ! gyp ERR! node-gyp -v v3.8.0
    ! gyp ERR! not ok
    ! npm ERR! code ELIFECYCLE
    ! npm ERR! errno 1
    ! npm ERR! socketwatcher@0.3.0 install: node-gyp rebuild
    ! npm ERR! Exit status 1
    ! npm ERR!
    ! npm ERR! Failed at the socketwatcher@0.3.0 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:
    ! npm ERR! /root/.npm/_logs/2018-09-21T20_59_54_852Z-debug.log
    ! host.rock64 install adapter amazon-dash
    ! NPM version: 6.4.1
    ! npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call)
    ! Traceback (most recent call last):
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>import gyp
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 8, in <module>import gyp.input
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>from compiler.ast import Const
    ! ImportError: No module named compiler.ast
    ! gyp ERR! configure error
    ! gyp ERR! stack Error: gyp failed with exit code: 1
    ! gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
    ! gyp ERR! stack at emitTwo (events.js:126:13)
    ! gyp ERR! stack at ChildProcess.emit (events.js:214:7)
    ! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    ! gyp ERR! System Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524
    ! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    ! gyp ERR! cwd /opt/iobroker/node_modules/socketwatcher
    ! gyp ERR! node -v v8.12.0
    ! gyp ERR! node-gyp -v v3.8.0
    ! gyp ERR! not ok
    ! npm ERR! code ELIFECYCLE
    ! npm ERR! errno 1
    ! npm ERR! socketwatcher@0.3.0 install: node-gyp rebuild
    ! npm ERR! Exit status 1
    ! npm ERR!
    ! npm ERR! Failed at the socketwatcher@0.3.0 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:
    ! npm ERR! /root/.npm/_logs/2018-09-21T21_00_40_020Z-debug.log
    ! host.rock64 install adapter amazon-dash
    ! NPM version: 6.4.1
    ! npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call)
    ! Traceback (most recent call last):
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 13, in <module>import gyp
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 8, in <module>import gyp.input
    ! File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 5, in <module>from compiler.ast import Const
    ! ImportError: No module named compiler.ast
    ! gyp ERR! configure error
    ! gyp ERR! stack Error: gyp failed with exit code: 1
    ! gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
    ! gyp ERR! stack at emitTwo (events.js:126:13)
    ! gyp ERR! stack at ChildProcess.emit (events.js:214:7)
    ! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    ! gyp ERR! System Linux 4.4.132-1075-rockchip-ayufan-ga83beded8524
    ! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    ! gyp ERR! cwd /opt/iobroker/node_modules/socketwatcher
    ! gyp ERR! node -v v8.12.0
    ! gyp ERR! node-gyp -v v3.8.0
    ! gyp ERR! not ok
    ! npm ERR! code ELIFECYCLE
    ! npm ERR! errno 1
    ! npm ERR! socketwatcher@0.3.0 install: node-gyp rebuild
    ! npm ERR! Exit status 1
    ! npm ERR!
    ! npm ERR! Failed at the socketwatcher@0.3.0 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:
    ! npm ERR! /root/.npm/_logs/2018-09-21T21_01_26_521Z-debug.log
    ! host.rock64 install adapter amazon-dash
    ! host.rock64 Cannot install amazon-dash</module></module></module></module></module></module></module></module></module>

    Jemand eine Idee woran das liegen könnte? Hab ich noch was vergessen zu installieren?

    Danke vorab!

    Viele Grüße

    Walkinlarge

    1 Antwort Letzte Antwort
    0
    • StabilostickS Offline
      StabilostickS Offline
      Stabilostick
      schrieb am zuletzt editiert von
      #2

      Probiere es damit:

      apt-get install python-dev
      
      1 Antwort Letzte Antwort
      1
      • W Offline
        W Offline
        Walkinlarge2010
        schrieb am zuletzt editiert von
        #3

        Danke, das hat geholfen!

        Gesendet von iPad mit Tapatalk

        1 Antwort Letzte Antwort
        0
        • StabilostickS Offline
          StabilostickS Offline
          Stabilostick
          schrieb am zuletzt editiert von
          #4

          War mir eine Freude. Viel Spaß noch mit ioBroker.

          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

          532

          Online

          32.9k

          Benutzer

          83.0k

          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