Installation des dépendances plante le jeedom

Bonjour,

J’essai d’installer le plugin QR code depuis 3 jours mais à chaque fois l’installation des dépendances fait plantée jeedom. Il reste bloqué à 12% et jeedom disparait du réseau obligé de rebooter.
La dernière fois il a essayé 1h avant de planter. Voici quelques logs, si quelqu’un peut m’aider ?
ça reste sur "still running… "
ps: je suis novice :wink:

config: Jeedom 4.3.17 sur raspberry 3



Salut

Page santé jeedom aussi?

Ant

Bonjour

L’installation de dépendance peuvent être très long malgré l’utilisation de packet il a besoin de compiler opencv

A première vue de tes screenshots rien d’inquiétant, c’est étrange que la compilation occupe a 100% de ta machine.
Tu es sur quel type de machine ?

Je suis sur un Raspberry 3 avec jeedom 4.3.17

J’ai essayé 5 fois, le résultat est toujours le même. Dès qu’il lance l’installation des dépendances il ne faut surtout pas que je navigue dans jeedom, les pages ont bcp de mal à charger. Et après plus aucune réponse sur le navigateur. Quand je laisse la page ouverte sur l’installation des dépendances il s’arrête en 6min à 12% et ne bouge plus pendant plus de 50 min. Puis la page ne bouge plus

  • Ce n’est pas à cause l’installation de numpy que ça plante ?
  • Le rasp manque de ressource pour l’installation ?

Voici une capture de la page santé :

Bonjour,

Pour moi, des log que tu as mis il n’y a pas de plantage.
Faut juste laisser la compilation se faire.
Sur un rpi2 ça m’a pris toute une nuit pour la compilation

Je viens de réessayer ce matin à 8H. J’ai téléchargé le plugin et lancé l’installation des dépendances. Je n’ai rien fait de la journée pour ne pas solliciter le Raspberry.
Mes volets doivent ce fermer automatiquement en fin de journée… rien n’a fonctionné ce soir. Le jeedom est injoignable en local et aucune connexion en ssh. Je laisse tourner toute la nuit mais je crois bien qu’il est encore planté !?

Bonjour

Peux tu envoyer les log des dépendances voir s’il y a un crache.

C’est long mais j’avoue que l’a c’est étrange. Il doit y avoir un conflit avec un autre packet

Petite rectification du message d’hier, en allant me coucher j’ai réussi à me connecter en ssh 1 fois. J’ai donc ouvert jeedom et le processus d’installation des dépendances était bloqué à 12% encore :slightly_frowning_face: . Etonnamment l’heure du début de l’installation n’était que de 1h, comme s’il avait relancé l’installe depuis le matin plusieurs fois ?!
Je te joins plusieurs logements en espérant que tu puisse m’aider. Merci beaucoup

Log QR accès package

+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_QRacces
+ echo 1
+ echo 2
+ sudo apt update

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Réception de :1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
Atteint :2 http://archive.raspberrypi.org/debian buster InRelease
Atteint :3 https://deb.nodesource.com/node_16.x buster InRelease
15,0 ko réceptionnés en 1s (10,4 ko/s)
Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
7 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
+ echo 3
+ sudo apt install -o Dpkg::Options::=--force-confdef -y nvidia-opencl-dev

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
E: Impossible de trouver le paquet nvidia-opencl-dev
+ echo 4
++ awk '$1 <= 4'
++ find /usr/local/lib/python2.7/dist-packages/ /usr/local/lib/python3.7/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' +
++ cut -f 2-
+ RESULTTODELETE=
++ echo ''
++ sed 's, ,\ ,g'
+ RESULTTODELETE2=
+ echo ''
+ xargs rm -rf
+ echo 5
+ sudo pip3 cache purge
Files removed: 66
+ echo 6
+ sudo pip3 install --upgrade pip
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (23.0.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
+ echo 7
+ sudo pip3 install --force-reinstall --upgrade pyudev
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyudev
  Downloading https://www.piwheels.org/simple/pyudev/pyudev-0.24.0-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.8/61.8 kB 983.3 kB/s eta 0:00:00
Installing collected packages: pyudev
  Attempting uninstall: pyudev
    Found existing installation: pyudev 0.24.0
    Uninstalling pyudev-0.24.0:
      Successfully uninstalled pyudev-0.24.0
Successfully installed pyudev-0.24.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
+ echo 8
+ sudo pip3 install --force-reinstall --upgrade wheel
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting wheel
  Downloading https://www.piwheels.org/simple/wheel/wheel-0.40.0-py3-none-any.whl (64 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 1.1 MB/s eta 0:00:00
Installing collected packages: wheel
  Attempting uninstall: wheel
    Found existing installation: wheel 0.40.0
    Uninstalling wheel-0.40.0:
      Successfully uninstalled wheel-0.40.0
Successfully installed wheel-0.40.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
+ echo 9
+ sudo pip3 install --force-reinstall --upgrade requests
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting requests
  Downloading https://www.piwheels.org/simple/requests/requests-2.28.2-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 1.3 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.0 MB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
  Downloading https://www.piwheels.org/simple/urllib3/urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 kB 2.0 MB/s eta 0:00:00
Collecting charset-normalizer<4,>=2
  Downloading charset_normalizer-3.1.0-py3-none-any.whl (46 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 kB 1.3 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading https://www.piwheels.org/simple/certifi/certifi-2022.12.7-py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.2/155.2 kB 1.9 MB/s eta 0:00:00
Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests
  Attempting uninstall: urllib3
    Found existing installation: urllib3 1.26.15
    Uninstalling urllib3-1.26.15:
      Successfully uninstalled urllib3-1.26.15
  Attempting uninstall: idna
    Found existing installation: idna 3.4
    Uninstalling idna-3.4:
      Successfully uninstalled idna-3.4
  Attempting uninstall: charset-normalizer
    Found existing installation: charset-normalizer 3.1.0
    Uninstalling charset-normalizer-3.1.0:
      Successfully uninstalled charset-normalizer-3.1.0
  Attempting uninstall: certifi
    Found existing installation: certifi 2022.12.7
    Uninstalling certifi-2022.12.7:
      Successfully uninstalled certifi-2022.12.7
  Attempting uninstall: requests
    Found existing installation: requests 2.28.2
    Uninstalling requests-2.28.2:
      Successfully uninstalled requests-2.28.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
aiohttp 3.8.3 requires charset-normalizer<3.0,>=2.0, but you have charset-normalizer 3.1.0 which is incompatible.
Successfully installed certifi-2022.12.7 charset-normalizer-3.1.0 idna-3.4 requests-2.28.2 urllib3-1.26.15
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
+ echo 10
+ sudo pip3 install --force-reinstall --upgrade setuptools
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting setuptools
  Downloading https://www.piwheels.org/simple/setuptools/setuptools-67.6.1-py3-none-any.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 3.7 MB/s eta 0:00:00
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 67.6.1
    Uninstalling setuptools-67.6.1:
      Successfully uninstalled setuptools-67.6.1
Successfully installed setuptools-67.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
+ echo 11
+ sudo pip3 install --force-reinstall --upgrade pyserial
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyserial
  Downloading https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 1.2 MB/s eta 0:00:00
Installing collected packages: pyserial
  Attempting uninstall: pyserial
    Found existing installation: pyserial 3.5
    Uninstalling pyserial-3.5:
      Successfully uninstalled pyserial-3.5
Successfully installed pyserial-3.5
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
+ echo 12
+ sudo pip3 install --force-reinstall --upgrade scipy
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting scipy
  Downloading https://www.piwheels.org/simple/scipy/scipy-1.7.3-cp37-cp37m-linux_armv7l.whl (65.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 MB 1.1 MB/s eta 0:00:00
Collecting numpy<1.23.0,>=1.16.5
  Downloading numpy-1.21.6.zip (10.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.3/10.3 MB 3.7 MB/s eta 0:00:00
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: numpy
  Building wheel for numpy (pyproject.toml): started
  Building wheel for numpy (pyproject.toml): still running...
  Building wheel for numpy (pyproject.toml): still running...
  Building wheel for numpy (pyproject.toml): still running...
1 « J'aime »

Log Qr acces

[2023-04-04 22:50:59][DEBUG] : Lancement de : /var/www/html/core/class/../../core/php/jeePlugin.php  plugin_id=QRacces function=remove callInstallFunction=1
[2023-04-06 19:44:48][INFO] : Début d'activation du plugin
[2023-04-06 19:44:49][INFO] : Info sur le démon : {"launchable_message":"","launchable":"nok","state":"nok","log":"nok","auto":0}
[2023-04-06 19:44:49][DEBUG] : Lancement de : /var/www/html/core/class/../../core/php/jeePlugin.php  plugin_id=QRacces function=install callInstallFunction=1
[2023-04-08 09:26:09][INFO] : Début d'activation du plugin
[2023-04-08 09:26:10][INFO] : Info sur le démon : {"launchable_message":"","launchable":"nok","state":"nok","log":"nok","auto":0}
[2023-04-08 09:26:10][DEBUG] : Lancement de : /var/www/html/core/class/../../core/php/jeePlugin.php  plugin_id=QRacces function=install callInstallFunction=1
[2023-04-14 08:13:02][INFO] : Début d'activation du plugin
[2023-04-14 08:13:03][INFO] : Info sur le démon : {"launchable_message":"","launchable":"nok","state":"nok","log":"nok","auto":0}
[2023-04-14 08:13:04][DEBUG] : Lancement de : /var/www/html/core/class/../../core/php/jeePlugin.php  plugin_id=QRacces function=install callInstallFunction=1
1 « J'aime »

Log Cron du 14/04/23

[2023-04-14 13:55:57][ERROR] : [Erreur master] plugin::heartbeat() : plugin::heartbeat() : Impossible d'arrêter la tâche
[2023-04-14 15:24:54][ERROR] : [Erreur master] plugin::cron15() : plugin::cron15() : Impossible d'arrêter la tâche
[2023-04-14 15:24:55][ERROR] : [Erreur master] plugin::heartbeat() : plugin::heartbeat() : Impossible d'arrêter la tâche
[2023-04-14 18:03:03][ERROR] : [Erreur master] plugin::cron5() : plugin::cron5() : Impossible d'arrêter la tâche
[2023-04-14 21:20:34][ERROR] : [Erreur master] plugin::checkDeamon() : SQLSTATE[HY000] [2002] No such file or directory

Ha c’est possible. si le mode automatique est activé alors Jeedom relance les dépendances

Peux tu aller dans la configuration de Jeedom dans l’onglet os et « Vérification des packagé système »
Et vérifier quelle packet ne s’installe pas.
Voir même essayer de le forcer pour avoir un log plus clair de se qui s’installe pas

Quand je n’installe pas le plugin rien n’est a corriger. Lorsqu’il est installé (en train d’essayer d’installer les dépendances) j’ai 3 packages à corriger.
Je lance la correction des 3. Je te tiens au courant


Bon bah peut importe ce que je corriger, j’ai toujours les même logs:

Log quand je fais réparer les 3 problèmes

+ sudo apt update

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
Reading package lists...
  Building wheel for numpy (pyproject.toml): still running...

Building dependency tree...
Reading state information...
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
+ sudo apt install -o Dpkg::Options::=--force-confdef -y nvidia-opencl-dev

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package nvidia-opencl-dev
  Building wheel for numpy (pyproject.toml): still running...

Building dependency tree...

Reading state information...
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
+ sudo pip3 install --force-reinstall --upgrade opencv-contrib-python
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting opencv-contrib-python
  Downloading opencv-contrib-python-4.7.0.72.tar.gz (150.5 MB)
  Building wheel for numpy (pyproject.toml): still running...
  Building wheel for numpy (pyproject.toml): still running...
  Building wheel for numpy (pyproject.toml): still running...
  Building wheel for numpy (pyproject.toml): still running...
  Building wheel for numpy (pyproject.toml): still running...
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.5/150.5 MB ? eta 0:00:00
  Building wheel for numpy (pyproject.toml): still running...
  Building wheel for numpy (pyproject.toml): still running...
  Installing build dependencies: started
  Installing build dependencies: still running...
  Installing build dependencies: still running...

suite et fin :wink:

...
            [557/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackExternalGenerator.cxx.o
            [558/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackLog.cxx.o
            [559/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackSTGZGenerator.cxx.o
            [560/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackArchiveGenerator.cxx.o
            [561/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNuGetGenerator.cxx.o
            [562/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackDebGenerator.cxx.o
            [563/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWCommon.cxx.o
            [564/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNSISGenerator.cxx.o
            [565/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGenerator.cxx.o
            [566/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWInstaller.cxx.o
            [567/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWGenerator.cxx.o
            [568/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWRepository.cxx.o
            [569/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWPackage.cxx.o
            [570/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmCommandArgumentParser.cxx.o
            [571/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmCommandArgumentLexer.cxx.o
            [572/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmDependsJavaLexer.cxx.o
            [573/1042] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackRPMGenerator.cxx.o
            [574/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmExprParser.cxx.o
            [575/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmExprLexer.cxx.o
            [576/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmFortranParser.cxx.o
            [577/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmFortranLexer.cxx.o
            [578/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmGccDepfileLexer.cxx.o
            [579/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAffinity.cxx.o
            [580/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBase32.cxx.o
            [581/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmDependsJavaParser.cxx.o
            [582/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinker.cxx.o
            [583/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinuxELFGetRuntimeDependenciesTool.cxx.o
            [584/1042] Building C object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmListFileLexer.c.o
            In file included from /usr/include/unistd.h:25,
                             from /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/cmStandardLexer.h:69,
                             from /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/LexerParser/cmListFileLexer.c:1:
            /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
             # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
               ^~~~~~~
            [585/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.cxx.o
            [586/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmArchiveWrite.cxx.o
            [587/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmArgumentParser.cxx.o
            [588/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx.o
            [589/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.cxx.o
            [590/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.cxx.o
            [591/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsMacOSMachOLinker.cxx.o
            [592/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx.o
            [593/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsLinuxELFLinker.cxx.o
            [594/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPELinker.cxx.o
            [595/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePath.cxx.o
            [596/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.cxx.o
            [597/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCLocaleEnvironmentScope.cxx.o
            [598/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONBuildPresets.cxx.o
            [599/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONPackagePresets.cxx.o
            [600/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCacheManager.cxx.o
            [601/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONConfigurePresets.cxx.o
            [602/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraph.cxx.o
            [603/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentParserHelper.cxx.o
            [604/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONWorkflowPresets.cxx.o
            [605/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeComponentGraph.cxx.o
            [606/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSON.cxx.o
            [607/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommonTargetGenerator.cxx.o
            [608/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConsoleBuf.cxx.o
            [609/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCPackPropertiesGenerator.cxx.o
            [610/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConfigureLog.cxx.o
            [611/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePresetsGraphReadJSONTestPresets.cxx.o
            [612/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCurl.cxx.o
            [613/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCryptoHash.cxx.o
            [614/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommand.cxx.o
            [615/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommandLines.cxx.o
            [616/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCxxModuleMapper.cxx.o
            [617/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeTargetDepends.cxx.o
            [618/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkDepends.cxx.o
            [619/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDefinitions.cxx.o
            [620/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJava.cxx.o
            [621/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommandGenerator.cxx.o
            [622/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDepends.cxx.o
            [623/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDynamicLoader.cxx.o
            [624/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParserHelper.cxx.o
            [625/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkInformation.cxx.o
            [626/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortran.cxx.o
            [627/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsC.cxx.o
            [628/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprParserHelper.cxx.o
            [629/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsCompiler.cxx.o
            [630/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmELF.cxx.o
            [631/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildAndroidMKGenerator.cxx.o
            [632/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallAndroidMKGenerator.cxx.o
            [633/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDyndepCollation.cxx.o
            [634/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportFileGenerator.cxx.o
            [635/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildFileGenerator.cxx.o
            [636/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSet.cxx.o
            [637/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExternalMakefileProjectGenerator.cxx.o
            [638/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportTryCompileFileGenerator.cxx.o
            [639/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallFileGenerator.cxx.o
            [640/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraKateGenerator.cxx.o
            [641/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICache.cxx.o
            [642/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPI.cxx.o
            In file included from /usr/include/c++/8/map:60,
                             from /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/cmFileAPI.h:7,
                             from /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/cmFileAPI.cxx:3:
            /usr/include/c++/8/bits/stl_tree.h: In member function ‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>, std::tuple<>}; _Key = std::__cxx11::basic_string<char>; _Val = std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery>; _KeyOfValue = std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> >; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> >]’:
            /usr/include/c++/8/bits/stl_tree.h:2411:7: note: parameter passing for argument of type ‘std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> > >::const_iterator’ {aka ‘std::_Rb_tree_const_iterator<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> >’} changed in GCC 7.1
                   _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            In file included from /usr/include/c++/8/map:61,
                             from /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/cmFileAPI.h:7,
                             from /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/cmFileAPI.cxx:3:
            /usr/include/c++/8/bits/stl_map.h: In member function ‘void cmFileAPI::ReadClient(const string&)’:
            /usr/include/c++/8/bits/stl_map.h:499:8: note: parameter passing for argument of type ‘std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> > >::const_iterator’ {aka ‘std::_Rb_tree_const_iterator<std::pair<const std::__cxx11::basic_string<char>, cmFileAPI::ClientQuery> >’} changed in GCC 7.1
                __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
            [643/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPIConfigureLog.cxx.o
            [644/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeLiteGenerator.cxx.o
            [645/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraSublimeTextGenerator.cxx.o
            [646/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraEclipseCDT4Generator.cxx.o
            [647/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICMakeFiles.cxx.o
            [648/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPIToolchains.cxx.o
            [649/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLock.cxx.o
            [650/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeBlocksGenerator.cxx.o
            [651/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileInstaller.cxx.o
            [652/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockResult.cxx.o
            [653/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockPool.cxx.o
            [654/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileCopier.cxx.o
            [655/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTime.cxx.o
            [656/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTimes.cxx.o
            [657/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTimeCache.cxx.o
            [658/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFSPermissions.cxx.o
            [659/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFilePathChecksum.cxx.o
            [660/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGccDepfileLexerHelper.cxx.o
            [661/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGccDepfileReader.cxx.o
            [662/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFortranParserImpl.cxx.o
            [663/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratedFileStream.cxx.o
            [664/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionContext.cxx.o
            [665/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileSet.cxx.o
            [666/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionLexer.cxx.o
            [667/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionParser.cxx.o
            [668/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluationFile.cxx.o
            [669/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluator.cxx.o
            [670/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionDAGChecker.cxx.o
            [671/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetPipes.cxx.o
            [672/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkItemGraphVisitor.cxx.o
            [673/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpression.cxx.o
            [674/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICodemodel.cxx.o
            FAILED: Source/CMakeFiles/CMakeLib.dir/cmFileAPICodemodel.cxx.o
            /usr/bin/c++  -DCURL_STATICLIB -DLIBARCHIVE_STATIC -D_FILE_OFFSET_BITS=64 -IUtilities -ISource -I/tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source -I/tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/LexerParser -isystem /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Utilities/std -isystem /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Utilities -O3 -DNDEBUG   -std=c++17 -MD -MT Source/CMakeFiles/CMakeLib.dir/cmFileAPICodemodel.cxx.o -MF Source/CMakeFiles/CMakeLib.dir/cmFileAPICodemodel.cxx.o.d -o Source/CMakeFiles/CMakeLib.dir/cmFileAPICodemodel.cxx.o -c /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/CMake-src/Source/cmFileAPICodemodel.cxx
            c++: fatal error: Killed signal terminated program cc1plus
            compilation terminated.
            [675/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalCommonGenerator.cxx.o
            [676/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalUnixMakefileGenerator3.cxx.o
            [677/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalGenerator.cxx.o
            [678/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionNode.cxx.o
            [679/1042] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorTarget.cxx.o
            ninja: build stopped: subcommand failed.
            FAILED: CMakeProject-build-prefix/src/CMakeProject-build-stamp/CMakeProject-build-build
            cd /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/_skbuild/linux-armv7l-3.7/cmake-build/CMakeProject-build && /usr/bin/cmake --build .
            ninja: build stopped: subcommand failed.
            Traceback (most recent call last):
              File "/tmp/pip-build-env-x2hfe86z/overlay/lib/python3.7/site-packages/skbuild/setuptools_wrap.py", line 674, in setup
                cmkr.make(make_args, install_target=cmake_install_target, env=env)
              File "/tmp/pip-build-env-x2hfe86z/overlay/lib/python3.7/site-packages/skbuild/cmaker.py", line 696, in make
                self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
              File "/tmp/pip-build-env-x2hfe86z/overlay/lib/python3.7/site-packages/skbuild/cmaker.py", line 741, in make_impl
                raise SKBuildError(msg)
      
      
                =============================DEBUG ASSISTANCE=============================
                If you are seeing a compilation error please try the following steps to
                successfully install cmake:
                1) Upgrade to the latest pip and try again. This will fix errors for most
                   users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
                2) If on Linux, with glibc < 2.12, you can set PIP_ONLY_BINARY=cmake in
                   order to retrieve the last manylinux1 compatible wheel.
                3) If on Linux, with glibc < 2.12, you can cap "cmake<3.23" in your
                   requirements in order to retrieve the last manylinux1 compatible wheel.
                4) Open an issue with the debug information that follows at
                   https://github.com/scikit-build/cmake-python-distributions/issues
      
                Python: 3.7.3
                platform: Linux-5.10.103-v7+-armv7l-with-debian-10.13
                glibc: glibc 2.28
                machine: armv7l
                bits: 32
                pip: n/a
                setuptools: 67.6.1
                scikit-build: 0.17.1
                PEP517_BUILD_BACKEND=setuptools.build_meta
                =============================DEBUG ASSISTANCE=============================
      
            An error occurred while building with CMake.
              Command:
                /usr/bin/cmake --build . --target install --config Release --
              Install target:
                install
              Source directory:
                /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda
              Working directory:
                /tmp/pip-install-a85sj2e8/cmake_b8d30110989e48f3a60130701fa39cda/_skbuild/linux-armv7l-3.7/cmake-build
            Please check the install target is valid and see CMake's output for more information.
      
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for cmake
      Failed to build cmake
      ERROR: Could not build wheels for cmake, which is required to install pyproject.toml-based projects
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

as tu une idée pour m’aider ?

1 « J'aime »

Bonjour

Visiblement y a un conflit avec d’autres packet installer une a tu essayer ce qu’il te suggère dans le débug assistance ?

Non je n’ai pas encore essayé, je vais regarder dans les prochains jours
merci