Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. Error/Bug
  4. XBOX Adapter Fehler Pi4

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    16
    1
    1.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    911

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

XBOX Adapter Fehler Pi4

Geplant Angeheftet Gesperrt Verschoben Gelöst Error/Bug
xbox adapter
46 Beiträge 6 Kommentatoren 3.8k Aufrufe 6 Watching
  • Ä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.
  • E erikmettra

    @foxriver76 said in XBOX Adapter Fehler Pi4:

    python3.8 -v

    /opt/iobroker$ python3.8 -v
    
    /bin/sh: 1: python3.8: not found
    /opt/iobroker$ python3.7 -v
    
    import _frozen_importlib # frozen
    import _imp # builtin
    import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
    import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
    import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
    # installing zipimport hook
    import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'>
    # installed zipimport hook
    import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
    import '_io' # <class '_frozen_importlib.BuiltinImporter'>
    import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
    import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
    import _thread # previously loaded ('_thread')
    import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
    import _weakref # previously loaded ('_weakref')
    import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
    # /usr/lib/python3.7/encodings/__pycache__/__init__.cpython-37.pyc matches /usr/lib/python3.7/encodings/__init__.py
    # code object from '/usr/lib/python3.7/encodings/__pycache__/__init__.cpython-37.pyc'
    # /usr/lib/python3.7/__pycache__/codecs.cpython-37.pyc matches /usr/lib/python3.7/codecs.py
    # code object from '/usr/lib/python3.7/__pycache__/codecs.cpython-37.pyc'
    import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
    import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0xb6742570>
    # /usr/lib/python3.7/encodings/__pycache__/aliases.cpython-37.pyc matches /usr/lib/python3.7/encodings/aliases.py
    # code object from '/usr/lib/python3.7/encodings/__pycache__/aliases.cpython-37.pyc'
    import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0xb67560d0>
    import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0xb6742250>
    # /usr/lib/python3.7/encodings/__pycache__/utf_8.cpython-37.pyc matches /usr/lib/python3.7/encodings/utf_8.py
    # code object from '/usr/lib/python3.7/encodings/__pycache__/utf_8.cpython-37.pyc'
    import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0xb6759a50>
    import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
    # /usr/lib/python3.7/encodings/__pycache__/latin_1.cpython-37.pyc matches /usr/lib/python3.7/encodings/latin_1.py
    # code object from '/usr/lib/python3.7/encodings/__pycache__/latin_1.cpython-37.pyc'
    import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0xb675d070>
    # /usr/lib/python3.7/__pycache__/io.cpython-37.pyc matches /usr/lib/python3.7/io.py
    # code object from '/usr/lib/python3.7/__pycache__/io.cpython-37.pyc'
    # /usr/lib/python3.7/__pycache__/abc.cpython-37.pyc matches /usr/lib/python3.7/abc.py
    # code object from '/usr/lib/python3.7/__pycache__/abc.cpython-37.pyc'
    import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
    import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0xb675d2f0>
    import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0xb675d150>
    # /usr/lib/python3.7/__pycache__/_bootlocale.cpython-37.pyc matches /usr/lib/python3.7/_bootlocale.py
    # code object from '/usr/lib/python3.7/__pycache__/_bootlocale.cpython-37.pyc'
    import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
    import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0xb675d9f0>
    Python 3.7.3 (default, Jul 25 2020, 13:03:44)
    [GCC 8.3.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
     
    /opt/iobroker$ python3 -v
    
    /opt/iobroker$ python -v
    
    /opt/iobroker$  
    
    /opt/iobroker$ python -v
    
    # installing zipimport hook
    import zipimport # builtin
    # installed zipimport hook
    # /usr/lib/python2.7/site.pyc matches /usr/lib/python2.7/site.py
    import site # precompiled from /usr/lib/python2.7/site.pyc
    # /usr/lib/python2.7/os.pyc matches /usr/lib/python2.7/os.py
    import os # precompiled from /usr/lib/python2.7/os.pyc
    import errno # builtin
    import posix # builtin
    # /usr/lib/python2.7/posixpath.pyc matches /usr/lib/python2.7/posixpath.py
    import posixpath # precompiled from /usr/lib/python2.7/posixpath.pyc
    # /usr/lib/python2.7/stat.pyc matches /usr/lib/python2.7/stat.py
    import stat # precompiled from /usr/lib/python2.7/stat.pyc
    # /usr/lib/python2.7/genericpath.pyc matches /usr/lib/python2.7/genericpath.py
    import genericpath # precompiled from /usr/lib/python2.7/genericpath.pyc
    # /usr/lib/python2.7/warnings.pyc matches /usr/lib/python2.7/warnings.py
    import warnings # precompiled from /usr/lib/python2.7/warnings.pyc
    # /usr/lib/python2.7/linecache.pyc matches /usr/lib/python2.7/linecache.py
    import linecache # precompiled from /usr/lib/python2.7/linecache.pyc
    # /usr/lib/python2.7/types.pyc matches /usr/lib/python2.7/types.py
    import types # precompiled from /usr/lib/python2.7/types.pyc
    # /usr/lib/python2.7/UserDict.pyc matches /usr/lib/python2.7/UserDict.py
    import UserDict # precompiled from /usr/lib/python2.7/UserDict.pyc
    # /usr/lib/python2.7/_abcoll.pyc matches /usr/lib/python2.7/_abcoll.py
    import _abcoll # precompiled from /usr/lib/python2.7/_abcoll.pyc
    # /usr/lib/python2.7/abc.pyc matches /usr/lib/python2.7/abc.py
    import abc # precompiled from /usr/lib/python2.7/abc.pyc
    # /usr/lib/python2.7/_weakrefset.pyc matches /usr/lib/python2.7/_weakrefset.py
    import _weakrefset # precompiled from /usr/lib/python2.7/_weakrefset.pyc
    import _weakref # builtin
    # /usr/lib/python2.7/copy_reg.pyc matches /usr/lib/python2.7/copy_reg.py
    import copy_reg # precompiled from /usr/lib/python2.7/copy_reg.pyc
    # /usr/lib/python2.7/traceback.pyc matches /usr/lib/python2.7/traceback.py
    import traceback # precompiled from /usr/lib/python2.7/traceback.pyc
    # /usr/lib/python2.7/sysconfig.pyc matches /usr/lib/python2.7/sysconfig.py
    import sysconfig # precompiled from /usr/lib/python2.7/sysconfig.pyc
    # /usr/lib/python2.7/re.pyc matches /usr/lib/python2.7/re.py
    import re # precompiled from /usr/lib/python2.7/re.pyc
    # /usr/lib/python2.7/sre_compile.pyc matches /usr/lib/python2.7/sre_compile.py
    import sre_compile # precompiled from /usr/lib/python2.7/sre_compile.pyc
    import _sre # builtin
    # /usr/lib/python2.7/sre_parse.pyc matches /usr/lib/python2.7/sre_parse.py
    import sre_parse # precompiled from /usr/lib/python2.7/sre_parse.pyc
    # /usr/lib/python2.7/sre_constants.pyc matches /usr/lib/python2.7/sre_constants.py
    import sre_constants # precompiled from /usr/lib/python2.7/sre_constants.pyc
    import _locale # builtin
    # /usr/lib/python2.7/_sysconfigdata.pyc matches /usr/lib/python2.7/_sysconfigdata.py
    import _sysconfigdata # precompiled from /usr/lib/python2.7/_sysconfigdata.pyc
    # /usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd.pyc matches /usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd.py
    import _sysconfigdata_nd # precompiled from /usr/lib/python2.7/plat-arm-linux-gnueabihf/_sysconfigdata_nd.pyc
    # /usr/lib/python2.7/sitecustomize.pyc matches /usr/lib/python2.7/sitecustomize.py
    import sitecustomize # precompiled from /usr/lib/python2.7/sitecustomize.pyc
    import encodings # directory /usr/lib/python2.7/encodings
    # /usr/lib/python2.7/encodings/__init__.pyc matches /usr/lib/python2.7/encodings/__init__.py
    import encodings # precompiled from /usr/lib/python2.7/encodings/__init__.pyc
    # /usr/lib/python2.7/codecs.pyc matches /usr/lib/python2.7/codecs.py
    import codecs # precompiled from /usr/lib/python2.7/codecs.pyc
    import _codecs # builtin
    # /usr/lib/python2.7/encodings/aliases.pyc matches /usr/lib/python2.7/encodings/aliases.py
    import encodings.aliases # precompiled from /usr/lib/python2.7/encodings/aliases.pyc
    # /usr/lib/python2.7/encodings/utf_8.pyc matches /usr/lib/python2.7/encodings/utf_8.py
    import encodings.utf_8 # precompiled from /usr/lib/python2.7/encodings/utf_8.pyc
    Python 2.7.16 (default, Oct 10 2019, 22:02:15)
    [GCC 8.3.0] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
      
    
    foxriver76F Offline
    foxriver76F Offline
    foxriver76
    Developer
    schrieb am zuletzt editiert von
    #41

    @erikmettra Ups python nimmt wohl nur --version aber Python3.7 funktioniert und sollte passen.

    Check mal ob die Pakete build-essential libssl-dev libffi-dev python3-dev installiert sind, je nach js-c werden sie nicht automatisch mitinstalliert.

    Videotutorials & mehr

    Hier könnt ihr mich unterstützen.

    E 1 Antwort Letzte Antwort
    0
    • foxriver76F foxriver76

      @erikmettra Ups python nimmt wohl nur --version aber Python3.7 funktioniert und sollte passen.

      Check mal ob die Pakete build-essential libssl-dev libffi-dev python3-dev installiert sind, je nach js-c werden sie nicht automatisch mitinstalliert.

      E Offline
      E Offline
      erikmettra
      schrieb am zuletzt editiert von
      #42

      @foxriver76 said in XBOX Adapter Fehler Pi4:

      build-essential libssl-dev libffi-dev python3-dev

      Scheint nicht installiert zu sein.

      
      /bin/sh: 1: build-essential: not found
      /opt/iobroker$ build-essential libssl-dev libffi-dev python3-dev
      
      /bin/sh: 1: build-essential: not found
      /opt/iobroker$  
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • E erikmettra

        @foxriver76 said in XBOX Adapter Fehler Pi4:

        build-essential libssl-dev libffi-dev python3-dev

        Scheint nicht installiert zu sein.

        
        /bin/sh: 1: build-essential: not found
        /opt/iobroker$ build-essential libssl-dev libffi-dev python3-dev
        
        /bin/sh: 1: build-essential: not found
        /opt/iobroker$  
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #43

        @erikmettra
        So schaut man das nicht nach.
        Mach es so:

        apt policy build-essential libssl-dev libffi-dev python3-dev
        

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        E 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @erikmettra
          So schaut man das nicht nach.
          Mach es so:

          apt policy build-essential libssl-dev libffi-dev python3-dev
          
          E Offline
          E Offline
          erikmettra
          schrieb am zuletzt editiert von
          #44

          @thomas-braun said in XBOX Adapter Fehler Pi4:

          apt policy build-essential libssl-dev libffi-dev python3-dev

          Danke dir :) Muss mich erst in der Linux Welt zurechtfinden.

          /opt/iobroker$ apt policy build-essential libssl-dev libffi-dev python3-dev
          
          
          WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
          
          build-essential:
            Installed: 12.6
            Candidate: 12.6
            Version table:
          *** 12.6 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                  100 /var/lib/dpkg/status
          libssl-dev:
            Installed: (none)
            Candidate: 1.1.1d-0+deb10u4+rpt1
            Version table:
               1.1.1d-0+deb10u4+rpt1 500
                  500 http://archive.raspberrypi.org/debian buster/main armhf Packages
               1.1.1d-0+deb10u4 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          libffi-dev:
            Installed: 3.2.1-9
            Candidate: 3.2.1-9
            Version table:
          *** 3.2.1-9 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                  100 /var/lib/dpkg/status
          python3-dev:
            Installed: (none)
            Candidate: 3.7.3-1
            Version table:
               3.7.3-1 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          /opt/iobroker$  
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • E erikmettra

            @thomas-braun said in XBOX Adapter Fehler Pi4:

            apt policy build-essential libssl-dev libffi-dev python3-dev

            Danke dir :) Muss mich erst in der Linux Welt zurechtfinden.

            /opt/iobroker$ apt policy build-essential libssl-dev libffi-dev python3-dev
            
            
            WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
            
            build-essential:
              Installed: 12.6
              Candidate: 12.6
              Version table:
            *** 12.6 500
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    100 /var/lib/dpkg/status
            libssl-dev:
              Installed: (none)
              Candidate: 1.1.1d-0+deb10u4+rpt1
              Version table:
                 1.1.1d-0+deb10u4+rpt1 500
                    500 http://archive.raspberrypi.org/debian buster/main armhf Packages
                 1.1.1d-0+deb10u4 500
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            libffi-dev:
              Installed: 3.2.1-9
              Candidate: 3.2.1-9
              Version table:
            *** 3.2.1-9 500
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    100 /var/lib/dpkg/status
            python3-dev:
              Installed: (none)
              Candidate: 3.7.3-1
              Version table:
                 3.7.3-1 500
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            /opt/iobroker$  
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #45

            @erikmettra sagte in XBOX Adapter Fehler Pi4:

            Dann schaufel dir die fehlenden Pakete noch auf das System:

            sudo apt install libssl-dev python3-dev
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            E 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @erikmettra sagte in XBOX Adapter Fehler Pi4:

              Dann schaufel dir die fehlenden Pakete noch auf das System:

              sudo apt install libssl-dev python3-dev
              
              E Offline
              E Offline
              erikmettra
              schrieb am zuletzt editiert von
              #46

              @thomas-braun said in XBOX Adapter Fehler Pi4:

              sudo apt install libssl-dev python3-dev

              Vielen Dank für den Support!

              Der Adapter hat sich nun installieren lassen :)

              1 Antwort Letzte Antwort
              0
              Antworten
              • In einem neuen Thema antworten
              Anmelden zum Antworten
              • Älteste zuerst
              • Neuste zuerst
              • Meiste Stimmen


              Support us

              ioBroker
              Community Adapters
              Donate

              746

              Online

              32.6k

              Benutzer

              82.2k

              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