<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst] Probleme bei Installation von iobroker.zigbee]]></title><description><![CDATA[<p dir="auto">Hallo in die Runde,</p>
<p dir="auto">nachdem ich mir beim Versuch der Updatereparatur vom js-controller versehentlich mein System zerschossen habe, bin ich jetzt wieder auf einem guten Stand. Einzig iobroker.zigbee möchte nicht mehr. Die automatische Installation nach Start des Adapters liefert nur "host.nuc Cannot install iobroker.zigbee@1.6.14: 1", wenn ich den Adapter versuche manuell zu installieren erhalte ich folgende Meldung:</p>
<pre><code>npm install iobroker.zigbee@1.6.14
npm ERR! code 1
npm ERR! path /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings
npm ERR! command failed
npm ERR! command sh -c node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@16.13.2 | linux | x64
npm ERR! gyp ERR! configure error 
npm ERR! gyp ERR! stack Error: Command failed: /usr/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack   File "&lt;string&gt;", line 1
npm ERR! gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
npm ERR! gyp ERR! stack 
npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:397:12)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1064:16)
npm ERR! gyp ERR! stack     at Socket.&lt;anonymous&gt; (node:internal/child_process:450:11)
npm ERR! gyp ERR! stack     at Socket.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at Pipe.&lt;anonymous&gt; (node:net:687:12)
npm ERR! gyp ERR! System Linux 5.16.8-arch1-1
npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"
npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/zigbee-herdsman/node_modules/@serialport/bindings
npm ERR! gyp ERR! node -v v16.13.2
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
</code></pre>
<p dir="auto">Python ist in Version 3.10.2 installiert und unterstützt selbstverständlich keine Python2-Syntax (print"") mehr. Aber wo kommt der Fehler her und wie behebe ich ihn?</p>
<p dir="auto">PS: Verwendet wird Archlinux mit node.js 16 und npm 8.4</p>
<p dir="auto">Ich danke euch im Voraus für eure Ideen!<br />
PaulchenPlump</p>
]]></description><link>https://forum.iobroker.net/topic/52390/gelöst-probleme-bei-installation-von-iobroker-zigbee</link><generator>RSS for Node</generator><lastBuildDate>Sat, 23 May 2026 15:37:19 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/52390.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Feb 2022 20:07:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Probleme bei Installation von iobroker.zigbee on Fri, 11 Feb 2022 06:55:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paulchenplump" aria-label="Profile: paulchenplump">@<bdi>paulchenplump</bdi></a> das ist nicht der herdsman..das ist serialport</p>
<p dir="auto">versuche mal folgendes</p>
<p dir="auto">adapter stop</p>
<pre><code>rm -R /opt/iobroker/node_modules/zigbee-herdsman
rm -R /opt/iobroker/node_modules/zigbee-herdsman-converters
rm -R /opt/iobroker/node_modules/serialport
rm -R /opt/iobroker/node_modules/@serialport
</code></pre>
<p dir="auto">dann adapter von GIT installieren</p>
]]></description><link>https://forum.iobroker.net/post/760192</link><guid isPermaLink="true">https://forum.iobroker.net/post/760192</guid><dc:creator><![CDATA[arteck]]></dc:creator><pubDate>Fri, 11 Feb 2022 06:55:31 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Probleme bei Installation von iobroker.zigbee on Fri, 11 Feb 2022 06:43:19 GMT]]></title><description><![CDATA[<p dir="auto">Ich habe es hinbekommen: habe temporär python2 installiert und damit ging es. Ist dann nur die Frage ob "zigbee-herdsman" diese Uralt-Abhängigkeit irgendwann gefixt bekommt und warum niemand sonst bisher die Probleme hatte...</p>
]]></description><link>https://forum.iobroker.net/post/760189</link><guid isPermaLink="true">https://forum.iobroker.net/post/760189</guid><dc:creator><![CDATA[PaulchenPlump]]></dc:creator><pubDate>Fri, 11 Feb 2022 06:43:19 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Probleme bei Installation von iobroker.zigbee on Thu, 10 Feb 2022 20:34:13 GMT]]></title><description><![CDATA[<p dir="auto">Ich hatte es mit js-controller 3.3.22 und node.js16/npm6 circa 1Jahr am Laufen. Der neue js-controller unterstützt beides jetzt auch offiziell: "Node.js 16.x wird mit js-controller 4.0 nun auch mit npm 7 bzw. 8 unterstützt."</p>
]]></description><link>https://forum.iobroker.net/post/760100</link><guid isPermaLink="true">https://forum.iobroker.net/post/760100</guid><dc:creator><![CDATA[PaulchenPlump]]></dc:creator><pubDate>Thu, 10 Feb 2022 20:34:13 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Probleme bei Installation von iobroker.zigbee on Thu, 10 Feb 2022 20:15:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paulchenplump" aria-label="Profile: paulchenplump">@<bdi>paulchenplump</bdi></a> sagte in <a href="/post/760078">Probleme bei Installation von iobroker.zigbee</a>:</p>
<blockquote>
<p dir="auto">Verwendet wird Archlinux mit node.js 16 und npm 8.4</p>
</blockquote>
<p dir="auto">Empfohlen wird aber immer noch node.js 14 mit npm 6.x</p>
]]></description><link>https://forum.iobroker.net/post/760088</link><guid isPermaLink="true">https://forum.iobroker.net/post/760088</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Thu, 10 Feb 2022 20:15:08 GMT</pubDate></item></channel></rss>