Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Frage] Xiaomi Vacuum cleaner

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Frage] Xiaomi Vacuum cleaner

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

      Und um mal eine Bemerkung zur Qualität zu machen: ich habe bisher drei Geräte getestet, eine. Roomba 780, einen Roomba 650 sowie einen LG Hombot. Im Vergleich zu unserem Xiaomi können die alle nix. Der Xiaomi ist denen hinsichtlich Saugleistung, Userfreundlichkeit, Lautstärke und vor allem der Qualität, Technik und Intelligenz haushoch überlegen. Die Chinesen können was!

      Und jetzt müssen wir ihn nur noch "einfach" in den iobroker kriegen!

      So, das war mein Wort zum Sonntag!

      Liebe Grüße

      Bernd

      1 Reply Last reply Reply Quote 0
      • Meistertr
        Meistertr Developer last edited by

        @gst666:

        Meinst Du die Kommunikation App<->Roboter oder wirklich App<->Xiaomi Server? Soweit ich mir die Kommunikation App<->Xiaomi Server anschauen konnte war die auch früher verschlüsselt. Nicht aber UDP sonder per SSL/HTTP. Da gab es keinen Klartext. `

        ich Dachte eigentlich App –> Roboter aber es wahr ein fehlalarm. Die App hatte kein wlan, deswegen wurden keine udp nachrichten gesendet..

        Leider muss ich mich in sachen überführung in js ergeben. Ich bekomme es einfach nicht hin.. bleibe aber dran..

        1 Reply Last reply Reply Quote 0
        • G
          gst666 last edited by

          Ich arbeite gerade an der Umsetzung nach Javascript.

          Habe erfahren, dass jemand an einer Python Bibliothek arbeitet. Es gibt also auf jeden Fall Bewegung.

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

            Ich kann leider hier nichts zur Entwicklung des Adapters beitragen (keine programmierkenntnisse),

            aber sollte jemand mit dem Gedanken spielen, den Vakuum Cleaner zu kaufen, bei Gearbest mit dem

            Promocode : XMSDJDE gibt es das Teil für 329,63€ incl. Germany Express Transport (ca. 14 Tage)

            1 Reply Last reply Reply Quote 0
            • E
              e-p-s last edited by

              @Knallochse:

              Ich kann leider hier nichts zur Entwicklung des Adapters beitragen (keine programmierkenntnisse),

              aber sollte jemand mit dem Gedanken spielen, den Vakuum Cleaner zu kaufen, bei Gearbest mit dem

              Promocode : XMSDJDE gibt es das Teil für 329,63€ incl. Germany Express Transport (ca. 14 Tage) `

              Bestellt. Ganze Thema durchgelesen. Nichts verstanden 🙂

              aber ich bin optimistisch das was passiert.

              Zumal Bluefox im Youtube Video den Staubi schon per Sprache steuert. Die Tochter ist cool.

              1 Reply Last reply Reply Quote 0
              • T
                tpr last edited by

                Das Python-Skript von mir ist jetzt da zu haben: https://github.com/rytilahti/python-mirobo - dank zu gst666 (für krypto) und Meistertr (kommandos). Bis jetzt es ist nur mit meinem Robo gestetet, soweit ist die IP + das Token vorhanden sollte es einfach zu nutzen sein. Wer mehrere Kommandos weiß, bitte Bescheid (am liebsten als github issue) sagen / PR erzeugen. 🙂

                1 Reply Last reply Reply Quote 0
                • S
                  skorpil last edited by

                  Tpr,

                  Danke.

                  Nur kurze Frage: was tut das Skript? Ich, als Laie, brauche da noch etwas Info. Danke!

                  Bernd

                  ///////////////

                  Nachtrag: in den Github Beschreibung ist ja alles drin. Danke. Muss man halt nur jeden. Ich bin ein Dummy

                  1 Reply Last reply Reply Quote 0
                  • T
                    tpr last edited by

                    @skorpil:

                    Nur kurze Frage: was tut das Skript? Ich, als Laie, brauche da noch etwas Info. Danke! `
                    Es lässt das Gerät einfach vom Terminal betreiben sobald man dieses Token zuvor extrahiert hat, also ist nicht so super Laiefreundlich, ich habe aber ein paar Beispiele hinzugefügt zu zeigen was es jetzt kann: https://github.com/rytilahti/python-mir … e-examples . Zurzeit alle Grundfunktionalität ist schon da außer Fernbedienung (links fahren, rechts fahren usw.), Einstellung von Putzplanungen, u.ä. Kleinigkeiten.

                    1 Reply Last reply Reply Quote 0
                    • S
                      skorpil last edited by

                      Den Token und die ip habe ich. Werde ich in den kommenden Tagen testen.

                      Noch eine Frage: wie wäre der prinzipielle Weg, um das Skript über iobroker auszuführen. Den da gibt es ja nur Java Skript. Ich habe auf dem Raspi aber Python und iobroker laufen. Kann ich von iobroker aus über ein Java Skript das Python Skript auslösen?

                      1 Reply Last reply Reply Quote 0
                      • T
                        tpr last edited by

                        @skorpil:

                        Den Token und die ip habe ich. Werde ich in den kommenden Tagen testen.

                        Noch eine Frage: wie wäre der prinzipielle Weg, um das Skript über iobroker auszuführen. Den da gibt es ja nur Java Skript. Ich habe auf dem Raspi aber Python und iobroker laufen. Kann ich von iobroker aus über ein Java Skript das Python Skript auslösen? `
                        gst666 arbeitet dran und mein Skript basiert auf seine Arbeit, wenn ich Du wäre, würde ich auf das iobroker-version warten, ist so einfacher 🙂 leider kann ich nicht damit helfen, da ich kein iobroker benutze.

                        1 Reply Last reply Reply Quote 0
                        • bahnuhr
                          bahnuhr Forum Testing Most Active last edited by

                          @tpr

                          ! Es lässt das Gerät einfach vom Terminal betreiben sobald man dieses Token zuvor extrahiert hat, also ist nicht so super Laiefreundlich, ich habe aber ein paar Beispiele hinzugefügt zu zeigen was es jetzt kann: https://github.com/rytilahti/python-mir … e-examples . Zurzeit alle Grundfunktionalität ist schon da außer Fernbedienung (links fahren, rechts fahren usw.), Einstellung von Putzplanungen, u.ä. Kleinigkeiten.

                          Hab es unter win7 nicht zum Laufen gebracht.

                          mfg

                          1 Reply Last reply Reply Quote 0
                          • bahnuhr
                            bahnuhr Forum Testing Most Active last edited by

                            @skorpil:

                            Den Token und die ip habe ich. Werde ich in den kommenden Tagen testen. `

                            Hast du den robo denn mit dem python Befehl zum starten gebracht.

                            Der Start Befehl hat bei mir keine Wirkung (siehe oben).

                            mfg

                            1 Reply Last reply Reply Quote 0
                            • S
                              skorpil last edited by

                              Bei mir hat die Installation von Python-mirobo auf einem Raspi 3 NICHT geklappt. Hier der Fehlerbericht.

                              622_img_2632.jpg

                              Liebe Grüße

                              Bernd

                              1 Reply Last reply Reply Quote 0
                              • T
                                tpr last edited by

                                @skorpil:

                                Bei mir hat die Installation von Python-mirobo auf einem Raspi 3 NICHT geklappt. Hier der Fehlerbericht. `
                                Du brauchst python3 für das Skript, ich glaube das ist das Problem. Wenn aber nicht, das steht die Fehlermeldung irgendwo höher als was im Bild zu stehen ist.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  skorpil last edited by

                                  Ahhhh, ich dachte Python 2. alles klar!

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    tpr last edited by

                                    @bahnuhr:

                                    Hab es unter win7 nicht zum Laufen gebracht. `
                                    Gibt es eine Fehlermeldung dazu? Probier mal mit -d wie "mirobo -d start" um mehrere Information zu sehen was wird vermitteln.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      skorpil last edited by

                                      Leider auch Fehlermeldung bei Python 3:

                                        Downloading setuptools-34.3.1-py2.py3-none-any.whl (389kB): 100%  389  Downloading setuptools-34.3.1-py2.py3-none-any.whl (389kB):            Downloading setuptools-34.3.1-py2.py3-none-any.whl (389kB): 389kB downloaded
                                      Downloading/unpacking cffi>=1.4.1 (from cryptography->python-mirobo)
                                        Downloading cffi-1.9.1.tar.gz (407kB): 407kB downloaded
                                        Running setup.py (path:/tmp/pip-build-vmqvaiw6/cffi/setup.py) egg_info for package cffi
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                      
                                      Downloading/unpacking appdirs>=1.4.0 (from setuptools>=11.3->cryptography->python-mirobo)
                                        Downloading appdirs-1.4.2-py2.py3-none-any.whl
                                      Downloading/unpacking packaging>=16.8 (from setuptools>=11.3->cryptography->python-mirobo)
                                        Downloading packaging-16.8-py2.py3-none-any.whl
                                      Downloading/unpacking pycparser (from cffi>=1.4.1->cryptography->python-mirobo)
                                        Downloading pycparser-2.17.tar.gz (231kB): 231kB downloaded
                                        Running setup.py (path:/tmp/pip-build-vmqvaiw6/pycparser/setup.py) egg_info for package pycparser
                                      
                                          warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
                                          warning: no previously-included files matching 'lextab.*' found under directory 'tests'
                                          warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
                                          warning: no previously-included files matching 'lextab.*' found under directory 'examples'
                                      Downloading/unpacking pyparsing (from packaging>=16.8->setuptools>=11.3->cryptography->python-mirobo)
                                        Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB): 56kB downloaded
                                      Installing collected packages: python-mirobo, click, pretty-cron, construct, cryptography, idna, pyasn1, setuptools, cffi, appdirs, packaging, pycparser, pyparsing
                                        Running setup.py install for cryptography
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          Package libffi was not found in the pkg-config search path.
                                          Perhaps you should add the directory containing `libffi.pc'
                                          to the PKG_CONFIG_PATH environment variable
                                          No package 'libffi' found
                                          c/_cffi_backend.c:15:17: fatal error: ffi.h: Datei oder Verzeichnis nicht gefunden
                                           #include <ffi.h>^
                                          compilation terminated.
                                          Traceback (most recent call last):
                                            File "/usr/lib/python3.4/distutils/unixccompiler.py", line 116, in _compile
                                              extra_postargs)
                                            File "/usr/lib/python3.4/distutils/ccompiler.py", line 909, in spawn
                                              spawn(cmd, dry_run=self.dry_run)
                                            File "/usr/lib/python3.4/distutils/spawn.py", line 36, in spawn
                                              _spawn_posix(cmd, search_path, dry_run=dry_run)
                                            File "/usr/lib/python3.4/distutils/spawn.py", line 162, in _spawn_posix
                                              % (cmd, exit_status))
                                          distutils.errors.DistutilsExecError: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                      
                                          During handling of the above exception, another exception occurred:    
                                          Traceback (most recent call last):
                                            File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
                                              dist.run_commands()
                                            File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
                                              self.run_command(cmd)
                                            File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
                                              cmd_obj.run()
                                            File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 161, in run
                                              cmd = self.call_command('install_lib', warn_dir=0)
                                            File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 147, in call_command
                                              self.run_command(cmdname)
                                            File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
                                              self.distribution.run_command(command)
                                            File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
                                              cmd_obj.run()
                                            File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 22, in run
                                              self.build()
                                            File "/usr/lib/python3.4/distutils/command/install_lib.py", line 109, in build
                                              self.run_command('build_ext')
                                            File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
                                              self.distribution.run_command(command)
                                            File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
                                              cmd_obj.run()
                                            File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 54, in run
                                              _build_ext.run(self)
                                            File "/usr/lib/python3.4/distutils/command/build_ext.py", line 339, in run
                                              self.build_extensions()
                                            File "/usr/lib/python3.4/distutils/command/build_ext.py", line 448, in build_extensions
                                              self.build_extension(ext)
                                            File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 187, in build_extension
                                              _build_ext.build_extension(self, ext)
                                            File "/usr/lib/python3.4/distutils/command/build_ext.py", line 503, in build_extension
                                              depends=ext.depends)
                                            File "/usr/lib/python3.4/distutils/ccompiler.py", line 574, in compile
                                              self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
                                            File "/usr/lib/python3.4/distutils/unixccompiler.py", line 118, in _compile
                                              raise CompileError(msg)
                                          distutils.errors.CompileError: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                      
                                          During handling of the above exception, another exception occurred:    
                                          Traceback (most recent call last):
                                            File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1063, in run_setup
                                              run_setup(setup_script, args)
                                            File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 68, in run_setup
                                              DirectorySandbox(setup_dir).run(runner)
                                            File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 114, in run
                                              return func()
                                            File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 67, in runner
                                              _execfile(setup_script, ns)
                                            File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 43, in _execfile
                                              exec(code, globals, locals)
                                            File "/tmp/easy_install-xhimgt7q/cffi-1.9.1/setup.py", line 202, in <module>for i in range(1, len(argv))):
                                            File "/usr/lib/python3.4/distutils/core.py", line 163, in setup
                                              raise SystemExit("error: " + str(msg))
                                          SystemExit: error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                      
                                          During handling of the above exception, another exception occurred:    
                                          Traceback (most recent call last):
                                            File "<string>", line 1, in <module>File "/tmp/pip-build-vmqvaiw6/cryptography/setup.py", line 334, in <module>**keywords_with_side_effects(sys.argv)
                                            File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
                                              _setup_distribution = dist = klass(attrs)
                                            File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 262, in __init__
                                              self.fetch_build_eggs(attrs['setup_requires'])
                                            File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 287, in fetch_build_eggs
                                              replace_conflicting=True,
                                            File "/usr/lib/python3/dist-packages/pkg_resources.py", line 631, in resolve
                                              dist = best[req.key] = env.best_match(req, ws, installer)
                                            File "/usr/lib/python3/dist-packages/pkg_resources.py", line 874, in best_match
                                              return self.obtain(req, installer)
                                            File "/usr/lib/python3/dist-packages/pkg_resources.py", line 886, in obtain
                                              return installer(requirement)
                                            File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 338, in fetch_build_egg
                                              return cmd.easy_install(req)
                                            File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 636, in easy_install
                                              return self.install_item(spec, dist.location, tmpdir, deps)
                                            File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 666, in install_item
                                              dists = self.install_eggs(spec, download, tmpdir)
                                            File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 856, in install_eggs
                                              return self.build_and_install(setup_script, setup_base)
                                            File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1078, in build_and_install
                                              self.run_setup(setup_script, setup_base, args)
                                            File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1066, in run_setup
                                              raise DistutilsError("Setup script exited with %s" % (v.args[0],))
                                          distutils.errors.DistutilsError: Setup script exited with error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                          Complete output from command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-vmqvaiw6/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-d2rx3x4n-record/install-record.txt --single-version-externally-managed --compile:
                                          Package libffi was not found in the pkg-config search path.
                                      
                                      Perhaps you should add the directory containing `libffi.pc'
                                      
                                      to the PKG_CONFIG_PATH environment variable
                                      
                                      No package 'libffi' found
                                      
                                      Package libffi was not found in the pkg-config search path.
                                      
                                      Perhaps you should add the directory containing `libffi.pc'
                                      
                                      to the PKG_CONFIG_PATH environment variable
                                      
                                      No package 'libffi' found
                                      
                                      Package libffi was not found in the pkg-config search path.
                                      
                                      Perhaps you should add the directory containing `libffi.pc'
                                      
                                      to the PKG_CONFIG_PATH environment variable
                                      
                                      No package 'libffi' found
                                      
                                      Package libffi was not found in the pkg-config search path.
                                      
                                      Perhaps you should add the directory containing `libffi.pc'
                                      
                                      to the PKG_CONFIG_PATH environment variable
                                      
                                      No package 'libffi' found
                                      
                                      Package libffi was not found in the pkg-config search path.
                                      
                                      Perhaps you should add the directory containing `libffi.pc'
                                      
                                      to the PKG_CONFIG_PATH environment variable
                                      
                                      No package 'libffi' found
                                      
                                      c/_cffi_backend.c:15:17: fatal error: ffi.h: Datei oder Verzeichnis nicht gefunden
                                      
                                       #include <ffi.h>^
                                      
                                      compilation terminated.
                                      
                                      Traceback (most recent call last):
                                      
                                        File "/usr/lib/python3.4/distutils/unixccompiler.py", line 116, in _compile
                                      
                                          extra_postargs)
                                      
                                        File "/usr/lib/python3.4/distutils/ccompiler.py", line 909, in spawn
                                      
                                          spawn(cmd, dry_run=self.dry_run)
                                      
                                        File "/usr/lib/python3.4/distutils/spawn.py", line 36, in spawn
                                      
                                          _spawn_posix(cmd, search_path, dry_run=dry_run)
                                      
                                        File "/usr/lib/python3.4/distutils/spawn.py", line 162, in _spawn_posix
                                      
                                          % (cmd, exit_status))
                                      
                                      distutils.errors.DistutilsExecError: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                      
                                      During handling of the above exception, another exception occurred:
                                      
                                      Traceback (most recent call last):
                                      
                                        File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
                                      
                                          dist.run_commands()
                                      
                                        File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
                                      
                                          self.run_command(cmd)
                                      
                                        File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
                                          cmd_obj.run()
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 161, in run
                                      
                                          cmd = self.call_command('install_lib', warn_dir=0)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 147, in call_command
                                      
                                          self.run_command(cmdname)
                                      
                                        File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
                                      
                                          self.distribution.run_command(command)
                                      
                                        File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
                                          cmd_obj.run()
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 22, in run
                                      
                                          self.build()
                                      
                                        File "/usr/lib/python3.4/distutils/command/install_lib.py", line 109, in build
                                      
                                          self.run_command('build_ext')
                                      
                                        File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
                                      
                                          self.distribution.run_command(command)
                                      
                                        File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
                                          cmd_obj.run()
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 54, in run
                                      
                                          _build_ext.run(self)
                                      
                                        File "/usr/lib/python3.4/distutils/command/build_ext.py", line 339, in run
                                      
                                          self.build_extensions()
                                      
                                        File "/usr/lib/python3.4/distutils/command/build_ext.py", line 448, in build_extensions
                                      
                                          self.build_extension(ext)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 187, in build_extension
                                      
                                          _build_ext.build_extension(self, ext)
                                      
                                        File "/usr/lib/python3.4/distutils/command/build_ext.py", line 503, in build_extension
                                      
                                          depends=ext.depends)
                                      
                                        File "/usr/lib/python3.4/distutils/ccompiler.py", line 574, in compile
                                      
                                          self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
                                      
                                        File "/usr/lib/python3.4/distutils/unixccompiler.py", line 118, in _compile
                                      
                                          raise CompileError(msg)
                                      
                                      distutils.errors.CompileError: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                      
                                      During handling of the above exception, another exception occurred:
                                      
                                      Traceback (most recent call last):
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1063, in run_setup
                                      
                                          run_setup(setup_script, args)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 68, in run_setup
                                      
                                          DirectorySandbox(setup_dir).run(runner)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 114, in run
                                      
                                          return func()
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 67, in runner
                                      
                                          _execfile(setup_script, ns)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 43, in _execfile
                                      
                                          exec(code, globals, locals)
                                      
                                        File "/tmp/easy_install-xhimgt7q/cffi-1.9.1/setup.py", line 202, in <module>for i in range(1, len(argv))):
                                      
                                        File "/usr/lib/python3.4/distutils/core.py", line 163, in setup
                                      
                                          raise SystemExit("error: " + str(msg))
                                      
                                      SystemExit: error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                      
                                      During handling of the above exception, another exception occurred:
                                      
                                      Traceback (most recent call last):
                                      
                                        File "<string>", line 1, in <module>File "/tmp/pip-build-vmqvaiw6/cryptography/setup.py", line 334, in <module>**keywords_with_side_effects(sys.argv)
                                      
                                        File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
                                      
                                          _setup_distribution = dist = klass(attrs)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 262, in __init__
                                      
                                          self.fetch_build_eggs(attrs['setup_requires'])
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 287, in fetch_build_eggs
                                      
                                          replace_conflicting=True,
                                      
                                        File "/usr/lib/python3/dist-packages/pkg_resources.py", line 631, in resolve
                                      
                                          dist = best[req.key] = env.best_match(req, ws, installer)
                                      
                                        File "/usr/lib/python3/dist-packages/pkg_resources.py", line 874, in best_match
                                      
                                          return self.obtain(req, installer)
                                      
                                        File "/usr/lib/python3/dist-packages/pkg_resources.py", line 886, in obtain
                                      
                                          return installer(requirement)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 338, in fetch_build_egg
                                      
                                          return cmd.easy_install(req)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 636, in easy_install
                                      
                                          return self.install_item(spec, dist.location, tmpdir, deps)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 666, in install_item
                                      
                                          dists = self.install_eggs(spec, download, tmpdir)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 856, in install_eggs
                                      
                                          return self.build_and_install(setup_script, setup_base)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1078, in build_and_install
                                      
                                          self.run_setup(setup_script, setup_base, args)
                                      
                                        File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1066, in run_setup
                                      
                                          raise DistutilsError("Setup script exited with %s" % (v.args[0],))
                                      
                                      distutils.errors.DistutilsError: Setup script exited with error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                      
                                      ----------------------------------------
                                      Cleaning up...
                                      Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-vmqvaiw6/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-d2rx3x4n-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-vmqvaiw6/cryptography
                                      Storing debug log for failure in /root/.pip/pip.log
                                      root@raspberrypi:~#</module></module></string></module></ffi.h></module></module></string></module></ffi.h> 
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        tpr last edited by

                                        @skorpil:

                                        Leider auch Fehlermeldung bei Python 3:

                                        ! ````
                                        Downloading setuptools-34.3.1-py2.py3-none-any.whl (389kB): 100% 389 Downloading setuptools-34.3.1-py2.py3-none-any.whl (389kB): Downloading setuptools-34.3.1-py2.py3-none-any.whl (389kB): 389kB downloaded
                                        Downloading/unpacking cffi>=1.4.1 (from cryptography->python-mirobo)
                                        Downloading cffi-1.9.1.tar.gz (407kB): 407kB downloaded
                                        Running setup.py (path:/tmp/pip-build-vmqvaiw6/cffi/setup.py) egg_info for package cffi
                                        Package libffi was not found in the pkg-config search path.
                                        Perhaps you should add the directory containing `libffi.pc'
                                        to the PKG_CONFIG_PATH environment variable
                                        No package 'libffi' found

                                        ```` `

                                        Die ffi headers installieren:

                                        apt-get install libffi-dev
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          skorpil last edited by

                                          Habe ich installiert. Danach erneut mirobo mit folgendem Fehlerprotokoll:

                                          ! Downloading/unpacking cffi>=1.4.1 (from cryptography->python-mirobo)
                                          ! Downloading cffi-1.9.1.tar.gz (407kB): 407kB downloaded
                                          ! Running setup.py (path:/tmp/pip-build-52nwxyku/cffi/setup.py) egg_info for package cffi
                                          ! Downloading/unpacking appdirs>=1.4.0 (from setuptools>=11.3->cryptography->python-mirobo)
                                          ! Downloading appdirs-1.4.2-py2.py3-none-any.whl
                                          ! Downloading/unpacking packaging>=16.8 (from setuptools>=11.3->cryptography->python-mirobo)
                                          ! Downloading packaging-16.8-py2.py3-none-any.whl
                                          ! Downloading/unpacking pycparser (from cffi>=1.4.1->cryptography->python-mirobo)
                                          ! Downloading pycparser-2.17.tar.gz (231kB): 231kB downloaded
                                          ! Running setup.py (path:/tmp/pip-build-52nwxyku/pycparser/setup.py) egg_info for package pycparser
                                          ! warning: no previously-included files matching 'yacctab.' found under directory 'tests'
                                          ! warning: no previously-included files matching 'lextab.
                                          ' found under directory 'tests'
                                          ! warning: no previously-included files matching 'yacctab.' found under directory 'examples'
                                          ! warning: no previously-included files matching 'lextab.
                                          ' found under directory 'examples'
                                          ! Downloading/unpacking pyparsing (from packaging>=16.8->setuptools>=11.3->cryptography->python-mirobo)
                                          ! Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB): 56kB downloaded
                                          ! Installing collected packages: python-mirobo, cryptography, idna, pyasn1, setuptools, cffi, appdirs, packaging, pycparser, pyparsing
                                          ! Running setup.py install for cryptography
                                          ! Installed /tmp/pip-build-52nwxyku/cryptography/cffi-1.9.1-py3.4-linux-armv7l.egg
                                          ! Searching for pycparser
                                          ! Reading https://pypi.python.org/simple/pycparser/
                                          ! Best match: pycparser 2.17
                                          ! Downloading https://pypi.python.org/packages/be/64/ … f6af5a40c7
                                          ! Processing pycparser-2.17.tar.gz
                                          ! Writing /tmp/easy_install-uxbzzer1/pycparser-2.17/setup.cfg
                                          ! Running pycparser-2.17/setup.py -q bdist_egg --dist-dir /tmp/easy_install-uxbzzer1/pycparser-2.17/egg-dist-tmp-05lk5pnb
                                          ! warning: no previously-included files matching 'yacctab.' found under directory 'tests'
                                          ! warning: no previously-included files matching 'lextab.
                                          ' found under directory 'tests'
                                          ! warning: no previously-included files matching 'yacctab.' found under directory 'examples'
                                          ! warning: no previously-included files matching 'lextab.
                                          ' found under directory 'examples'
                                          ! zip_safe flag not set; analyzing archive contents...
                                          ! pycparser.ply.pycache.yacc.cpython-34: module references file
                                          ! pycparser.ply.pycache.yacc.cpython-34: module MAY be using inspect.getsourcefile
                                          ! pycparser.ply.pycache.yacc.cpython-34: module MAY be using inspect.stack
                                          ! pycparser.ply.pycache.lex.cpython-34: module references file
                                          ! pycparser.ply.pycache.lex.cpython-34: module MAY be using inspect.getsourcefile
                                          ! pycparser.ply.pycache.ygen.cpython-34: module references file
                                          ! Installed /tmp/pip-build-52nwxyku/cryptography/pycparser-2.17-py3.4.egg
                                          ! no previously-included directories found matching 'docs/_build'
                                          ! warning: no previously-included files matching '' found under directory 'vectors'
                                          ! generating cffi module 'build/temp.linux-armv7l-3.4/_padding.c'
                                          ! generating cffi module 'build/temp.linux-armv7l-3.4/_constant_time.c'
                                          ! generating cffi module 'build/temp.linux-armv7l-3.4/_openssl.c'
                                          ! building '_openssl' extension
                                          ! arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.4m -c build/temp.linux-armv7l-3.4/_openssl.c -o build/temp.linux-armv7l-3.4/build/temp.linux-armv7l-3.4/_openssl.o
                                          ! build/temp.linux-armv7l-3.4/_openssl.c:434:30: fatal error: openssl/opensslv.h: Datei oder Verzeichnis nicht gefunden
                                          ! #include <openssl opensslv.h="">^
                                          ! compilation terminated.
                                          ! error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                          ! Complete output from command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip-build-52nwxyku/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-extnf5u5-record/install-record.txt --single-version-externally-managed --compile:
                                          ! Installed /tmp/pip-build-52nwxyku/cryptography/cffi-1.9.1-py3.4-linux-armv7l.egg
                                          ! Searching for pycparser
                                          ! Reading https://pypi.python.org/simple/pycparser/
                                          ! Best match: pycparser 2.17
                                          ! Downloading https://pypi.python.org/packages/be/64/ ... f6af5a40c7
                                          ! Processing pycparser-2.17.tar.gz
                                          ! Writing /tmp/easy_install-uxbzzer1/pycparser-2.17/setup.cfg
                                          ! Running pycparser-2.17/setup.py -q bdist_egg --dist-dir /tmp/easy_install-uxbzzer1/pycparser-2.17/egg-dist-tmp-05lk5pnb
                                          ! warning: no previously-included files matching 'yacctab.
                                          ' found under directory 'tests'
                                          ! warning: no previously-included files matching 'lextab.' found under directory 'tests'
                                          ! warning: no previously-included files matching 'yacctab.
                                          ' found under directory 'examples'
                                          ! warning: no previously-included files matching 'lextab.' found under directory 'examples'
                                          ! zip_safe flag not set; analyzing archive contents...
                                          ! pycparser.ply.pycache.yacc.cpython-34: module references file
                                          ! pycparser.ply.pycache.yacc.cpython-34: module MAY be using inspect.getsourcefile
                                          ! pycparser.ply.pycache.yacc.cpython-34: module MAY be using inspect.stack
                                          ! pycparser.ply.pycache.lex.cpython-34: module references file
                                          ! pycparser.ply.pycache.lex.cpython-34: module MAY be using inspect.getsourcefile
                                          ! pycparser.ply.pycache.ygen.cpython-34: module references file
                                          ! Installed /tmp/pip-build-52nwxyku/cryptography/pycparser-2.17-py3.4.egg
                                          ! running install
                                          ! running build
                                          ! running build_py
                                          ! creating build
                                          ! creating build/lib.linux-armv7l-3.4
                                          ! creating build/lib.linux-armv7l-3.4/cryptography
                                          ! copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-3.4/cryptography
                                          ! copying src/cryptography/about.py -> build/lib.linux-armv7l-3.4/cryptography
                                          ! copying src/cryptography/fernet.py -> build/lib.linux-armv7l-3.4/cryptography
                                          ! copying src/cryptography/utils.py -> build/lib.linux-armv7l-3.4/cryptography
                                          ! copying src/cryptography/init.py -> build/lib.linux-armv7l-3.4/cryptography
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/x509
                                          ! copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-3.4/cryptography/x509
                                          ! copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-3.4/cryptography/x509
                                          ! copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-3.4/cryptography/x509
                                          ! copying src/cryptography/x509/init.py -> build/lib.linux-armv7l-3.4/cryptography/x509
                                          ! copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-3.4/cryptography/x509
                                          ! copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-3.4/cryptography/x509
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat
                                          ! copying src/cryptography/hazmat/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings
                                          ! copying src/cryptography/hazmat/bindings/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/backends
                                          ! copying src/cryptography/hazmat/backends/multibackend.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends
                                          ! copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends
                                          ! copying src/cryptography/hazmat/backends/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/ciphers
                                          ! copying src/cryptography/hazmat/primitives/ciphers/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/ciphers
                                          ! copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/ciphers
                                          ! copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/ciphers
                                          ! copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/ciphers
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/interfaces
                                          ! copying src/cryptography/hazmat/primitives/interfaces/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/interfaces
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/twofactor
                                          ! copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/twofactor
                                          ! copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/twofactor
                                          ! copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/twofactor
                                          ! copying src/cryptography/hazmat/primitives/twofactor/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/twofactor
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! copying src/cryptography/hazmat/primitives/asymmetric/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/asymmetric
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! copying src/cryptography/hazmat/primitives/kdf/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/primitives/kdf
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings/commoncrypto
                                          ! copying src/cryptography/hazmat/bindings/commoncrypto/binding.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings/commoncrypto
                                          ! copying src/cryptography/hazmat/bindings/commoncrypto/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings/commoncrypto
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings/openssl
                                          ! copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings/openssl
                                          ! copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings/openssl
                                          ! copying src/cryptography/hazmat/bindings/openssl/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/bindings/openssl
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/commoncrypto
                                          ! copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/commoncrypto
                                          ! copying src/cryptography/hazmat/backends/commoncrypto/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/commoncrypto
                                          ! copying src/cryptography/hazmat/backends/commoncrypto/backend.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/commoncrypto
                                          ! copying src/cryptography/hazmat/backends/commoncrypto/hashes.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/commoncrypto
                                          ! copying src/cryptography/hazmat/backends/commoncrypto/hmac.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/commoncrypto
                                          ! creating build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/init.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-3.4/cryptography/hazmat/backends/openssl
                                          ! running egg_info
                                          ! writing dependency_links to src/cryptography.egg-info/dependency_links.txt
                                          ! writing top-level names to src/cryptography.egg-info/top_level.txt
                                          ! writing src/cryptography.egg-info/PKG-INFO
                                          ! writing entry points to src/cryptography.egg-info/entry_points.txt
                                          ! writing requirements to src/cryptography.egg-info/requires.txt
                                          ! warning: manifest_maker: standard file '-c' not found
                                          ! reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
                                          ! reading manifest template 'MANIFEST.in'
                                          ! no previously-included directories found matching 'docs/_build'
                                          ! warning: no previously-included files matching '
                                          ' found under directory 'vectors'
                                          ! writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
                                          ! running build_ext
                                          ! generating cffi module 'build/temp.linux-armv7l-3.4/_padding.c'
                                          ! creating build/temp.linux-armv7l-3.4
                                          ! generating cffi module 'build/temp.linux-armv7l-3.4/_constant_time.c'
                                          ! generating cffi module 'build/temp.linux-armv7l-3.4/_openssl.c'
                                          ! building '_openssl' extension
                                          ! creating build/temp.linux-armv7l-3.4/build
                                          ! creating build/temp.linux-armv7l-3.4/build/temp.linux-armv7l-3.4
                                          ! arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.4m -c build/temp.linux-armv7l-3.4/_openssl.c -o build/temp.linux-armv7l-3.4/build/temp.linux-armv7l-3.4/_openssl.o
                                          ! build/temp.linux-armv7l-3.4/_openssl.c:434:30: fatal error: openssl/opensslv.h: Datei oder Verzeichnis nicht gefunden
                                          ! #include <openssl opensslv.h="">^
                                          ! compilation terminated.
                                          ! error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
                                          ! ----------------------------------------
                                          ! Cleaning up...
                                          ! Command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip-build-52nwxyku/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-extnf5u5-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-52nwxyku/cryptography
                                          ! Storing debug log for failure in /root/.pip/pip.log</openssl></openssl>

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            tpr last edited by

                                            @skorpil:

                                            ! build/temp.linux-armv7l-3.4/_openssl.c:434:30: fatal error: openssl/opensslv.h: Datei oder Verzeichnis nicht gefunden
                                            ! #include <openssl opensslv.h="">^
                                            ! compilation terminated.</openssl> `
                                            Jetzt fehlt noch libssl-dev.

                                            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

                                            416
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            204
                                            2196
                                            893595
                                            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