Ankündigung

Einklappen
Keine Ankündigung bisher.

UZSU - Neue Version von Onkelandy

Einklappen
Dieses Thema ist geschlossen.
X
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Zitat von smai Beitrag anzeigen
    Wie gross ist dein Fenster?
    Ich kann das mit Firefox 62 nur nachvollziehen, wenn das Fenster zu schmal wird. Aber in diesem Fall ist es kein komisches Umbrechen, sondern ein gewolltes.
    Das Fenster ist Vollbild. Also 1366x768.

    Ich habe es gerade noch einmal getestet....

    Bild nach dem Öffnen der UZSU:
    2018_10_19_17_41_25_SmartVisu2.9.png
    Bild nach dem Öffnen einer Exp Zeile:
    2018_10_19_17_42_04_.png
    Bild nach dem Schließen der Exp. Zeile:
    2018_10_19_17_42_34_.png
    Der Scrollbalken bleibt also nach dem Schließen der Exp. Zeile erhalten. Und auch der Umbruch.
    smai Du musst bei Deinem Test warscheinlich mehrere Einträge anlegen, so das auch eine Bildlaufleiste ins Spiel kommt.
    In diesem Beispiel sind es 6 Einträge.

    Das passiert im IE auch so. Aber im Chrome ist es ok. Da wird das Fenster um die breite der Laufleiste größer!
    Zuletzt geändert von schuma; 19.10.2018, 16:56.

    Kommentar


      Onkelandy Ich habe zufällig in den Debuglog gesehen, dass manchmal als Value eine 0 gesetzt wird manchmal eine 0.0.
      Nur mal zur Sicherheit die Frage, ob daraus ein Problem entstehen könnte?
      Code:
      2018-10-20  09:30:00 DEBUG    plugins.uzsu.uzsu_Setup.Schalter.BAD_UPRadio.schaltuhr uzsu active entry for item Setup.Schalter.BAD_UPRadio.schaltuhr with datetime 2018-10-21 09:30:00+02:00, value 1 and tzinfo tzfile('/usr/share/zoneinfo/Europe/Berlin')
      2018-10-20  09:30:00 DEBUG    plugins.uzsu.uzsu_Setup.Schalter.BAD_UPRadio.schaltuhr uzsu active entry for item Setup.Schalter.BAD_UPRadio.schaltuhr keep 2018-10-20 22:15:00+02:00, value 0 and tzinfo tzfile('/usr/share/zoneinfo/Europe/Berlin')
      2018-10-20  09:30:00 DEBUG    plugins.uzsu.uzsu_Setup.Schalter.BAD_UPRadio.schaltuhr will add scheduler named uzsu_Setup.Schalter.BAD_UPRadio.schaltuhr with datetime 2018-10-20 22:15:00+02:00 and tzinfo tzfile('/usr/share/zoneinfo/Europe/Berlin') and value 0.0
      P.S. Bis jetzt keine Errors mehr im Log.... Ich gucke mir das weiter jeden Tag an...

      Kommentar


        schuma Sobald interpoliert wird, wird automatisch ein float erstellt. Die ersten zwei Log-Einträge betreffen nur die Werte aus dem Dict bzw. dem im Widget angegebenen Wert, der letzte Eintrag den Wert, der tatsächlich geschedulet wird.

        Kommentar


          Onkelandy Ich habe das Debuglog nun wieder abgeschaltet. Keine Fehler in der gesamten Zeit!
          Weiß auch nicht was da mal war....

          Kommentar


            Ich wollte mich auf dem Raspi3 aktuelle Image in UZSU einarbeiten, scheitere jedoch an pip3 install scipy!
            Was kann ich tun?

            You are using pip version 18.0, however version 18.1 is available, habe ich installiert, Meldung bleibt allerdings

            2018-10-26 14:42:17 WARNING __main__ -------------------- Init SmartHomeNG 1.5.1.master (cc1288de) --------------------
            2018-10-26 14:42:17 WARNING __main__ Running in Python interpreter 'v3.5.3 final' on linux platform

            2018-10-26 16:52:37 WARNING plugins.uzsu Unable to import Python package 'scipy' which is necessary for interpolation.
            2018-10-26 16:52:37 ERROR lib.plugin Plugins: Plugin 'uzsu' initialization failed, plugin not loaded



            Zuletzt geändert von schloessl; 26.10.2018, 16:12. Grund: Siehe 2 nachfolgende Posts, aus Platzgrüngen gelöscht

            Kommentar


              Hast Du vorher ein

              sudo apt-get update
              sudo apt-get upgrade

              gemacht?

              Kommentar


                Hallo schuma,
                Nein vorher kein update + upgrade.

                Aber jetzt: Fehler bleibt.
                Ich lösche den vorherigen code!

                Code:
                smarthome@SmartHomeNG ~]$ sudo pip3 install scipy
                Looking in indexes: [URL]https://pypi.org/simple[/URL], [URL]https://www.piwheels.org/simple[/URL]
                Collecting scipy
                Using cached [URL="https://www.piwheels.org/simple/scipy/scipy-1.1.0-cp35-cp35m-linux_armv7l.whl"]https://www.piwheels.org/simple/scip...nux_armv7l.whl[/URL]
                Collecting numpy>=1.8.2 (from scipy)
                Using cached [URL="https://files.pythonhosted.org/packages/83/6b/d03277eacf113697675cd659086a4dcf9472108e2f1a83884c0271bdca46/numpy-1.15.3.zip"]https://files.pythonhosted.org/packa...mpy-1.15.3.zip[/URL]
                Building wheels for collected packages: numpy
                Running setup.py bdist_wheel for numpy ... error
                Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pvclqp_z/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ls24sgl0 --python-tag cp35:
                Running from numpy source directory.
                blas_opt_info:
                blas_mkl_info:
                customize UnixCCompiler
                libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                blis_info:
                customize UnixCCompiler
                libraries blis not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                openblas_info:
                customize UnixCCompiler
                customize UnixCCompiler
                libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_3_10_blas_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries tatlas not found in ['/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_3_10_blas_info:
                customize UnixCCompiler
                libraries satlas not found in ['/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_blas_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_blas_info:
                customize UnixCCompiler
                get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
                customize Gnu95FCompiler
                Found executable /usr/bin/gfortran
                customize Gnu95FCompiler
                customize Gnu95FCompiler using config
                compiling '_configtest.c':
                
                /* This file is generated from numpy/distutils/system_info.py */
                void ATL_buildinfo(void);
                int main(void) {
                ATL_buildinfo();
                return 0;
                }
                
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-c'
                arm-linux-gnueabihf-gcc: _configtest.c
                arm-linux-gnueabihf-gcc -pthread _configtest.o -L/usr/lib/atlas-base -lf77blas -lcblas -latlas -o _configtest
                ATLAS version 3.10.3 built by root on Thu Aug 25 09:31:13 UTC 2016:
                UNAME : Linux plugwash.raspbian.lan 3.2.0-4-mx5 #1 Debian 3.2.39-2 armv7l GNU/Linux
                INSTFLG : -1 0 -a 1 -l 1
                ARCHDEFS : -DATL_OS_Linux -DATL_ARCH_GENERIC -DATL_GAS_ARM
                F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle
                CACHEEDGE: 65536
                F77 : /usr/bin/gfortran, version GNU Fortran (Raspbian 6.1.1-11+rpi1) 6.1.1 20160802
                F77FLAGS : -O -fPIC
                SMC : /usr/bin/gcc-6, version gcc-6 (Raspbian 6.1.1-11+rpi1) 6.1.1 20160802
                SMCFLAGS : -O -fomit-frame-pointer -fPIC
                SKC : /usr/bin/gcc-6, version gcc-6 (Raspbian 6.1.1-11+rpi1) 6.1.1 20160802
                SKCFLAGS : -O -fomit-frame-pointer -fPIC
                success!
                removing: _configtest.c _configtest.o _configtest.o.d _configtest
                customize UnixCCompiler
                customize UnixCCompiler
                FOUND:
                library_dirs = ['/usr/lib/atlas-base']
                include_dirs = ['/usr/include/atlas']
                libraries = ['f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                define_macros = [('HAVE_CBLAS', None), ('ATLAS_INFO', '""3.10.3""')]
                language = c
                
                accelerate_info:
                NOT AVAILABLE
                
                FOUND:
                library_dirs = ['/usr/lib/atlas-base']
                include_dirs = ['/usr/include/atlas']
                libraries = ['f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                define_macros = [('HAVE_CBLAS', None), ('ATLAS_INFO', '""3.10.3""')]
                language = c
                
                /bin/sh: 1: svnversion: not found
                non-existing path in 'numpy/distutils': 'site.cfg'
                /bin/sh: 1: svnversion: not found
                F2PY Version 2
                lapack_opt_info:
                lapack_mkl_info:
                customize UnixCCompiler
                libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                openblas_lapack_info:
                customize UnixCCompiler
                customize UnixCCompiler
                libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                openblas_clapack_info:
                customize UnixCCompiler
                customize UnixCCompiler
                libraries openblas,lapack not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_3_10_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/lib/atlas-base
                customize UnixCCompiler
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/lib
                customize UnixCCompiler
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/lib/arm-linux-gnueabihf
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/lib/arm-linux-gnueabihf
                <class 'numpy.distutils.system_info.atlas_3_10_threads_in fo'>
                NOT AVAILABLE
                
                atlas_3_10_info:
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/lib/atlas-base
                customize UnixCCompiler
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/lib
                customize UnixCCompiler
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/lib/arm-linux-gnueabihf
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/lib/arm-linux-gnueabihf
                <class 'numpy.distutils.system_info.atlas_3_10_info'>
                NOT AVAILABLE
                
                atlas_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/lib/atlas-base
                customize UnixCCompiler
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/lib
                customize UnixCCompiler
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/lib/arm-linux-gnueabihf
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/lib/arm-linux-gnueabihf
                <class 'numpy.distutils.system_info.atlas_threads_info'>
                NOT AVAILABLE
                
                atlas_info:
                customize UnixCCompiler
                libraries f77blas,cblas,atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                customize UnixCCompiler
                customize UnixCCompiler
                <class 'numpy.distutils.system_info.atlas_info'>
                customize UnixCCompiler
                customize UnixCCompiler
                customize UnixCCompiler
                FOUND:
                library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base']
                include_dirs = ['/usr/include/atlas']
                libraries = ['lapack', 'f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                define_macros = [('ATLAS_INFO', '""3.10.3""')]
                language = f77
                
                FOUND:
                library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base']
                include_dirs = ['/usr/include/atlas']
                libraries = ['lapack', 'f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                define_macros = [('ATLAS_INFO', '""3.10.3""')]
                language = f77
                
                /usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'define_macros'
                warnings.warn(msg)
                running bdist_wheel
                running build
                running config_cc
                unifing config_cc, config, build_clib, build_ext, build commands --compiler options
                running config_fc
                unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
                running build_src
                build_src
                building py_modules sources
                creating build
                creating build/src.linux-armv7l-3.5
                creating build/src.linux-armv7l-3.5/numpy
                creating build/src.linux-armv7l-3.5/numpy/distutils
                building library "npymath" sources
                get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
                customize Gnu95FCompiler
                customize Gnu95FCompiler
                customize Gnu95FCompiler using config
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                arm-linux-gnueabihf-gcc -pthread _configtest.o -o _configtest
                success!
                removing: _configtest.c _configtest.o _configtest.o.d _configtest
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’
                int exp (void);
                ^~~
                arm-linux-gnueabihf-gcc -pthread _configtest.o -o _configtest
                _configtest.o: In function `main':
                /tmp/pip-install-pvclqp_z/numpy/_configtest.c:6: undefined reference to `exp'
                collect2: error: ld returned 1 exit status
                _configtest.o: In function `main':
                /tmp/pip-install-pvclqp_z/numpy/_configtest.c:6: undefined reference to `exp'
                collect2: error: ld returned 1 exit status
                failure.
                removing: _configtest.c _configtest.o _configtest.o.d
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’
                int exp (void);
                ^~~
                arm-linux-gnueabihf-gcc -pthread _configtest.o -lm -o _configtest
                success!
                removing: _configtest.c _configtest.o _configtest.o.d _configtest
                creating build/src.linux-armv7l-3.5/numpy/core
                creating build/src.linux-armv7l-3.5/numpy/core/src
                creating build/src.linux-armv7l-3.5/numpy/core/src/npymath
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npymath/npy_math_internal.h
                adding 'build/src.linux-armv7l-3.5/numpy/core/src/npymath' to include_dirs.
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npymath/ieee754.c
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npymath/npy_math_complex.c
                None - nothing done with h_files = ['build/src.linux-armv7l-3.5/numpy/core/src/npymath/npy_math_internal.h']
                building library "npysort" sources
                creating build/src.linux-armv7l-3.5/numpy/core/src/npysort
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npysort/quicksort.c
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npysort/mergesort.c
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npysort/heapsort.c
                creating build/src.linux-armv7l-3.5/numpy/core/src/private
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/private/npy_partition.h
                adding 'build/src.linux-armv7l-3.5/numpy/core/src/private' to include_dirs.
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npysort/selection.c
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/private/npy_binsearch.h
                conv_template:> build/src.linux-armv7l-3.5/numpy/core/src/npysort/binsearch.c
                None - nothing done with h_files = ['build/src.linux-armv7l-3.5/numpy/core/src/private/npy_partition.h', 'build/src.linux-armv7l-3.5/numpy/core/src/private/npy_binsearch.h']
                building extension "numpy.core._dummy" sources
                Generating build/src.linux-armv7l-3.5/numpy/core/include/numpy/config.h
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                _configtest.c:1:20: fatal error: Python.h: No such file or directory
                #include <Python.h>
                ^
                compilation terminated.
                _configtest.c:1:20: fatal error: Python.h: No such file or directory
                #include <Python.h>
                ^
                compilation terminated.
                failure.
                removing: _configtest.c _configtest.o
                Traceback (most recent call last):
                File "<string>", line 1, in <module>
                File "/tmp/pip-install-pvclqp_z/numpy/setup.py", line 403, in <module>
                setup_package()
                File "/tmp/pip-install-pvclqp_z/numpy/setup.py", line 395, in setup_package
                setup(**metadata)
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/core.py", line 169, in setup
                return old_setup(**new_attr)
                File "/usr/local/lib/python3.5/dist-packages/setuptools/__init__.py", line 131, in setup
                return distutils.core.setup(**attrs)
                File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
                dist.run_commands()
                File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
                self.run_command(cmd)
                File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
                cmd_obj.run()
                File "/usr/local/lib/python3.5/dist-packages/wheel/bdist_wheel.py", line 202, in run
                self.run_command('build')
                File "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
                self.distribution.run_command(command)
                File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
                cmd_obj.run()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build.py", line 47, in run
                old_build.run(self)
                File "/usr/lib/python3.5/distutils/command/build.py", line 135, in run
                self.run_command(cmd_name)
                File "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
                self.distribution.run_command(command)
                File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
                cmd_obj.run()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 148, in run
                self.build_sources()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 165, in build_sources
                self.build_extension_sources(ext)
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 324, in build_extension_sources
                sources = self.generate_sources(sources, ext)
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 377, in generate_sources
                source = func(extension, build_dir)
                File "numpy/core/setup.py", line 422, in generate_config_h
                moredefs, ignored = cocache.check_types(config_cmd, ext, build_dir)
                File "numpy/core/setup.py", line 48, in check_types
                out = check_types(*a, **kw)
                File "numpy/core/setup.py", line 281, in check_types
                "install {0}-dev|{0}-devel.".format(python))
                SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.
                
                ----------------------------------------
                Failed building wheel for numpy
                Running setup.py clean for numpy
                Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pvclqp_z/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" clean --all:
                Running from numpy source directory.
                
                `setup.py clean` is not supported, use one of the following instead:
                
                - `git clean -xdf` (cleans all files)
                - `git clean -Xdf` (cleans all versioned files, doesn't touch
                files that aren't checked into the git repo)
                
                Add `--force` to your command to use it anyway if you must (unsupported).
                
                
                ----------------------------------------
                Failed cleaning build dir for numpy
                Failed to build numpy
                Installing collected packages: numpy, scipy
                Running setup.py install for numpy ... error
                Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pvclqp_z/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-nos7wynx/install-record.txt --single-version-externally-managed --compile:
                Running from numpy source directory.
                
                Note: if you need reliable uninstall behavior, then install
                with pip instead of using `setup.py install`:
                
                - `pip install .` (from a git repo or downloaded source
                release)
                - `pip install numpy` (last NumPy release on PyPi)
                
                
                blas_opt_info:
                blas_mkl_info:
                customize UnixCCompiler
                libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                blis_info:
                customize UnixCCompiler
                libraries blis not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                openblas_info:
                customize UnixCCompiler
                customize UnixCCompiler
                libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_3_10_blas_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries tatlas not found in ['/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_3_10_blas_info:
                customize UnixCCompiler
                libraries satlas not found in ['/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_blas_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib/atlas-base', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_blas_info:
                customize UnixCCompiler
                get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
                customize Gnu95FCompiler
                Found executable /usr/bin/gfortran
                customize Gnu95FCompiler
                customize Gnu95FCompiler using config
                compiling '_configtest.c':
                
                /* This file is generated from numpy/distutils/system_info.py */
                void ATL_buildinfo(void);
                int main(void) {
                ATL_buildinfo();
                return 0;
                }
                
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-c'
                arm-linux-gnueabihf-gcc: _configtest.c
                arm-linux-gnueabihf-gcc -pthread _configtest.o -L/usr/lib/atlas-base -lf77blas -lcblas -latlas -o _configtest
                ATLAS version 3.10.3 built by root on Thu Aug 25 09:31:13 UTC 2016:
                UNAME : Linux plugwash.raspbian.lan 3.2.0-4-mx5 #1 Debian 3.2.39-2 armv7l GNU/Linux
                INSTFLG : -1 0 -a 1 -l 1
                ARCHDEFS : -DATL_OS_Linux -DATL_ARCH_GENERIC -DATL_GAS_ARM
                F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle
                CACHEEDGE: 65536
                F77 : /usr/bin/gfortran, version GNU Fortran (Raspbian 6.1.1-11+rpi1) 6.1.1 20160802
                F77FLAGS : -O -fPIC
                SMC : /usr/bin/gcc-6, version gcc-6 (Raspbian 6.1.1-11+rpi1) 6.1.1 20160802
                SMCFLAGS : -O -fomit-frame-pointer -fPIC
                SKC : /usr/bin/gcc-6, version gcc-6 (Raspbian 6.1.1-11+rpi1) 6.1.1 20160802
                SKCFLAGS : -O -fomit-frame-pointer -fPIC
                success!
                removing: _configtest.c _configtest.o _configtest.o.d _configtest
                customize UnixCCompiler
                customize UnixCCompiler
                FOUND:
                library_dirs = ['/usr/lib/atlas-base']
                language = c
                include_dirs = ['/usr/include/atlas']
                define_macros = [('HAVE_CBLAS', None), ('ATLAS_INFO', '""3.10.3""')]
                libraries = ['f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                
                accelerate_info:
                NOT AVAILABLE
                
                FOUND:
                library_dirs = ['/usr/lib/atlas-base']
                language = c
                include_dirs = ['/usr/include/atlas']
                define_macros = [('HAVE_CBLAS', None), ('ATLAS_INFO', '""3.10.3""')]
                libraries = ['f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                
                /bin/sh: 1: svnversion: not found
                non-existing path in 'numpy/distutils': 'site.cfg'
                /bin/sh: 1: svnversion: not found
                F2PY Version 2
                lapack_opt_info:
                lapack_mkl_info:
                customize UnixCCompiler
                libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                openblas_lapack_info:
                customize UnixCCompiler
                customize UnixCCompiler
                libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                openblas_clapack_info:
                customize UnixCCompiler
                customize UnixCCompiler
                libraries openblas,lapack not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf']
                NOT AVAILABLE
                
                atlas_3_10_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/lib/atlas-base
                customize UnixCCompiler
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/lib
                customize UnixCCompiler
                customize UnixCCompiler
                libraries tatlas,tatlas not found in /usr/lib/arm-linux-gnueabihf
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/lib/arm-linux-gnueabihf
                <class 'numpy.distutils.system_info.atlas_3_10_threads_in fo'>
                NOT AVAILABLE
                
                atlas_3_10_info:
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/lib/atlas-base
                customize UnixCCompiler
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/lib
                customize UnixCCompiler
                customize UnixCCompiler
                libraries satlas,satlas not found in /usr/lib/arm-linux-gnueabihf
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/lib/arm-linux-gnueabihf
                <class 'numpy.distutils.system_info.atlas_3_10_info'>
                NOT AVAILABLE
                
                atlas_threads_info:
                Setting PTATLAS=ATLAS
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/lib/atlas-base
                customize UnixCCompiler
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/lib
                customize UnixCCompiler
                customize UnixCCompiler
                libraries ptf77blas,ptcblas,atlas not found in /usr/lib/arm-linux-gnueabihf
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/lib/arm-linux-gnueabihf
                <class 'numpy.distutils.system_info.atlas_threads_info'>
                NOT AVAILABLE
                
                atlas_info:
                customize UnixCCompiler
                libraries f77blas,cblas,atlas not found in /usr/local/lib
                customize UnixCCompiler
                libraries lapack_atlas not found in /usr/local/lib
                customize UnixCCompiler
                customize UnixCCompiler
                customize UnixCCompiler
                <class 'numpy.distutils.system_info.atlas_info'>
                customize UnixCCompiler
                customize UnixCCompiler
                customize UnixCCompiler
                FOUND:
                library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base']
                language = f77
                include_dirs = ['/usr/include/atlas']
                define_macros = [('ATLAS_INFO', '""3.10.3""')]
                libraries = ['lapack', 'f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                
                FOUND:
                library_dirs = ['/usr/lib/atlas-base/atlas', '/usr/lib/atlas-base']
                language = f77
                include_dirs = ['/usr/include/atlas']
                define_macros = [('ATLAS_INFO', '""3.10.3""')]
                libraries = ['lapack', 'f77blas', 'cblas', 'atlas', 'f77blas', 'cblas']
                
                /usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'define_macros'
                warnings.warn(msg)
                running install
                running build
                running config_cc
                unifing config_cc, config, build_clib, build_ext, build commands --compiler options
                running config_fc
                unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
                running build_src
                build_src
                building py_modules sources
                building library "npymath" sources
                get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
                customize Gnu95FCompiler
                customize Gnu95FCompiler
                customize Gnu95FCompiler using config
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                arm-linux-gnueabihf-gcc -pthread _configtest.o -o _configtest
                success!
                removing: _configtest.c _configtest.o _configtest.o.d _configtest
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’
                int exp (void);
                ^~~
                arm-linux-gnueabihf-gcc -pthread _configtest.o -o _configtest
                _configtest.o: In function `main':
                /tmp/pip-install-pvclqp_z/numpy/_configtest.c:6: undefined reference to `exp'
                collect2: error: ld returned 1 exit status
                _configtest.o: In function `main':
                /tmp/pip-install-pvclqp_z/numpy/_configtest.c:6: undefined reference to `exp'
                collect2: error: ld returned 1 exit status
                failure.
                removing: _configtest.c _configtest.o _configtest.o.d
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’
                int exp (void);
                ^~~
                arm-linux-gnueabihf-gcc -pthread _configtest.o -lm -o _configtest
                success!
                removing: _configtest.c _configtest.o _configtest.o.d _configtest
                adding 'build/src.linux-armv7l-3.5/numpy/core/src/npymath' to include_dirs.
                None - nothing done with h_files = ['build/src.linux-armv7l-3.5/numpy/core/src/npymath/npy_math_internal.h']
                building library "npysort" sources
                adding 'build/src.linux-armv7l-3.5/numpy/core/src/private' to include_dirs.
                None - nothing done with h_files = ['build/src.linux-armv7l-3.5/numpy/core/src/private/npy_partition.h', 'build/src.linux-armv7l-3.5/numpy/core/src/private/npy_binsearch.h']
                building extension "numpy.core._dummy" sources
                Generating build/src.linux-armv7l-3.5/numpy/core/include/numpy/config.h
                C compiler: arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
                
                compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python3.5m -c'
                arm-linux-gnueabihf-gcc: _configtest.c
                _configtest.c:1:20: fatal error: Python.h: No such file or directory
                #include <Python.h>
                ^
                compilation terminated.
                _configtest.c:1:20: fatal error: Python.h: No such file or directory
                #include <Python.h>
                ^
                compilation terminated.
                failure.
                removing: _configtest.c _configtest.o
                Traceback (most recent call last):
                File "<string>", line 1, in <module>
                File "/tmp/pip-install-pvclqp_z/numpy/setup.py", line 403, in <module>
                setup_package()
                File "/tmp/pip-install-pvclqp_z/numpy/setup.py", line 395, in setup_package
                setup(**metadata)
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/core.py", line 169, in setup
                return old_setup(**new_attr)
                File "/usr/local/lib/python3.5/dist-packages/setuptools/__init__.py", line 131, in setup
                return distutils.core.setup(**attrs)
                File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
                dist.run_commands()
                File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
                self.run_command(cmd)
                File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
                cmd_obj.run()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/install.py", line 62, in run
                r = self.setuptools_run()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/install.py", line 36, in setuptools_run
                return distutils_install.run(self)
                File "/usr/lib/python3.5/distutils/command/install.py", line 583, in run
                self.run_command('build')
                File "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
                self.distribution.run_command(command)
                File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
                cmd_obj.run()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build.py", line 47, in run
                old_build.run(self)
                File "/usr/lib/python3.5/distutils/command/build.py", line 135, in run
                self.run_command(cmd_name)
                File "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
                self.distribution.run_command(command)
                File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
                cmd_obj.run()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 148, in run
                self.build_sources()
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 165, in build_sources
                self.build_extension_sources(ext)
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 324, in build_extension_sources
                sources = self.generate_sources(sources, ext)
                File "/tmp/pip-install-pvclqp_z/numpy/numpy/distutils/command/build_src.py", line 377, in generate_sources
                source = func(extension, build_dir)
                File "numpy/core/setup.py", line 422, in generate_config_h
                moredefs, ignored = cocache.check_types(config_cmd, ext, build_dir)
                File "numpy/core/setup.py", line 48, in check_types
                out = check_types(*a, **kw)
                File "numpy/core/setup.py", line 281, in check_types
                "install {0}-dev|{0}-devel.".format(python))
                SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.
                
                ----------------------------------------
                Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pvclqp_z/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-nos7wynx/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-pvclqp_z/numpy/
                You are using pip version 18.0, however version 18.1 is available.
                You should consider upgrading via the 'pip install --upgrade pip' command.
                [smarthome@SmartHomeNG ~]$
                Zuletzt geändert von schloessl; 26.10.2018, 16:16.

                Kommentar


                  Ich weiß nicht ob es damit zusammenhängt aber das hast Du in der ReadMe gelesen?

                  On Raspberry debian stretch you also have to run: apt-get install libatlas-base-dev

                  Kommentar


                    Narürlich!

                    [root@SmartHomeNG ~]# apt-get install libatlas-base-dev
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    libatlas-base-dev is already the newest version (3.10.3-1+rpi1).
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


                    Liegt hier das Priblem?
                    python 2.7 hat pip3 18.1
                    python 3 mault die 18.0 an

                    Code:
                     sudo pip3 install --upgrade pip3
                    Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
                    Requirement already up-to-date: pip3 in /usr/local/lib/python3.5/dist-packages (0.2)
                    You are using pip version 18.0, however version 18.1 is available.
                    You should consider upgrading via the 'pip install --upgrade pip' command.
                    Zuletzt geändert von schloessl; 26.10.2018, 17:23. Grund: pip ergänzt

                    Kommentar


                      Ich habe PIP 9.0.1 installiert.

                      Mach doch mal das Upgrade auf 18.1

                      Kommentar


                        N-mal probiert mit pip3 instal --Upgrade oder apt-get

                        letztlich war immer nur Python 2.7 pip3 auf 18.1
                        pip3 -V zeigte 18.0
                        Es gibt einen Chat zu pip3
                        Hier gibt es wohl Probleme!
                        DieFehlermeldungen deuten doch auf fehlende (??) Compilermodule hin?

                        Kommentar


                          Ich würde einfach mal probieren ob
                          Code:
                          sudo apt-get -y install dialog python3 python3-dev python3-setuptools unzip build-essential
                          zum Ergebnis führen kann.

                          Und entweder
                          Code:
                          sudo python3 -m pip install --upgrade pip
                          oder
                          Code:
                          sudo pip3 install pip --upgrade
                          sollten PIP aktualisieren

                          Kommentar


                            Könntest es über apt-get install python3-scipy versuchen. Numpy wohl auch.

                            Dass das plugin ohne scipy nicht startet ist blöd, war anders geplant

                            Kommentar


                              Danke an meine Helfer. Es geht jetzt!

                              Von bmx
                              Code:
                               sudo apt-get -y install dialog python3 python3-dev python3-setuptools unzip build-essential
                              Test:
                              pip3 -V
                              pip 18.0 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)

                              Code:
                              [smarthome@SmartHomeNG ~]$ sudo python3 -m pip install --upgrade pip
                              
                              Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pip   Using cached https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl Installing collected packages: pip  
                              Found existing installation: pip 18.0     Uninstalling pip-18.0:      
                              Successfully uninstalled pip-18.0
                              Successfully installed pip-18.1
                              Danach laut Onkelandy:
                              Jetzt wird scipy und numpy installiert!

                              Code:
                              [smarthome@SmartHomeNG ~]$ sudo apt-get install python3-scipy
                              Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed:   python3-decorator python3-numpy Suggested packages:   python-numpy-doc python3-nose python3-numpy-dbg python-scipy-doc The following NEW packages will be installed:   python3-decorator python3-numpy python3-scipy 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 9,404 kB of archives. After this operation, 40.2 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian stretch/main armhf python3-decorator all 4.0.11-1 [13.3 kB] Get:2 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian stretch/main armhf python3-numpy armhf 1:1.12.1-3 [1,693 kB] Get:3 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian stretch/main armhf python3-scipy armhf 0.18.1-2 [7,698 kB] Fetched 9,404 kB in 11s (815 kB/s) Selecting previously unselected package python3-decorator. (Reading database ... 74364 files and directories currently installed.) Preparing to unpack .../python3-decorator_4.0.11-1_all.deb ... Unpacking python3-decorator (4.0.11-1) ... Selecting previously unselected package python3-numpy. Preparing to unpack .../python3-numpy_1%3a1.12.1-3_armhf.deb ... Unpacking python3-numpy (1:1.12.1-3) ... Selecting previously unselected package python3-scipy. Preparing to unpack .../python3-scipy_0.18.1-2_armhf.deb ... Unpacking python3-scipy (0.18.1-2) ... Setting up python3-numpy (1:1.12.1-3) ... Processing triggers for man-db (2.7.6.1-2) ... Setting up python3-decorator (4.0.11-1) ... Setting up python3-scipy (0.18.1-2) ...  [smarthome@SmartHomeNG ~]$
                              UZSU erscheint schon einmal im Backend-NG!!

                              Danke für die Hilfe!
                              Wolfgang
                              Zuletzt geändert von schloessl; 27.10.2018, 10:54.

                              Kommentar


                                smai Das Verhalten bezüglich dem Umbruch in dem Widget hat sich mit dem neuen Firefox etwas verändert.
                                Das Umbrechen erfolgt nun nicht mehr beim Öffnen der Expertenleiste sondern IMMER, wenn eine Bildlaufleiste rechts im Spiel ist.
                                Sobald eine Bildlaufleiste eingeblendet wird, wird der "entf" Button umgebrochen.
                                Beim Klick auf "exp." ändert sich nun nichts mehr.

                                Onkelandy irgendwie hab ich noch manchmal eine UZSU die keinen Schedulereintrag setzt. Ich bin da noch dabei das nachvollziehbar zu machen.
                                Im Gefühl habe ich, dass das nach einem Neustart auftritt. Aber ich suche noch..... Das Ganze ist auch wieder recht willkürlich. Könnte auch mit vielen events zu einer Minute zusammenhängen. Ich habe um 23:55 dieverse uzsus die da gleichzeitig in den Räumen die Heizung auf Nacht stellen und die PM auf Nacht stellen.

                                Kommentar

                                Lädt...
                                X