Created
June 22, 2017 08:12
-
-
Save rgarrigue/ab23794efd48add2adaa07aa7f8767c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remy@POADV175: ~ $ apt policy python3-click-package && sudo apt install python3-click-package [10:11:51] | |
python3-click-package: | |
Installé : 0.4.46+16.10.20170607.3-0ubuntu1 | |
Candidat : 0.4.46+16.10.20170607.3-0ubuntu1 | |
Table de version : | |
*** 0.4.46+16.10.20170607.3-0ubuntu1 500 | |
500 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/main amd64 Packages | |
100 /var/lib/dpkg/status | |
0.4.45.1+16.10.20160916-0ubuntu1 500 | |
500 http://fr.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages | |
Lecture des listes de paquets... Fait | |
Construction de l'arbre des dépendances | |
Lecture des informations d'état... Fait | |
python3-click-package is already the newest version (0.4.46+16.10.20170607.3-0ubuntu1). | |
python3-click-package passé en « installé manuellement ». | |
Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes : | |
Les paquets suivants contiennent des dépendances non satisfaites : | |
click : Dépend: python3-click-package (= 0.4.45.1+16.10.20160916-0ubuntu1) mais 0.4.46+16.10.20170607.3-0ubuntu1 devra être installé | |
E: Dépendances non satisfaites. Essayez « apt-get -f install » sans paquet | |
(ou indiquez une solution). | |
FAIL: 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remy@POADV175: ~ $ systemctl status click-system-hooks.service [10:22:48]
● click-system-hooks.service - Run Click system-level hooks
Loaded: loaded (/lib/systemd/system/click-system-hooks.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since jeu. 2017-06-22 10:22:34 CEST; 22s ago
Docs: man:click(1)
Process: 13151 ExecStart=/usr/bin/click hook run-system (code=exited, status=1/FAILURE)
Main PID: 13151 (code=exited, status=1/FAILURE)
juin 22 10:22:34 POADV175 systemd[1]: Starting Run Click system-level hooks...
juin 22 10:22:34 POADV175 click[13151]: Traceback (most recent call last):
juin 22 10:22:34 POADV175 click[13151]: File "/usr/bin/click", line 37, in
juin 22 10:22:34 POADV175 click[13151]: import click
juin 22 10:22:34 POADV175 click[13151]: ImportError: No module named 'click'
juin 22 10:22:34 POADV175 systemd[1]: click-system-hooks.service: Main process exited, code=exited, status=1/FAILURE
juin 22 10:22:34 POADV175 systemd[1]: Failed to start Run Click system-level hooks.
juin 22 10:22:34 POADV175 systemd[1]: click-system-hooks.service: Unit entered failed state.
juin 22 10:22:34 POADV175 systemd[1]: click-system-hooks.service: Failed with result 'exit-code'.