Impossible de relancer BLEA après coupure électrique

Faut regarder dans les logs.

Voici le premier en mode débug
blea_updateV2.txt (37,0 Ko)

Ca c’est les dépendance il faut celui du deamon

lequel ? :

tous sauf le update

Il n’y a rien dedans sauf Blea qui dit launching remote …
Et le demon me dit Dépendance non installé et parfois dépendance en cours d’installation
mais comme l’installation des dépendances échoue il revient à dépendance non installé…
Je peux tester une réinstallation du plugins ?

une sauvegarde a été faites après le changement de niveau de log ?
Il y a eu une manipulation avant que ça ne fonctionne plus ?

Outre la charge comme vu par @Idaho947 l’espace libre à 6% c’est peu

de retour,
mis de coté les sauvegardes local vers PC
Suppression de la plus ancienne
Désactivé Plugins PhoneDetection
Mise à l’arret de la gestion auto des dépendances et du daemon BLEA
nouvel état de santé :

Je continu à creuser la BD pour voir ce qui consomme de l’espace disque
A part la coupure électrique je n’ai pas fait de grosse modifs :
Nouveau scénario de surveillance météo pour rentrer les stores en cas de vent fort
Nouveau scénario de lissage d’une température
je vais vérifier cela de près dans les logs…

L’excellent tuto de ngrataloup est là :

Bonjour,
Aussi peu d’espace disque c’est un plantage assuré. J’imagine que tu as essayé de rebooter ?

Bonjour,
j’ai du mal à comprendre mon problème d’espace disque :
Mon Jeedom est une box Smart
J’ai appliqué le tuto de ngrataloup
J’ai supprimé les vieux logs et épuré les historique d’équipements inactifs
Une sauvegarde automatique fait 120 Mo (ne me semble pas énorme)
J’ai sauvegardé les autres et laissé que la dernière sur la box
La taille de la base de donnée semble normale


Pourtant je n’ai toujours que 10% d’espace libre ???

Avez vous d’autres pistes ou pensez vous que je doive faire un ticket SAV pour cela ?

Mais pour BLEA, toujours pareil, impossible d’initialiser les dépendances :
J’ai des gros doute sur la corrélation avec mon problème d’espace remonté par d’autres utilisateur comme :
Autre post
Mes log restent vides sauf :
blea_update_v28_06.txt (30,5 Ko)

  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-packages (2.28.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests) (3.4)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests) (2022.9.24)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests) (1.26.12)
Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.7/dist-packages (from requests) (2.0.12)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/local/bin/pip3", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
Requirement already satisfied: pybluez in /usr/local/lib/python3.7/dist-packages (0.23)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/local/bin/pip3", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
Requirement already satisfied: pillow in /usr/local/lib/python3.7/dist-packages (8.3.1)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/local/bin/pip3", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packages (1.21.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/local/bin/pip3", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
Requirement already satisfied: bluepy in /usr/local/lib/python3.7/dist-packages (1.3.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/local/bin/pip3", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
Cloning into 'bluepy'...
running build
running build_py
creating build
creating build/lib
creating build/lib/bluepy
copying bluepy/sensortag.py -> build/lib/bluepy
copying bluepy/btle.py -> build/lib/bluepy
copying bluepy/__init__.py -> build/lib/bluepy
copying bluepy/scan_fuzz.py -> build/lib/bluepy
copying bluepy/blescan.py -> build/lib/bluepy
copying bluepy/thingy52.py -> build/lib/bluepy
copying bluepy/get_services.py -> build/lib/bluepy
copying bluepy/scanner.py -> build/lib/bluepy
copying bluepy/uuids.json -> build/lib/bluepy
copying bluepy/bluez-src.tgz -> build/lib/bluepy
copying bluepy/bluepy-helper.c -> build/lib/bluepy
copying bluepy/Makefile -> build/lib/bluepy
/usr/local/lib/python3.7/dist-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running install
Working dir is /tmp/bluepy
execute make -C ./bluepy clean
execute make -C bluepy -j1
running build
running build_py
copying bluepy/bluepy-helper -> build/lib/bluepy
running install_lib
copying build/lib/bluepy/sensortag.py -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/bluepy-helper.c -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/bluepy-helper -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/btle.py -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/__init__.py -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/scan_fuzz.py -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/bluez-src.tgz -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/uuids.json -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/blescan.py -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/thingy52.py -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/Makefile -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/get_services.py -> /usr/lib/python3.7/site-packages/bluepy
copying build/lib/bluepy/scanner.py -> /usr/lib/python3.7/site-packages/bluepy
byte-compiling /usr/lib/python3.7/site-packages/bluepy/sensortag.py to sensortag.cpython-37.pyc
byte-compiling /usr/lib/python3.7/site-packages/bluepy/btle.py to btle.cpython-37.pyc
byte-compiling /usr/lib/python3.7/site-packages/bluepy/__init__.py to __init__.cpython-37.pyc
byte-compiling /usr/lib/python3.7/site-packages/bluepy/scan_fuzz.py to scan_fuzz.cpython-37.pyc
byte-compiling /usr/lib/python3.7/site-packages/bluepy/blescan.py to blescan.cpython-37.pyc
byte-compiling /usr/lib/python3.7/site-packages/bluepy/thingy52.py to thingy52.cpython-37.pyc
byte-compiling /usr/lib/python3.7/site-packages/bluepy/get_services.py to get_services.cpython-37.pyc
byte-compiling /usr/lib/python3.7/site-packages/bluepy/scanner.py to scanner.cpython-37.pyc
running install_egg_info
running egg_info
creating bluepy.egg-info
writing bluepy.egg-info/PKG-INFO
writing dependency_links to bluepy.egg-info/dependency_links.txt
writing entry points to bluepy.egg-info/entry_points.txt
writing top-level names to bluepy.egg-info/top_level.txt
writing manifest file 'bluepy.egg-info/SOURCES.txt'
reading manifest file 'bluepy.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'bluepy.egg-info/SOURCES.txt'
removing '/usr/lib/python3.7/site-packages/bluepy-1.1.4-py3.7.egg-info' (and everything under it)
Copying bluepy.egg-info to /usr/lib/python3.7/site-packages/bluepy-1.1.4-py3.7.egg-info
running install_scripts
Installing blescan script to /usr/bin
Installing sensortag script to /usr/bin
Installing thingy52 script to /usr/bin
/usr/local/lib/python3.7/dist-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        By 2023-Sep-26, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/local/lib/python3.7/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
Requirement already satisfied: cryptography in /usr/local/lib/python3.7/dist-packages (38.0.1)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.7/dist-packages (from cryptography) (1.15.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.7/dist-packages (from cffi>=1.12->cryptography) (2.21)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/local/bin/pip3", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
Requirement already satisfied: pycrypto in /usr/local/lib/python3.7/dist-packages (2.6.1)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/local/bin/pip3", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
********************************************************
*			 Installation terminée					*
********************************************************

Je suis preneur de vos avis…

Pouvez-vous mettre le contenu du log dans un Texte préformaté avec l’outil </> et pas un fichier?
Je n’ouvre pas les fichiers étant principalement sur mobile donc je n’ai aucune idée de ce qui se trouve dans les logs mais la raison du problème d’installation doit s’y trouver je suppose.

Bonjour,

0000|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0001|self.handle_pip_version_check(options)
0002|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0003|pip_self_version_check(session, options)
0004|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0005|logger.warning("[present-rich] %s", upgrade_prompt)
0006|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0007|self._log(WARNING, msg, args, **kwargs)
0008|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0009|self.handle(record)
0010|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0011|self.callHandlers(record)
0012|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0013|hdlr.handle(record)
0014|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0015|self.emit(record)
0016|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0017|self.handleError(record)
0018|Message: '[present-rich] %s'
0019|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0020|Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-packages (2.28.1)
0021|Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests) (1.26.12)
0022|Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.7/dist-packages (from requests) (2.0.12)
0023|Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests) (2022.9.24)
0024|Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests) (3.4)
0025|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0026|--- Logging error ---
0027|Traceback (most recent call last):
0028|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
0029|self.console.print(renderable, overflow="ignore", crop=False, style=style)
0030|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
0031|extend(render(renderable, render_options))
0032|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
0033|for render_output in iter_render:
0034|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
0035|for line in lines:
0036|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
0037|for segment in segments:
0038|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
0039|renderable = rich_cast(renderable)
0040|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
0041|renderable = cast_method()
0042|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
0043|pip_cmd = get_best_invocation_for_this_pip()
0044|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
0045|os.path.join(binary_prefix, exe_name),
0046|File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
0047|s2 = os.stat(f2)
0048|FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
0049|Call stack:
0050|File "/usr/local/bin/pip3", line 8, in 
0051|sys.exit(main())
0052|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
0053|return command.main(cmd_args)
0054|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
0055|return self._main(args)
0056|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0057|self.handle_pip_version_check(options)
0058|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0059|pip_self_version_check(session, options)
0060|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0061|logger.warning("[present-rich] %s", upgrade_prompt)
0062|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0063|self._log(WARNING, msg, args, **kwargs)
0064|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0065|self.handle(record)
0066|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0067|self.callHandlers(record)
0068|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0069|hdlr.handle(record)
0070|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0071|self.emit(record)
0072|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0073|self.handleError(record)
0074|Message: '[present-rich] %s'
0075|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0076|Requirement already satisfied: pybluez in /usr/local/lib/python3.7/dist-packages (0.23)
0077|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0078|--- Logging error ---
0079|Traceback (most recent call last):
0080|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
0081|self.console.print(renderable, overflow="ignore", crop=False, style=style)
0082|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
0083|extend(render(renderable, render_options))
0084|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
0085|for render_output in iter_render:
0086|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
0087|for line in lines:
0088|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
0089|for segment in segments:
0090|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
0091|renderable = rich_cast(renderable)
0092|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
0093|renderable = cast_method()
0094|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
0095|pip_cmd = get_best_invocation_for_this_pip()
0096|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
0097|os.path.join(binary_prefix, exe_name),
0098|File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
0099|s2 = os.stat(f2)
0100|FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
0101|Call stack:
0102|File "/usr/local/bin/pip3", line 8, in 
0103|sys.exit(main())
0104|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
0105|return command.main(cmd_args)
0106|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
0107|return self._main(args)
0108|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0109|self.handle_pip_version_check(options)
0110|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0111|pip_self_version_check(session, options)
0112|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0113|logger.warning("[present-rich] %s", upgrade_prompt)
0114|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0115|self._log(WARNING, msg, args, **kwargs)
0116|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0117|self.handle(record)
0118|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0119|self.callHandlers(record)
0120|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0121|hdlr.handle(record)
0122|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0123|self.emit(record)
0124|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0125|self.handleError(record)
0126|Message: '[present-rich] %s'
0127|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0128|Requirement already satisfied: pillow in /usr/local/lib/python3.7/dist-packages (8.3.1)
0129|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0130|--- Logging error ---
0131|Traceback (most recent call last):
0132|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
0133|self.console.print(renderable, overflow="ignore", crop=False, style=style)
0134|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
0135|extend(render(renderable, render_options))
0136|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
0137|for render_output in iter_render:
0138|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
0139|for line in lines:
0140|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
0141|for segment in segments:
0142|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
0143|renderable = rich_cast(renderable)
0144|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
0145|renderable = cast_method()
0146|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
0147|pip_cmd = get_best_invocation_for_this_pip()
0148|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
0149|os.path.join(binary_prefix, exe_name),
0150|File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
0151|s2 = os.stat(f2)
0152|FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
0153|Call stack:
0154|File "/usr/local/bin/pip3", line 8, in 
0155|sys.exit(main())
0156|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
0157|return command.main(cmd_args)
0158|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
0159|return self._main(args)
0160|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0161|self.handle_pip_version_check(options)
0162|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0163|pip_self_version_check(session, options)
0164|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0165|logger.warning("[present-rich] %s", upgrade_prompt)
0166|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0167|self._log(WARNING, msg, args, **kwargs)
0168|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0169|self.handle(record)
0170|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0171|self.callHandlers(record)
0172|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0173|hdlr.handle(record)
0174|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0175|self.emit(record)
0176|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0177|self.handleError(record)
0178|Message: '[present-rich] %s'
0179|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0180|Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packages (1.21.0)
0181|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0182|--- Logging error ---
0183|Traceback (most recent call last):
0184|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
0185|self.console.print(renderable, overflow="ignore", crop=False, style=style)
0186|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
0187|extend(render(renderable, render_options))
0188|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
0189|for render_output in iter_render:
0190|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
0191|for line in lines:
0192|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
0193|for segment in segments:
0194|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
0195|renderable = rich_cast(renderable)
0196|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
0197|renderable = cast_method()
0198|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
0199|pip_cmd = get_best_invocation_for_this_pip()
0200|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
0201|os.path.join(binary_prefix, exe_name),
0202|File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
0203|s2 = os.stat(f2)
0204|FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
0205|Call stack:
0206|File "/usr/local/bin/pip3", line 8, in 
0207|sys.exit(main())
0208|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
0209|return command.main(cmd_args)
0210|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
0211|return self._main(args)
0212|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0213|self.handle_pip_version_check(options)
0214|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0215|pip_self_version_check(session, options)
0216|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0217|logger.warning("[present-rich] %s", upgrade_prompt)
0218|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0219|self._log(WARNING, msg, args, **kwargs)
0220|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0221|self.handle(record)
0222|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0223|self.callHandlers(record)
0224|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0225|hdlr.handle(record)
0226|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0227|self.emit(record)
0228|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0229|self.handleError(record)
0230|Message: '[present-rich] %s'
0231|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0232|Requirement already satisfied: bluepy in /usr/local/lib/python3.7/dist-packages (1.3.0)
0233|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0234|--- Logging error ---
0235|Traceback (most recent call last):
0236|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
0237|self.console.print(renderable, overflow="ignore", crop=False, style=style)
0238|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
0239|extend(render(renderable, render_options))
0240|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
0241|for render_output in iter_render:
0242|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
0243|for line in lines:
0244|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
0245|for segment in segments:
0246|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
0247|renderable = rich_cast(renderable)
0248|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
0249|renderable = cast_method()
0250|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
0251|pip_cmd = get_best_invocation_for_this_pip()
0252|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
0253|os.path.join(binary_prefix, exe_name),
0254|File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
0255|s2 = os.stat(f2)
0256|FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
0257|Call stack:
0258|File "/usr/local/bin/pip3", line 8, in 
0259|sys.exit(main())
0260|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
0261|return command.main(cmd_args)
0262|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
0263|return self._main(args)
0264|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0265|self.handle_pip_version_check(options)
0266|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0267|pip_self_version_check(session, options)
0268|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0269|logger.warning("[present-rich] %s", upgrade_prompt)
0270|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0271|self._log(WARNING, msg, args, **kwargs)
0272|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0273|self.handle(record)
0274|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0275|self.callHandlers(record)
0276|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0277|hdlr.handle(record)
0278|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0279|self.emit(record)
0280|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0281|self.handleError(record)
0282|Message: '[present-rich] %s'
0283|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0284|Cloning into 'bluepy'...
0285|running build
0286|running build_py
0287|creating build
0288|creating build/lib
0289|creating build/lib/bluepy
0290|copying bluepy/sensortag.py -> build/lib/bluepy
0291|copying bluepy/btle.py -> build/lib/bluepy
0292|copying bluepy/__init__.py -> build/lib/bluepy
0293|copying bluepy/scan_fuzz.py -> build/lib/bluepy
0294|copying bluepy/blescan.py -> build/lib/bluepy
0295|copying bluepy/thingy52.py -> build/lib/bluepy
0296|copying bluepy/get_services.py -> build/lib/bluepy
0297|copying bluepy/scanner.py -> build/lib/bluepy
0298|copying bluepy/uuids.json -> build/lib/bluepy
0299|copying bluepy/bluez-src.tgz -> build/lib/bluepy
0300|copying bluepy/bluepy-helper.c -> build/lib/bluepy
0301|copying bluepy/Makefile -> build/lib/bluepy
0302|/usr/local/lib/python3.7/dist-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
0312|opt = self.warn_dash_deprecation(opt, section)
0313|running install
0314|Working dir is /tmp/bluepy
0315|execute make -C ./bluepy clean
0316|execute make -C bluepy -j1
0317|running build
0318|running build_py
0319|copying bluepy/bluepy-helper -> build/lib/bluepy
0320|running install_lib
0321|copying build/lib/bluepy/sensortag.py -> /usr/lib/python3.7/site-packages/bluepy
0322|copying build/lib/bluepy/bluepy-helper.c -> /usr/lib/python3.7/site-packages/bluepy
0323|copying build/lib/bluepy/bluepy-helper -> /usr/lib/python3.7/site-packages/bluepy
0324|copying build/lib/bluepy/btle.py -> /usr/lib/python3.7/site-packages/bluepy
0325|copying build/lib/bluepy/__init__.py -> /usr/lib/python3.7/site-packages/bluepy
0326|copying build/lib/bluepy/scan_fuzz.py -> /usr/lib/python3.7/site-packages/bluepy
0327|copying build/lib/bluepy/bluez-src.tgz -> /usr/lib/python3.7/site-packages/bluepy
0328|copying build/lib/bluepy/uuids.json -> /usr/lib/python3.7/site-packages/bluepy
0329|copying build/lib/bluepy/blescan.py -> /usr/lib/python3.7/site-packages/bluepy
0330|copying build/lib/bluepy/thingy52.py -> /usr/lib/python3.7/site-packages/bluepy
0331|copying build/lib/bluepy/Makefile -> /usr/lib/python3.7/site-packages/bluepy
0332|copying build/lib/bluepy/get_services.py -> /usr/lib/python3.7/site-packages/bluepy
0333|copying build/lib/bluepy/scanner.py -> /usr/lib/python3.7/site-packages/bluepy
0334|byte-compiling /usr/lib/python3.7/site-packages/bluepy/sensortag.py to sensortag.cpython-37.pyc
0335|byte-compiling /usr/lib/python3.7/site-packages/bluepy/btle.py to btle.cpython-37.pyc
0336|byte-compiling /usr/lib/python3.7/site-packages/bluepy/__init__.py to __init__.cpython-37.pyc
0337|byte-compiling /usr/lib/python3.7/site-packages/bluepy/scan_fuzz.py to scan_fuzz.cpython-37.pyc
0338|byte-compiling /usr/lib/python3.7/site-packages/bluepy/blescan.py to blescan.cpython-37.pyc
0339|byte-compiling /usr/lib/python3.7/site-packages/bluepy/thingy52.py to thingy52.cpython-37.pyc
0340|byte-compiling /usr/lib/python3.7/site-packages/bluepy/get_services.py to get_services.cpython-37.pyc
0341|byte-compiling /usr/lib/python3.7/site-packages/bluepy/scanner.py to scanner.cpython-37.pyc
0342|running install_egg_info
0343|running egg_info
0344|creating bluepy.egg-info
0345|writing bluepy.egg-info/PKG-INFO
0346|writing dependency_links to bluepy.egg-info/dependency_links.txt
0347|writing entry points to bluepy.egg-info/entry_points.txt
0348|writing top-level names to bluepy.egg-info/top_level.txt
0349|writing manifest file 'bluepy.egg-info/SOURCES.txt'
0350|reading manifest file 'bluepy.egg-info/SOURCES.txt'
0351|adding license file 'LICENSE.txt'
0352|writing manifest file 'bluepy.egg-info/SOURCES.txt'
0353|removing '/usr/lib/python3.7/site-packages/bluepy-1.1.4-py3.7.egg-info' (and everything under it)
0354|Copying bluepy.egg-info to /usr/lib/python3.7/site-packages/bluepy-1.1.4-py3.7.egg-info
0355|running install_scripts
0356|Installing blescan script to /usr/bin
0357|Installing sensortag script to /usr/bin
0358|Installing thingy52 script to /usr/bin
0359|/usr/local/lib/python3.7/dist-packages/setuptools/dist.py:745: SetuptoolsDeprecationWarning: Invalid dash-separated options
0369|opt = self.warn_dash_deprecation(opt, section)
0370|/usr/local/lib/python3.7/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
0371|!!
0372|********************************************************************************
0373|Please avoid running ``setup.py`` directly.
0374|Instead, use pypa/build, pypa/installer or other
0375|standards-based tools.
0376|See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
0377|********************************************************************************
0378|!!
0379|self.initialize_options()
0380|Requirement already satisfied: cryptography in /usr/local/lib/python3.7/dist-packages (38.0.1)
0381|Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.7/dist-packages (from cryptography) (1.15.1)
0382|Requirement already satisfied: pycparser in /usr/local/lib/python3.7/dist-packages (from cffi>=1.12->cryptography) (2.21)
0383|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0384|--- Logging error ---
0385|Traceback (most recent call last):
0386|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
0387|self.console.print(renderable, overflow="ignore", crop=False, style=style)
0388|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
0389|extend(render(renderable, render_options))
0390|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
0391|for render_output in iter_render:
0392|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
0393|for line in lines:
0394|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
0395|for segment in segments:
0396|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
0397|renderable = rich_cast(renderable)
0398|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
0399|renderable = cast_method()
0400|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
0401|pip_cmd = get_best_invocation_for_this_pip()
0402|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
0403|os.path.join(binary_prefix, exe_name),
0404|File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
0405|s2 = os.stat(f2)
0406|FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
0407|Call stack:
0408|File "/usr/local/bin/pip3", line 8, in 
0409|sys.exit(main())
0410|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
0411|return command.main(cmd_args)
0412|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
0413|return self._main(args)
0414|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0415|self.handle_pip_version_check(options)
0416|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0417|pip_self_version_check(session, options)
0418|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0419|logger.warning("[present-rich] %s", upgrade_prompt)
0420|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0421|self._log(WARNING, msg, args, **kwargs)
0422|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0423|self.handle(record)
0424|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0425|self.callHandlers(record)
0426|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0427|hdlr.handle(record)
0428|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0429|self.emit(record)
0430|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0431|self.handleError(record)
0432|Message: '[present-rich] %s'
0433|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0434|Requirement already satisfied: pycrypto in /usr/local/lib/python3.7/dist-packages (2.6.1)
0435|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0436|--- Logging error ---
0437|Traceback (most recent call last):
0438|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
0439|self.console.print(renderable, overflow="ignore", crop=False, style=style)
0440|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
0441|extend(render(renderable, render_options))
0442|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
0443|for render_output in iter_render:
0444|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
0445|for line in lines:
0446|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
0447|for segment in segments:
0448|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
0449|renderable = rich_cast(renderable)
0450|File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
0451|renderable = cast_method()
0452|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
0453|pip_cmd = get_best_invocation_for_this_pip()
0454|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
0455|os.path.join(binary_prefix, exe_name),
0456|File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
0457|s2 = os.stat(f2)
0458|FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
0459|Call stack:
0460|File "/usr/local/bin/pip3", line 8, in 
0461|sys.exit(main())
0462|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
0463|return command.main(cmd_args)
0464|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
0465|return self._main(args)
0466|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
0467|self.handle_pip_version_check(options)
0468|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
0469|pip_self_version_check(session, options)
0470|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
0471|logger.warning("[present-rich] %s", upgrade_prompt)
0472|File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
0473|self._log(WARNING, msg, args, **kwargs)
0474|File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
0475|self.handle(record)
0476|File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
0477|self.callHandlers(record)
0478|File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
0479|hdlr.handle(record)
0480|File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
0481|self.emit(record)
0482|File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
0483|self.handleError(record)
0484|Message: '[present-rich] %s'
0485|Arguments: (UpgradePrompt(old='22.2.2', new='23.1.2'),)
0486|********************************************************
0487|*			 Installation terminée					*
0488|********************************************************

Il y a un problème avec l’environnement pip / python.
Sur une installation DIY je vous donnerais bien des commandes à essayer pour réparer mais vu que c’est une smart, je vous conseille de faire un ticket au support; ils auront accès à la box en direct et c’est préférable qu’ils regardent eux-mêmes sur une box officielle.

Si ca ne fonctionne pas il faudra probablement passer par une restauration d’usine et ensuite restaurer un backup de votre installation.

Merci, je fais ça dès que possible…

Ticket ouvert hier, à suivre …

re Bonjour,
malgré l’upgrade d’Emmc à 16 Go le problème ne s’arrange pas au contraire :
Après restore de ma sauvegarde, j’ai également OpenVPN et ZigBee qui ne démarrent plus
Je ne sais plus trop quoi faire…


Merci d’avance pour votre aide

Salut
Pour zigbe est-ce que le port est correct dans sa page de config ?
Montre la page config

Les dependances des differents pligin HS ont-ils été relancés ?