Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 18/07/2019, à 12:16

@lice

Re : [résolu] Pb pour installer Kalliope

voilà :

raphael@toto:~$ ll /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO
-rw------- 1 root staff 5328 juil. 13 16:09 /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO

Je veux bien désinstaller pip si tu me donnes la marche à suivre...
merci

Hors ligne

#27 Le 18/07/2019, à 13:55

Nuliel

Re : [résolu] Pb pour installer Kalliope

On a déjà essayé de purger pip mais ça n'a pas suffi. Le problème c'est qu'avec sudo pip ça met les packages à installer avec des packages utilisés par le système.
On va tenter de supprimer/réinstaller httpretty:

sudo pip uninstall httpretty
sudo pip install httpretty

Hors ligne

#28 Le 18/07/2019, à 14:31

@lice

Re : [résolu] Pb pour installer Kalliope

Apparemment c'est bon :

raphael@toto:~$ sudo pip uninstall httpretty
[sudo] Mot de passe de raphael : 
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
WARNING: The directory '/home/raphael/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Uninstalling httpretty-0.9.6:
  Would remove:
    /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg
Proceed (y/n)? 
Your response ('') was not one of the expected responses: y, n
Proceed (y/n)? y
  Successfully uninstalled httpretty-0.9.6
raphael@toto:~$ sudo pip install httpretty
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
WARNING: The directory '/home/raphael/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
WARNING: The directory '/home/raphael/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting httpretty
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from httpretty) (1.12.0)
Installing collected packages: httpretty
Successfully installed httpretty-0.9.6

Sinon, j'ai fait l'essai sur une autre partition de mon ordi (que je garde comme partition de secours en cas de problème) et ça fonctionne.
Si c'est plus simple, j'envisage de réinstaller complètement le système sur la partition principale, quitte à perdre une journée...

Hors ligne

#29 Le 18/07/2019, à 14:35

Nuliel

Re : [résolu] Pb pour installer Kalliope

Minantenant que httppretty est sur patte, tu peux relancer

pip3 install kalliope

Hors ligne

#30 Le 18/07/2019, à 14:46

@lice

Re : [résolu] Pb pour installer Kalliope

bof bof...

raphael@toto:~$ pip3 install kalliope
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting kalliope
Requirement already satisfied: requests>=2.22.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.22.0)
Requirement already satisfied: cffi>=1.12.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.12.3)
Requirement already satisfied: ipaddress>=1.0.17 in /usr/lib/python2.7/dist-packages (from kalliope) (1.0.17)
Requirement already satisfied: flask-cors>=3.0.8 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.0.8)
Requirement already satisfied: sounddevice>=0.3.13 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.13)
Requirement already satisfied: urllib3>=1.25.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.25.3)
Requirement already satisfied: Flask-Restful>=0.3.7 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.7)
Requirement already satisfied: SpeechRecognition>=3.8.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.8.1)
Requirement already satisfied: Flask-Testing>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.7.1)
Requirement already satisfied: paho-mqtt>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.4.0)
Requirement already satisfied: flask>=1.0.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (19.0)
Requirement already satisfied: transitions>=0.6.9 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.6.9)
Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python2.7/dist-packages/PyYAML-5.1.1-py2.7-linux-x86_64.egg (from kalliope) (5.1.1)
Requirement already satisfied: markupsafe>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
Requirement already satisfied: GitPython>=2.1.11 in /usr/local/lib/python2.7/dist-packages/GitPython-2.1.11-py2.7.egg (from kalliope) (2.1.11)
Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.12.0)
Requirement already satisfied: SoundFile>=0.10.2 in /usr/local/lib/python2.7/dist-packages/SoundFile-0.10.2-py2.7.egg (from kalliope) (0.10.2)
Requirement already satisfied: ansible>=2.8.1 in /usr/local/lib/python2.7/dist-packages/ansible-2.8.2-py2.7.egg (from kalliope) (2.8.2)
Requirement already satisfied: apscheduler>=3.6.0 in /usr/local/lib/python2.7/dist-packages/APScheduler-3.6.0-py2.7.egg (from kalliope) (3.6.0)
Requirement already satisfied: pyaudio>=0.2.11 in /usr/local/lib/python2.7/dist-packages/PyAudio-0.2.11-py2.7-linux-x86_64.egg (from kalliope) (0.2.11)
Requirement already satisfied: voicerss-tts>=1.0.6 in /usr/local/lib/python2.7/dist-packages/voicerss_tts-1.0.6-py2.7.egg (from kalliope) (1.0.6)
Requirement already satisfied: httpretty>=0.8.14 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.9.6)
Requirement already satisfied: sox>=1.3.7 in /usr/local/lib/python2.7/dist-packages/sox-1.3.7-py2.7.egg (from kalliope) (1.3.7)
Requirement already satisfied: pyalsaaudio>=0.8.4 in /usr/local/lib/python2.7/dist-packages/pyalsaaudio-0.8.4-py2.7-linux-x86_64.egg (from kalliope) (0.8.4)
Requirement already satisfied: mock>=3.0.5 in /usr/local/lib/python2.7/dist-packages/mock-3.0.5-py2.7.egg (from kalliope) (3.0.5)
Requirement already satisfied: jinja2>=2.10.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.10.1)
Requirement already satisfied: pyasn1>=0.4.5 in /usr/local/lib/python2.7/dist-packages/pyasn1-0.4.5-py2.7.egg (from kalliope) (0.4.5)
Requirement already satisfied: gTTS>=2.0.3 in /usr/local/lib/python2.7/dist-packages/gTTS-2.0.3-py2.7.egg (from kalliope) (2.0.3)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/dist-packages (from requests>=2.22.0->kalliope) (2019.6.16)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python2.7/dist-packages (from requests>=2.22.0->kalliope) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python2.7/dist-packages (from requests>=2.22.0->kalliope) (2.6)
Requirement already satisfied: pycparser in /usr/local/lib/python2.7/dist-packages (from cffi>=1.12.3->kalliope) (2.19)
Requirement already satisfied: pytz in /usr/local/lib/python2.7/dist-packages (from Flask-Restful>=0.3.7->kalliope) (2019.1)
Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python2.7/dist-packages (from Flask-Restful>=0.3.7->kalliope) (7.0.0)
Requirement already satisfied: click>=5.1 in /usr/local/lib/python2.7/dist-packages (from flask>=1.0.3->kalliope) (7.0)
Requirement already satisfied: Werkzeug>=0.15 in /usr/local/lib/python2.7/dist-packages (from flask>=1.0.3->kalliope) (0.15.4)
Requirement already satisfied: itsdangerous>=0.24 in /usr/local/lib/python2.7/dist-packages (from flask>=1.0.3->kalliope) (1.1.0)
Requirement already satisfied: pyparsing>=2.0.2 in /usr/lib/python2.7/dist-packages (from packaging>=19.0->kalliope) (2.2.0)
Requirement already satisfied: gitdb2>=2.0.0 in /usr/local/lib/python2.7/dist-packages/gitdb2-2.0.5-py2.7.egg (from GitPython>=2.1.11->kalliope) (2.0.5)
Requirement already satisfied: cryptography in /usr/lib/python2.7/dist-packages (from ansible>=2.8.1->kalliope) (2.1.4)
Requirement already satisfied: funcsigs in /usr/local/lib/python2.7/dist-packages/funcsigs-1.0.2-py2.7.egg (from apscheduler>=3.6.0->kalliope) (1.0.2)
Requirement already satisfied: futures in /usr/local/lib/python2.7/dist-packages/futures-3.2.0-py2.7.egg (from apscheduler>=3.6.0->kalliope) (3.2.0)
Requirement already satisfied: setuptools>=0.7 in /usr/local/lib/python2.7/dist-packages (from apscheduler>=3.6.0->kalliope) (41.0.1)
Requirement already satisfied: tzlocal>=1.2 in /usr/local/lib/python2.7/dist-packages/tzlocal-2.0.0b2-py2.7.egg (from apscheduler>=3.6.0->kalliope) (2.0.0b2)
Requirement already satisfied: cachingutil>=1.0.18 in /usr/local/lib/python2.7/dist-packages/cachingutil-1.2.7-py2.7.egg (from voicerss-tts>=1.0.6->kalliope) (1.2.7)
Requirement already satisfied: fdutil>=1.6.4 in /usr/local/lib/python2.7/dist-packages/fdutil-1.15.0-py2.7.egg (from voicerss-tts>=1.0.6->kalliope) (1.15.0)
Requirement already satisfied: future>=0.16.0 in /usr/local/lib/python2.7/dist-packages/future-0.17.1-py2.7.egg (from voicerss-tts>=1.0.6->kalliope) (0.17.1)
Requirement already satisfied: logging-helper>=1.7.0 in /usr/local/lib/python2.7/dist-packages/logging_helper-1.8.7-py2.7.egg (from voicerss-tts>=1.0.6->kalliope) (1.8.7)
Requirement already satisfied: pip>=18.1 in /usr/local/lib/python2.7/dist-packages (from voicerss-tts>=1.0.6->kalliope) (19.1.1)
Requirement already satisfied: bs4 in /usr/local/lib/python2.7/dist-packages/bs4-0.0.1-py2.7.egg (from gTTS>=2.0.3->kalliope) (0.0.1)
Requirement already satisfied: gtts_token in /usr/local/lib/python2.7/dist-packages/gTTS_token-1.1.3-py2.7.egg (from gTTS>=2.0.3->kalliope) (1.1.3)
Requirement already satisfied: smmap2>=2.0.0 in /usr/local/lib/python2.7/dist-packages/smmap2-2.0.5-py2.7.egg (from gitdb2>=2.0.0->GitPython>=2.1.11->kalliope) (2.0.5)
Requirement already satisfied: timingsutil>=1.5.0 in /usr/local/lib/python2.7/dist-packages/timingsutil-1.6.0-py2.7.egg (from cachingutil>=1.0.18->voicerss-tts>=1.0.6->kalliope) (1.6.0)
Requirement already satisfied: configurationutil>=3.7.0 in /usr/local/lib/python2.7/dist-packages/configurationutil-3.7.1-py2.7.egg (from fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (3.7.1)
Requirement already satisfied: conversionutil>=1.1.0 in /usr/local/lib/python2.7/dist-packages/conversionutil-1.4.3-py2.7.egg (from fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.4.3)
Requirement already satisfied: dominate>=2.3.1 in /usr/local/lib/python2.7/dist-packages/dominate-2.3.5-py2.7.egg (from fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (2.3.5)
Requirement already satisfied: pyperclip>=1.5.27 in /usr/local/lib/python2.7/dist-packages/pyperclip-1.7.0-py2.7.egg (from fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.7.0)
Requirement already satisfied: ruamel.yaml>=0.15.35 in /usr/local/lib/python2.7/dist-packages/ruamel.yaml-0.15.99-py2.7-linux-x86_64.egg (from fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (0.15.99)
Requirement already satisfied: stateutil>=1.4.0 in /usr/local/lib/python2.7/dist-packages/stateutil-1.4.0-py2.7.egg (from fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.4.0)
Requirement already satisfied: watchdog>=0.8.3 in /usr/local/lib/python2.7/dist-packages/watchdog-0.9.0-py2.7.egg (from fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (0.9.0)
Requirement already satisfied: better-exceptions>=0.1.6 in /usr/local/lib/python2.7/dist-packages/better_exceptions-0.2.2-py2.7.egg (from logging-helper>=1.7.0->voicerss-tts>=1.0.6->kalliope) (0.2.2)
Requirement already satisfied: logging-tree>=1.7 in /usr/local/lib/python2.7/dist-packages/logging_tree-1.8-py2.7.egg (from logging-helper>=1.7.0->voicerss-tts>=1.0.6->kalliope) (1.8)
Requirement already satisfied: beautifulsoup4 in /usr/lib/python2.7/dist-packages (from bs4->gTTS>=2.0.3->kalliope) (4.6.0)
Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages/appdirs-1.4.3-py2.7.egg (from configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.4.3)
Requirement already satisfied: classutils>=1.7.0 in /usr/local/lib/python2.7/dist-packages/classutils-1.18.0-py2.7.egg (from configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.18.0)
Requirement already satisfied: jsonschema>=2.5.1 in /usr/local/lib/python2.7/dist-packages/jsonschema-3.0.1-py2.7.egg (from configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (3.0.1)
Requirement already satisfied: uiutil>=1.26.0 in /usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg (from configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.36.2)
Requirement already satisfied: openpyxl>=2.4.4 in /usr/local/lib/python2.7/dist-packages/openpyxl-2.6.2-py2.7.egg (from conversionutil>=1.1.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (2.6.2)
Requirement already satisfied: ruamel.ordereddict in /usr/local/lib/python2.7/dist-packages/ruamel.ordereddict-0.4.13-py2.7-linux-x86_64.egg (from ruamel.yaml>=0.15.35->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (0.4.13)
Requirement already satisfied: argh>=0.24.1 in /usr/local/lib/python2.7/dist-packages/argh-0.26.2-py2.7.egg (from watchdog>=0.8.3->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (0.26.2)
Requirement already satisfied: pathtools>=0.1.1 in /usr/local/lib/python2.7/dist-packages/pathtools-0.1.2-py2.7.egg (from watchdog>=0.8.3->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (0.1.2)
Requirement already satisfied: tableutil>=2.2.4 in /usr/local/lib/python2.7/dist-packages/tableutil-2.4.2-py2.7.egg (from classutils>=1.7.0->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (2.4.2)
Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python2.7/dist-packages/attrs-19.1.0-py2.7.egg (from jsonschema>=2.5.1->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (19.1.0)
Requirement already satisfied: functools32 in /usr/local/lib/python2.7/dist-packages/functools32-3.2.3.post2-py2.7.egg (from jsonschema>=2.5.1->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (3.2.3.post2)
Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python2.7/dist-packages/pyrsistent-0.15.3-py2.7-linux-x86_64.egg (from jsonschema>=2.5.1->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (0.15.3)
Requirement already satisfied: Pillow>=4.0.0 in /usr/lib/python2.7/dist-packages (from uiutil>=1.26.0->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (5.1.0)
Requirement already satisfied: jdcal in /usr/local/lib/python2.7/dist-packages/jdcal-1.4.1-py2.7.egg (from openpyxl>=2.4.4->conversionutil>=1.1.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.4.1)
Requirement already satisfied: et_xmlfile in /usr/local/lib/python2.7/dist-packages/et_xmlfile-1.0.1-py2.7.egg (from openpyxl>=2.4.4->conversionutil>=1.1.0->fdutil>=1.6.4->voicerss-tts>=1.0.6->kalliope) (1.0.1)
Installing collected packages: kalliope
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/Tests'
Consider using the `--user` option or check the permissions.

Hors ligne

#31 Le 18/07/2019, à 18:57

Nuliel

Re : [résolu] Pb pour installer Kalliope

Effectivement, si on a ça à chaque fois, on est pas arrivé.
Du coup la réinstallation serait peut être le mieux sad

Hors ligne

#32 Le 18/07/2019, à 20:44

@lice

Re : [résolu] Pb pour installer Kalliope

Oui, je vais faire ça. Merci pour ta patience.

Hors ligne

#33 Le 18/07/2019, à 21:02

Nuliel

Re : [résolu] Pb pour installer Kalliope

Je pensais que le problème ne concernait que pip ou qu'un seul package mais ce n'est pas le cas. Tu pourras reposter ici pour voir comment installer kalliope (c'est pas compliqué, mais le sudo pip et possiblement une autre action ont mis les packages python dans les choux)

Hors ligne

#34 Le 19/07/2019, à 09:27

@lice

Re : [résolu] Pb pour installer Kalliope

Salut,
Avant de tout réinstaller, j'ai voulu faire des essais sur ma partition de secours,  mais je tombe déjà sur  un os :  le logiciel semble démarrer normalement,  la voix dit “ je suis prête ”, mais rien ne se passe quand je prononce un  des mots censé provoquer le réveil ( Bonjour ou kalliopé) et dans le terminal, la ligne

Waiting for trigger detection

continue de s'afficher.
J'ai fait les tests micro, pas de problème :

rec test.wav
mplayer test.wav

Si tu as une idée du test à faire pour voir où ça coince…
merci

Hors ligne

#35 Le 19/07/2019, à 09:34

Nuliel

Re : [résolu] Pb pour installer Kalliope

Oui, c'est un peu dur de la feuille. J'ai testé avec un kit main libre, idem, faut que j'essaie avec un vrai micro

Hors ligne

#36 Le 19/07/2019, à 09:40

@lice

Re : [résolu] Pb pour installer Kalliope

J'ai trouvé : comme il utilise la reconnaissance vocale de Google par défaut, il faut être connecté à internet...
merci

Hors ligne

#37 Le 19/07/2019, à 09:42

Nuliel

Re : [résolu] Pb pour installer Kalliope

Hum, j'aurais préféré que ça utilise pocketsphinx par défaut... Mais si ça fonctionne c'est le principal. Tu utilises quoi? Kit main libre ou vrai micro?

Hors ligne

#38 Le 19/07/2019, à 10:20

@lice

Re : [résolu] Pb pour installer Kalliope

Apparemment, on peut installer cmusphinx : https://kalliope-project.github.io/kall … CMUSphinx/
Mais je verrai plus tard.
Chez moi, ça fonctionne aussi bien avec un micro externe qu'avec le micro interne  de l'ordi.
Allez, je me lance dans la réinstallation...

Hors ligne

#39 Le 19/07/2019, à 16:14

@lice

Re : [résolu] Pb pour installer Kalliope

Bon, c'est encore la m...
Après réinstallation du système, je tente une nouvelle installation de kalliope, cette fois sans mettre le sudo avant

pip install kalliope

mais nouveau message d'erreur à la fin

ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

et ça ne marche pas...
Version complète de la tentative d'installation :

raphael@xubuntu:~$ sudo apt update
[sudo] Mot de passe de raphael : 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :3 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Atteint :4 http://security.ubuntu.com/ubuntu bionic-security InRelease         
Atteint :5 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu bionic InRelease
Ign :6 http://dl.google.com/linux/chrome/deb stable InRelease                  
Atteint :7 http://dl.google.com/linux/chrome/deb stable Release             
Atteint :8 http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu bionic InRelease
Lecture des listes de paquets... Fait                         
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
raphael@xubuntu:~$ sudo apt install git python-dev libsmpeg0 libttspico-utils libsmpeg0 flac dialog libffi-dev libssl-dev portaudio19-dev build-essential libssl-dev sox libatlas3-base mplayer
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
build-essential est déjà la version la plus récente (12.4ubuntu1).
build-essential passé en « installé manuellement ».
flac est déjà la version la plus récente (1.3.2-1).
flac passé en « installé manuellement ».
libttspico-utils est déjà la version la plus récente (1.0+git20130326-8).
Les paquets supplémentaires suivants seront installés : 
  git-man libasound2-dev libdirectfb-1.7-7 libenca0 liberror-perl
  libexpat1-dev libgfortran4 libjack-dev libjack0 libportaudiocpp0
  libpython-dev libpython2.7-dev libsox-fmt-alsa libsox-fmt-base libsox3
  libvorbisidec1 python2.7-dev uuid-dev
Paquets suggérés :
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-cvs git-mediawiki git-svn libasound2-doc libdirectfb-extra jackd1
  libsox-fmt-all libssl-doc mplayer-doc netselect | fping portaudio19-doc
Les paquets suivants seront ENLEVÉS :
  libjack-jackd2-0
Les NOUVEAUX paquets suivants seront installés :
  dialog git git-man libasound2-dev libatlas3-base libdirectfb-1.7-7 libenca0
  liberror-perl libexpat1-dev libffi-dev libgfortran4 libjack-dev libjack0
  libportaudiocpp0 libpython-dev libpython2.7-dev libsmpeg0 libsox-fmt-alsa
  libsox-fmt-base libsox3 libssl-dev libvorbisidec1 mplayer portaudio19-dev
  python-dev python2.7-dev sox uuid-dev
0 mis à jour, 28 nouvellement installés, 1 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 43,9 Mo dans les archives.
Après cette opération, 117 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] 
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libjack0 amd64 1:0.125.0-3 [94,4 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 dialog amd64 1.3-20171209-1 [217 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22,8 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.4 [803 kB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.4 [3907 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-dev amd64 1.1.3-5ubuntu0.2 [123 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgfortran4 amd64 7.4.0-1ubuntu1~18.04.1 [492 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libatlas3-base amd64 3.10.3-5 [3732 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libdirectfb-1.7-7 amd64 1.7.7-8 [953 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libenca0 amd64 1.19-1 [54,0 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1-dev amd64 2.2.5-3ubuntu0.1 [122 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.3 [33,2 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libjack-dev amd64 1:0.125.0-3 [204 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libportaudiocpp0 amd64 19.6.0-1 [15,1 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-dev amd64 2.7.15-4ubuntu4~18.04 [28,3 MB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-dev amd64 2.7.15~rc1-1 [7684 B]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libsmpeg0 amd64 0.4.5+cvs20030824-7.2 [80,0 kB]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libsox3 amd64 14.4.2-3 [225 kB]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libsox-fmt-alsa amd64 14.4.2-3 [10,6 kB]
Réception de :20 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 libsox-fmt-base amd64 14.4.2-3 [32,0 kB]
Réception de :21 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.4 [1566 kB]
Réception de :22 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libvorbisidec1 amd64 1.0.2+svn18153-1+deb9u1build0.18.04.1 [70,5 kB]
Réception de :23 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 mplayer amd64 2:1.3.0-7build2 [2215 kB]
Réception de :24 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 portaudio19-dev amd64 19.6.0-1 [104 kB]
Réception de :25 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7-dev amd64 2.7.15-4ubuntu4~18.04 [278 kB]
Réception de :26 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-dev amd64 2.7.15~rc1-1 [1256 B]
Réception de :27 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 sox amd64 14.4.2-3 [101 kB]
Réception de :28 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB]
43,9 Mo réceptionnés en 5s (9680 ko/s)
dpkg: libjack-jackd2-0:amd64 : problème de dépendance, mais suppression comme demandé :
 libfluidsynth1:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.
 gstreamer1.0-plugins-good:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.raphael@xubuntu:~$ git clone https://github.com/kalliope-project/kalliope_starter_fr.git
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.
 libasound2-plugins:amd64 dépend de libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.116 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.116 doit être supprimé.
 libportaudio2:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.
 libavdevice57:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.
 libasound2-plugins:amd64 dépend de libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.116 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.116 doit être supprimé.
 libfluidsynth1:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.
 gstreamer1.0-plugins-good:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.
 libportaudio2:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.
 libavdevice57:amd64 dépend de libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 ; cependant :
  Le paquet libjack-jackd2-0:amd64 doit être supprimé.
  Le paquet libjack-0.125 n'est pas installé.
  Le paquet libjack-jackd2-0:amd64 qui fournit libjack-0.125 doit être supprimé.

(Lecture de la base de données... 175285 fichiers et répertoires déjà installés.)
Suppression de libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
Sélection du paquet libjack0:amd64 précédemment désélectionné.
(Lecture de la base de données... 175275 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../00-libjack0_1%3a0.125.0-3_amd64.deb ...
Dépaquetage de libjack0:amd64 (1:0.125.0-3) ...
Sélection du paquet dialog précédemment désélectionné.
Préparation du dépaquetage de .../01-dialog_1.3-20171209-1_amd64.deb ...
Dépaquetage de dialog (1.3-20171209-1) ...
Sélection du paquet liberror-perl précédemment désélectionné.
Préparation du dépaquetage de .../02-liberror-perl_0.17025-1_all.deb ...
Dépaquetage de liberror-perl (0.17025-1) ...
Sélection du paquet git-man précédemment désélectionné.
Préparation du dépaquetage de .../03-git-man_1%3a2.17.1-1ubuntu0.4_all.deb ...
Dépaquetage de git-man (1:2.17.1-1ubuntu0.4) ...
Sélection du paquet git précédemment désélectionné.
Préparation du dépaquetage de .../04-git_1%3a2.17.1-1ubuntu0.4_amd64.deb ...
Dépaquetage de git (1:2.17.1-1ubuntu0.4) ...
Sélection du paquet libasound2-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../05-libasound2-dev_1.1.3-5ubuntu0.2_amd64.deb ...
Dépaquetage de libasound2-dev:amd64 (1.1.3-5ubuntu0.2) ...
Sélection du paquet libgfortran4:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../06-libgfortran4_7.4.0-1ubuntu1~18.04.1_amd64.deb ...
Dépaquetage de libgfortran4:amd64 (7.4.0-1ubuntu1~18.04.1) ...
Sélection du paquet libatlas3-base:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../07-libatlas3-base_3.10.3-5_amd64.deb ...
Dépaquetage de libatlas3-base:amd64 (3.10.3-5) ...
Sélection du paquet libdirectfb-1.7-7:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../08-libdirectfb-1.7-7_1.7.7-8_amd64.deb ...
Dépaquetage de libdirectfb-1.7-7:amd64 (1.7.7-8) ...
Sélection du paquet libenca0:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../09-libenca0_1.19-1_amd64.deb ...
Dépaquetage de libenca0:amd64 (1.19-1) ...
Sélection du paquet libexpat1-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../10-libexpat1-dev_2.2.5-3ubuntu0.1_amd64.deb ...
Dépaquetage de libexpat1-dev:amd64 (2.2.5-3ubuntu0.1) ...
Sélection du paquet uuid-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../11-uuid-dev_2.31.1-0.4ubuntu3.3_amd64.deb ...
Dépaquetage de uuid-dev:amd64 (2.31.1-0.4ubuntu3.3) ...
Sélection du paquet libjack-dev précédemment désélectionné.
Préparation du dépaquetage de .../12-libjack-dev_1%3a0.125.0-3_amd64.deb ...
Dépaquetage de libjack-dev (1:0.125.0-3) ...
Sélection du paquet libportaudiocpp0:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../13-libportaudiocpp0_19.6.0-1_amd64.deb ...
Dépaquetage de libportaudiocpp0:amd64 (19.6.0-1) ...
Sélection du paquet libpython2.7-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../14-libpython2.7-dev_2.7.15-4ubuntu4~18.04_amd64.deb ...
Dépaquetage de libpython2.7-dev:amd64 (2.7.15-4ubuntu4~18.04) ...
Sélection du paquet libpython-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../15-libpython-dev_2.7.15~rc1-1_amd64.deb ...
Dépaquetage de libpython-dev:amd64 (2.7.15~rc1-1) ...
Sélection du paquet libsmpeg0:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../16-libsmpeg0_0.4.5+cvs20030824-7.2_amd64.deb ...
Dépaquetage de libsmpeg0:amd64 (0.4.5+cvs20030824-7.2) ...
Sélection du paquet libsox3:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../17-libsox3_14.4.2-3_amd64.deb ...
Dépaquetage de libsox3:amd64 (14.4.2-3) ...
Sélection du paquet libsox-fmt-alsa:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../18-libsox-fmt-alsa_14.4.2-3_amd64.deb ...
Dépaquetage de libsox-fmt-alsa:amd64 (14.4.2-3) ...
Sélection du paquet libsox-fmt-base:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../19-libsox-fmt-base_14.4.2-3_amd64.deb ...
Dépaquetage de libsox-fmt-base:amd64 (14.4.2-3) ...
Sélection du paquet libssl-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../20-libssl-dev_1.1.1-1ubuntu2.1~18.04.4_amd64.deb ...
Dépaquetage de libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.4) ...
Sélection du paquet libvorbisidec1 précédemment désélectionné.
Préparation du dépaquetage de .../21-libvorbisidec1_1.0.2+svn18153-1+deb9u1build0.18.04.1_amd64.deb ...
Dépaquetage de libvorbisidec1 (1.0.2+svn18153-1+deb9u1build0.18.04.1) ...
Sélection du paquet mplayer précédemment désélectionné.
Préparation du dépaquetage de .../22-mplayer_2%3a1.3.0-7build2_amd64.deb ...
Dépaquetage de mplayer (2:1.3.0-7build2) ...
Sélection du paquet portaudio19-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../23-portaudio19-dev_19.6.0-1_amd64.deb ...
Dépaquetage de portaudio19-dev:amd64 (19.6.0-1) ...
Sélection du paquet python2.7-dev précédemment désélectionné.
Préparation du dépaquetage de .../24-python2.7-dev_2.7.15-4ubuntu4~18.04_amd64.deb ...
Dépaquetage de python2.7-dev (2.7.15-4ubuntu4~18.04) ...
Sélection du paquet python-dev précédemment désélectionné.
Préparation du dépaquetage de .../25-python-dev_2.7.15~rc1-1_amd64.deb ...
Dépaquetage de python-dev (2.7.15~rc1-1) ...
Sélection du paquet sox précédemment désélectionné.
Préparation du dépaquetage de .../26-sox_14.4.2-3_amd64.deb ...
Dépaquetage de sox (14.4.2-3) ...
Sélection du paquet libffi-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../27-libffi-dev_3.2.1-8_amd64.deb ...
Dépaquetage de libffi-dev:amd64 (3.2.1-8) ...
Paramétrage de libasound2-dev:amd64 (1.1.3-5ubuntu0.2) ...
Paramétrage de git-man (1:2.17.1-1ubuntu0.4) ...
Paramétrage de libportaudiocpp0:amd64 (19.6.0-1) ...
Paramétrage de libjack0:amd64 (1:0.125.0-3) ...
Paramétrage de dialog (1.3-20171209-1) ...
Traitement des actions différées (« triggers ») pour mime-support (3.60ubuntu1) ...
Paramétrage de libgfortran4:amd64 (7.4.0-1ubuntu1~18.04.1) ...
Paramétrage de liberror-perl (0.17025-1) ...
Traitement des actions différées (« triggers ») pour install-info (6.5.0.dfsg.1-2) ...
Paramétrage de libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.4) ...
Paramétrage de uuid-dev:amd64 (2.31.1-0.4ubuntu3.3) ...
Paramétrage de libffi-dev:amd64 (3.2.1-8) ...
Paramétrage de libvorbisidec1 (1.0.2+svn18153-1+deb9u1build0.18.04.1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1) ...
Traitement des actions différées (« triggers ») pour doc-base (0.10.8) ...
Traitement de 3 fichiers de documentation ajoutés…
Enregistrement des documents avec scrollkeeper…
Paramétrage de libdirectfb-1.7-7:amd64 (1.7.7-8) ...
Paramétrage de libexpat1-dev:amd64 (2.2.5-3ubuntu0.1) ...
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Paramétrage de libsmpeg0:amd64 (0.4.5+cvs20030824-7.2) ...
Paramétrage de libpython2.7-dev:amd64 (2.7.15-4ubuntu4~18.04) ...
Paramétrage de libsox3:amd64 (14.4.2-3) ...
Paramétrage de python2.7-dev (2.7.15-4ubuntu4~18.04) ...
Paramétrage de libenca0:amd64 (1.19-1) ...
Paramétrage de git (1:2.17.1-1ubuntu0.4) ...
Paramétrage de mplayer (2:1.3.0-7build2) ...
Paramétrage de libsox-fmt-base:amd64 (14.4.2-3) ...
Paramétrage de libpython-dev:amd64 (2.7.15~rc1-1) ...
Paramétrage de libatlas3-base:amd64 (3.10.3-5) ...
update-alternatives: utilisation de « /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3 » pour fournir « /usr/lib/x86_64-linux-gnu/libblas.so.3 » (libblas.so.3-x86_64-linux-gnu) en mode automatique
update-alternatives: utilisation de « /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3 » pour fournir « /usr/lib/x86_64-linux-gnu/liblapack.so.3 » (liblapack.so.3-x86_64-linux-gnu) en mode automatique
Paramétrage de libjack-dev (1:0.125.0-3) ...
Paramétrage de portaudio19-dev:amd64 (19.6.0-1) ...
Paramétrage de python-dev (2.7.15~rc1-1) ...
Paramétrage de libsox-fmt-alsa:amd64 (14.4.2-3) ...
Paramétrage de sox (14.4.2-3) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1) ...
raphael@xubuntu:~$ wget https://bootstrap.pypa.io/get-pip.py
--2019-07-19 16:00:53--  https://bootstrap.pypa.io/get-pip.py
Résolution de bootstrap.pypa.io (bootstrap.pypa.io)… 2a04:4e42:1d::175, 151.101.120.175
Connexion à bootstrap.pypa.io (bootstrap.pypa.io)|2a04:4e42:1d::175|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 1709825 (1,6M) [text/x-python]
Enregistre : «get-pip.py»

get-pip.py          100%[===================>]   1,63M  7,46MB/s    ds 0,2s    

2019-07-19 16:00:53 (7,46 MB/s) - «get-pip.py» enregistré [1709825/1709825]

raphael@xubuntu:~$ python get-pip.py
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting pip
  Downloading https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (1.4MB)
     |████████████████████████████████| 1.4MB 2.2MB/s 
Collecting setuptools
  Downloading https://files.pythonhosted.org/packages/ec/51/f45cea425fd5cb0b0380f5b0f048ebc1da5b417e48d304838c02d6288a1e/setuptools-41.0.1-py2.py3-none-any.whl (575kB)
     |████████████████████████████████| 583kB 10.5MB/s 
Collecting wheel
  Downloading https://files.pythonhosted.org/packages/bb/10/44230dd6bf3563b8f227dbf344c908d412ad2ff48066476672f3a72e174e/wheel-0.33.4-py2.py3-none-any.whl
Installing collected packages: pip, setuptools, wheel
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/pip'
Consider using the `--user` option or check the permissions.

raphael@xubuntu:~$ sudo python get-pip.py
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
WARNING: The directory '/home/raphael/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
WARNING: The directory '/home/raphael/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pip
  Downloading https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (1.4MB)
     |████████████████████████████████| 1.4MB 2.2MB/s 
Collecting setuptools
  Downloading https://files.pythonhosted.org/packages/ec/51/f45cea425fd5cb0b0380f5b0f048ebc1da5b417e48d304838c02d6288a1e/setuptools-41.0.1-py2.py3-none-any.whl (575kB)
     |████████████████████████████████| 583kB 7.9MB/s 
Collecting wheel
  Downloading https://files.pythonhosted.org/packages/bb/10/44230dd6bf3563b8f227dbf344c908d412ad2ff48066476672f3a72e174e/wheel-0.33.4-py2.py3-none-any.whl
Installing collected packages: pip, setuptools, wheel
Successfully installed pip-19.1.1 setuptools-41.0.1 wheel-0.33.4
raphael@xubuntu:~$ pip install kalliope
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting kalliope
  Downloading https://files.pythonhosted.org/packages/e3/41/d139d51a6d822d96d0dde490e9876588112d18cb0116ed9110c7d20dba6f/kalliope-0.5.4.tar.gz (3.5MB)
     |████████████████████████████████| 3.5MB 2.3MB/s 
Collecting pyyaml>=5.1 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/a3/65/837fefac7475963d1eccf4aa684c23b95aa6c1d033a2c5965ccb11e22623/PyYAML-5.1.1.tar.gz (274kB)
     |████████████████████████████████| 276kB 10.7MB/s 
Collecting six>=1.12.0 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting SpeechRecognition>=3.8.1 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/26/e1/7f5678cd94ec1234269d23756dbdaa4c8cfaed973412f88ae8adf7893a50/SpeechRecognition-3.8.1-py2.py3-none-any.whl (32.8MB)
     |████████████████████████████████| 32.8MB 9.9MB/s 
Collecting markupsafe>=1.1.1 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/fb/40/f3adb7cf24a8012813c5edb20329eb22d5d8e2a0ecf73d21d6b85865da11/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl
Collecting pyaudio>=0.2.11 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/ab/42/b4f04721c5c5bfc196ce156b3c768998ef8c0ae3654ed29ea5020c749a6b/PyAudio-0.2.11.tar.gz
Collecting pyasn1>=0.4.5 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/7b/7c/c9386b82a25115cccf1903441bba3cbadcfae7b678a20167347fa8ded34c/pyasn1-0.4.5-py2.py3-none-any.whl (73kB)
     |████████████████████████████████| 81kB 9.7MB/s 
Collecting ansible>=2.8.1 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/d8/b5/5c5eb96463427da7b7206ff22a3470aae374656de2317eaac41dfb69a64a/ansible-2.8.2.tar.gz (14.3MB)
     |████████████████████████████████| 14.3MB 9.1MB/s 
Collecting jinja2>=2.10.1 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl (124kB)
     |████████████████████████████████| 133kB 7.1MB/s 
Collecting cffi>=1.12.3 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/8d/e9/0c8afd1579e5cf7bc0f06fbcd7cdb954cbc0baadd505973949a99337da1c/cffi-1.12.3-cp27-cp27mu-manylinux1_x86_64.whl (415kB)
     |████████████████████████████████| 419kB 10.9MB/s 
Requirement already satisfied: ipaddress>=1.0.17 in /usr/lib/python2.7/dist-packages (from kalliope) (1.0.17)
Collecting flask>=1.0.3 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl (94kB)
     |████████████████████████████████| 102kB 8.8MB/s 
Collecting Flask-Restful>=0.3.7 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/17/44/6e490150ee443ca81d5f88b61bb4bbb133d44d75b0b716ebe92489508da4/Flask_RESTful-0.3.7-py2.py3-none-any.whl
Collecting flask_cors>=3.0.8 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/78/38/e68b11daa5d613e3a91e4bf3da76c94ac9ee0d9cd515af9c1ab80d36f709/Flask_Cors-3.0.8-py2.py3-none-any.whl
Collecting requests>=2.22.0 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
     |████████████████████████████████| 61kB 16.8MB/s 
Collecting httpretty>=0.8.14 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/6e/84/c779ebe4411195716588b413dd594373144c411762c158b579cf36b37168/httpretty-0.9.6.tar.gz (7.1MB)
     |████████████████████████████████| 7.2MB 10.3MB/s 
Collecting mock>=3.0.5 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
Collecting Flask-Testing>=0.7.1 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/04/78/c8cd18b08f2f1ca3eaea56a3f2f53bc0d146f7c8faed8c64a93bc09e586a/Flask-Testing-0.7.1.tar.gz (43kB)
     |████████████████████████████████| 51kB 14.6MB/s 
Collecting apscheduler>=3.6.0 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/09/ff/d5b0e81846cd5e92d02e5f2682b78c73a5d9d61bc1eae32cea5ac15c0d47/APScheduler-3.6.1-py2.py3-none-any.whl (58kB)
     |████████████████████████████████| 61kB 11.4MB/s 
Collecting GitPython>=2.1.11 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl (448kB)
     |████████████████████████████████| 450kB 11.0MB/s 
Collecting packaging>=19.0 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/91/32/58bc30e646e55eab8b21abf89e353f59c0cc02c417e42929f4a9546e1b1d/packaging-19.0-py2.py3-none-any.whl
Collecting transitions>=0.6.9 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/14/4d/26043920085674539495eb3d80162a1ad3c749d2285b1151ab50a3259dc6/transitions-0.6.9-py2.py3-none-any.whl (48kB)
     |████████████████████████████████| 51kB 12.0MB/s 
Collecting sounddevice>=0.3.13 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/d1/f2/7cb487ac7171dfade8af7a368bd8806ecff82016f4ac9894835cd7de9ecc/sounddevice-0.3.13-py2.py3-none-any.whl
Collecting SoundFile>=0.10.2 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/68/64/1191352221e2ec90db7492b4bf0c04fd9d2508de67b3f39cbf093cd6bd86/SoundFile-0.10.2-py2.py3-none-any.whl
Collecting pyalsaaudio>=0.8.4 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/52/b6/44871791929d9d7e11325af0b7be711388dfeeab17147988f044a41a6d83/pyalsaaudio-0.8.4.tar.gz (315kB)
     |████████████████████████████████| 317kB 9.8MB/s 
Collecting sox>=1.3.7 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/60/a0/5bee540554af8376e0313e462629d95bf2f2bc3c8cb60697aa01254e6cf5/sox-1.3.7-py2.py3-none-any.whl
Collecting paho-mqtt>=1.4.0 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/25/63/db25e62979c2a716a74950c9ed658dce431b5cb01fde29eb6cba9489a904/paho-mqtt-1.4.0.tar.gz (88kB)
     |████████████████████████████████| 92kB 8.9MB/s 
Collecting voicerss_tts>=1.0.6 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/10/76/5ff4dfdab861e3c7a14fc070cd735bc548cb350aea070830b2d6ef215e6b/voicerss_tts-1.0.6-py2.py3-none-any.whl
Collecting gTTS>=2.0.3 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/e6/37/f55346a736278f0eb0ae9f7edee1a61028735ef0010db68a2e6fcd0ece56/gTTS-2.0.3.tar.gz
Collecting urllib3>=1.25.3 (from kalliope)
  Downloading https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl (150kB)
     |████████████████████████████████| 153kB 7.5MB/s 
Requirement already satisfied: cryptography in /usr/lib/python2.7/dist-packages (from ansible>=2.8.1->kalliope) (2.1.4)
Collecting pycparser (from cffi>=1.12.3->kalliope)
  Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
     |████████████████████████████████| 163kB 8.1MB/s 
Collecting click>=5.1 (from flask>=1.0.3->kalliope)
  Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
     |████████████████████████████████| 81kB 10.9MB/s 
Collecting Werkzeug>=0.15 (from flask>=1.0.3->kalliope)
  Downloading https://files.pythonhosted.org/packages/d1/ab/d3bed6b92042622d24decc7aadc8877badf18aeca1571045840ad4956d3f/Werkzeug-0.15.5-py2.py3-none-any.whl (328kB)
     |████████████████████████████████| 337kB 10.3MB/s 
Collecting itsdangerous>=0.24 (from flask>=1.0.3->kalliope)
  Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
Collecting pytz (from Flask-Restful>=0.3.7->kalliope)
  Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
     |████████████████████████████████| 512kB 8.8MB/s 
Collecting aniso8601>=0.82 (from Flask-Restful>=0.3.7->kalliope)
  Downloading https://files.pythonhosted.org/packages/45/a4/b4fcadbdab46c2ec2d2f6f8b4ab3f64fd0040789ac7f065eba82119cd602/aniso8601-7.0.0-py2.py3-none-any.whl (42kB)
     |████████████████████████████████| 51kB 9.3MB/s 
Collecting certifi>=2017.4.17 (from requests>=2.22.0->kalliope)
  Downloading https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl (157kB)
     |████████████████████████████████| 163kB 8.1MB/s 
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python2.7/dist-packages (from requests>=2.22.0->kalliope) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python2.7/dist-packages (from requests>=2.22.0->kalliope) (2.6)
Collecting funcsigs>=1; python_version < "3.3" (from mock>=3.0.5->kalliope)
  Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
Collecting tzlocal>=1.2 (from apscheduler>=3.6.0->kalliope)
  Downloading https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz
Requirement already satisfied: setuptools>=0.7 in /usr/local/lib/python2.7/dist-packages (from apscheduler>=3.6.0->kalliope) (41.0.1)
Collecting futures; python_version == "2.7" (from apscheduler>=3.6.0->kalliope)
  Downloading https://files.pythonhosted.org/packages/d8/a6/f46ae3f1da0cd4361c344888f59ec2f5785e69c872e175a748ef6071cdb5/futures-3.3.0-py2-none-any.whl
Collecting gitdb2>=2.0.0 (from GitPython>=2.1.11->kalliope)
  Downloading https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl (62kB)
     |████████████████████████████████| 71kB 9.7MB/s 
Requirement already satisfied: pyparsing>=2.0.2 in /usr/lib/python2.7/dist-packages (from packaging>=19.0->kalliope) (2.2.0)
Collecting fdutil>=1.6.4 (from voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/7c/2b/05b87a2701cd1563c0d34995767e9576cdd3ed8e48b038a0e32ec42d5726/fdutil-1.15.0-py2.py3-none-any.whl (44kB)
     |████████████████████████████████| 51kB 8.9MB/s 
Collecting future>=0.16.0 (from voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
     |████████████████████████████████| 829kB 10.0MB/s 
Collecting logging-helper>=1.7.0 (from voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/53/3e/beed7bc7005ccb1419cc6429219cbb44bac4cb1a1dd8b4f2fcc707432e1c/logging_helper-1.8.7-py2.py3-none-any.whl
Collecting cachingutil>=1.0.18 (from voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/75/42/f3751a80da07358e8c895d8a6bbfd4a2adbf2900d8580c386c446debc61b/cachingutil-1.2.7-py2.py3-none-any.whl
Requirement already satisfied: pip>=18.1 in /usr/local/lib/python2.7/dist-packages (from voicerss_tts>=1.0.6->kalliope) (19.1.1)
Collecting bs4 (from gTTS>=2.0.3->kalliope)
  Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz
Collecting gtts_token (from gTTS>=2.0.3->kalliope)
  Downloading https://files.pythonhosted.org/packages/e7/25/ca6e9cd3275bfc3097fe6b06cc31db6d3dfaf32e032e0f73fead9c9a03ce/gTTS-token-1.1.3.tar.gz
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=2.1.11->kalliope)
  Downloading https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Collecting watchdog>=0.8.3 (from fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/bb/e3/5a55d48a29300160779f0a0d2776d17c1b762a2039b36de528b093b87d5b/watchdog-0.9.0.tar.gz (85kB)
     |████████████████████████████████| 92kB 9.3MB/s 
Collecting pyperclip>=1.5.27 (from fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/2d/0f/4eda562dffd085945d57c2d9a5da745cfb5228c02bc90f2c74bbac746243/pyperclip-1.7.0.tar.gz
Collecting conversionutil>=1.1.0 (from fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/23/8c/3423050fffdb8b59814646cf7169256545be1d58a4aaf58b813a288b678e/conversionutil-1.4.3-py2.py3-none-any.whl
Collecting stateutil>=1.4.0 (from fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/cc/b2/50bae1d2bf655f9fc8cd3da9b14aa3419f4daa087d2eba23a0ebb466a399/stateutil-1.4.0-py2.py3-none-any.whl
Collecting configurationutil>=3.7.0 (from fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/a8/68/e7bb1ebe873607e25559e96c315e51d90806c829298d54f75459ddf44abb/configurationutil-3.7.1-py2.py3-none-any.whl (64kB)
     |████████████████████████████████| 71kB 13.5MB/s 
Collecting ruamel.yaml>=0.15.35 (from fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/18/7d/58c8c0f216660226588691b2ccb19884a171539d45ed7f49855b8226c9e6/ruamel.yaml-0.15.100-cp27-cp27mu-manylinux1_x86_64.whl (600kB)
     |████████████████████████████████| 604kB 10.2MB/s 
Collecting dominate>=2.3.1 (from fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/1a/54/50ec03a4b4114e2c02d049cc26fe6ad8f0653ba5d0cd55d7c9bf9a260434/dominate-2.3.5-py2.py3-none-any.whl
Collecting better-exceptions>=0.1.6 (from logging-helper>=1.7.0->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/d8/e7/97eec3a79628b3d6309dc0955ac6798b1093c13bd4f4563fe99eb543c5ac/better_exceptions-0.2.2.tar.gz
Collecting logging-tree>=1.7 (from logging-helper>=1.7.0->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/c8/c2/ef440ebd44b0106a3b49026e0191a78fc1bfd4daf24aaa4f68d1901b6763/logging_tree-1.8-py2.py3-none-any.whl
Collecting timingsutil>=1.5.0 (from cachingutil>=1.0.18->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/bf/15/4449cc6a0232f4a12cb89fe272ed43e6d2980ae10bb0169af7361ab1b820/timingsutil-1.6.0-py2.py3-none-any.whl
Requirement already satisfied: beautifulsoup4 in /usr/lib/python2.7/dist-packages (from bs4->gTTS>=2.0.3->kalliope) (4.6.0)
Collecting argh>=0.24.1 (from watchdog>=0.8.3->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/06/1c/e667a7126f0b84aaa1c56844337bf0ac12445d1beb9c8a6199a7314944bf/argh-0.26.2-py2.py3-none-any.whl
Collecting pathtools>=0.1.1 (from watchdog>=0.8.3->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/e7/7f/470d6fcdf23f9f3518f6b0b76be9df16dcc8630ad409947f8be2eb0ed13a/pathtools-0.1.2.tar.gz
Collecting openpyxl>=2.4.4 (from conversionutil>=1.1.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/ba/06/b899c8867518df19e242d8cbc82d4ba210f5ffbeebb7704c695e687ab59c/openpyxl-2.6.2.tar.gz (173kB)
     |████████████████████████████████| 174kB 8.0MB/s 
Collecting classutils>=1.16.0 (from stateutil>=1.4.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/2d/b3/093b159d49c72c75fc83dc10a4cb65c229feadceb062164bc168afd23766/classutils-1.18.0-py2.py3-none-any.whl
Collecting appdirs>=1.4.0 (from configurationutil>=3.7.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting uiutil>=1.26.0 (from configurationutil>=3.7.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/63/a2/93568f840c507a9cc6c72eb315aeb692dd3166a5395ece1f44adf42a86c6/uiutil-1.36.2-py2.py3-none-any.whl (129kB)
     |████████████████████████████████| 133kB 10.1MB/s 
Collecting jsonschema>=2.5.1 (from configurationutil>=3.7.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/aa/69/df679dfbdd051568b53c38ec8152a3ab6bc533434fc7ed11ab034bf5e82f/jsonschema-3.0.1-py2.py3-none-any.whl (54kB)
     |████████████████████████████████| 61kB 9.6MB/s 
Collecting ruamel.ordereddict; platform_python_implementation == "CPython" and python_version <= "2.7" (from ruamel.yaml>=0.15.35->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/f3/2c/fa6d75dc459b371ed3b88fdbf8042785ce1655073c884fd97bdbb9f48e01/ruamel.ordereddict-0.4.13-cp27-cp27mu-manylinux1_x86_64.whl (99kB)
     |████████████████████████████████| 102kB 11.3MB/s 
Collecting jdcal (from openpyxl>=2.4.4->conversionutil>=1.1.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/f0/da/572cbc0bc582390480bbd7c4e93d14dc46079778ed915b505dc494b37c57/jdcal-1.4.1-py2.py3-none-any.whl
Collecting et_xmlfile (from openpyxl>=2.4.4->conversionutil>=1.1.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/22/28/a99c42aea746e18382ad9fb36f64c1c1f04216f41797f2f0fa567da11388/et_xmlfile-1.0.1.tar.gz
Collecting tableutil>=2.2.4 (from classutils>=1.16.0->stateutil>=1.4.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/50/4c/faa79a7017742a1051152302e1aff9d3ba748618a1d4c58b726fcb3bf1b0/tableutil-2.4.2-py2.py3-none-any.whl
Requirement already satisfied: Pillow>=4.0.0 in /usr/lib/python2.7/dist-packages (from uiutil>=1.26.0->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope) (5.1.0)
Collecting pyrsistent>=0.14.0 (from jsonschema>=2.5.1->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/6c/ef/7781092174a42d0b57fb02a2eb23f78ebc8e588c9bd7455e1d1c7b1ea516/pyrsistent-0.15.3.tar.gz (106kB)
     |████████████████████████████████| 112kB 9.1MB/s 
Collecting functools32; python_version < "3" (from jsonschema>=2.5.1->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz
Collecting attrs>=17.4.0 (from jsonschema>=2.5.1->configurationutil>=3.7.0->fdutil>=1.6.4->voicerss_tts>=1.0.6->kalliope)
  Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
Building wheels for collected packages: kalliope, pyyaml, pyaudio, ansible, httpretty, Flask-Testing, pyalsaaudio, paho-mqtt, gTTS, pycparser, tzlocal, future, bs4, gtts-token, watchdog, pyperclip, better-exceptions, pathtools, openpyxl, et-xmlfile, pyrsistent, functools32
  Building wheel for kalliope (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/39/f5/d8/5d853df49699a94421392f389ef640a41cada0dd8cd0ea494e
  Building wheel for pyyaml (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/16/27/a1/775c62ddea7bfa62324fd1f65847ed31c55dadb6051481ba3f
  Building wheel for pyaudio (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/f4/a8/a4/292214166c2917890f85b2f72a8e5f13e1ffa527c4200dcede
  Building wheel for ansible (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/51/56/7d/a716240fddb00acde9b7bbbb88b8b37c619e4a905c641d7c32
  Building wheel for httpretty (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/6d/49/35/f06301e7ff5b3a3f154d8367d1b0d9976f1d18ffc5fc5f37b2
  Building wheel for Flask-Testing (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/c0/60/a8/dbf20f30fbee518f6db9c3c539996cb29fb5d3f587c8a3f9e0
  Building wheel for pyalsaaudio (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/90/74/b8/362c8d8e9fefe2fc2a31881c272053eccae6fd22ecd461f672
  Building wheel for paho-mqtt (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/82/e5/de/d90d0f397648a1b58ffeea1b5742ac8c77f71fd43b550fa5a5
  Building wheel for gTTS (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/ac/d3/52/db6c154b20dfaab7e0b514eb5eef92cecd057e40e16fdda58b
  Building wheel for pycparser (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/f2/9a/90/de94f8556265ddc9d9c8b271b0f63e57b26fb1d67a45564511
  Building wheel for tzlocal (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/15/ae/df/a67bf1ed84e9bf230187d36d8dcfd30072bea0236cb059ed91
  Building wheel for future (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e
  Building wheel for bs4 (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472
  Building wheel for gtts-token (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/dd/11/61/33f7e51bf545e910552b2255eead2a7cd8ef54064b46dceb34
  Building wheel for watchdog (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/61/1d/d0/04cfe495619be2095eb8d89a31c42adb4e42b76495bc8f784c
  Building wheel for pyperclip (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/92/f0/ac/2ba2972034e98971c3654ece337ac61e546bdeb34ca960dc8c
  Building wheel for better-exceptions (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/71/e4/aa/434ea2b88f5cc175c1ca4fbeed0cbd16d6710abab2a9b62ed4
  Building wheel for pathtools (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/0b/04/79/c3b0c3a0266a3cb4376da31e5bfe8bba0c489246968a68e843
  Building wheel for openpyxl (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/82/cd/05/2e1db4b561fda743444f9573f2c5090a7b991200c92770dd7a
  Building wheel for et-xmlfile (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/2a/77/35/0da0965a057698121fc7d8c5a7a9955cdbfb3cc4e2423cad39
  Building wheel for pyrsistent (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/8a/ec/e2/3b9045d997adb0376026267ebbb641bed0f9126eb2bc615330
  Building wheel for functools32 (setup.py) ... done
  Stored in directory: /home/raphael/.cache/pip/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2
Successfully built kalliope pyyaml pyaudio ansible httpretty Flask-Testing pyalsaaudio paho-mqtt gTTS pycparser tzlocal future bs4 gtts-token watchdog pyperclip better-exceptions pathtools openpyxl et-xmlfile pyrsistent functools32
Installing collected packages: pyyaml, six, SpeechRecognition, markupsafe, pyaudio, pyasn1, jinja2, ansible, pycparser, cffi, click, Werkzeug, itsdangerous, flask, pytz, aniso8601, Flask-Restful, flask-cors, urllib3, certifi, requests, httpretty, funcsigs, mock, Flask-Testing, tzlocal, futures, apscheduler, smmap2, gitdb2, GitPython, packaging, transitions, sounddevice, SoundFile, pyalsaaudio, sox, paho-mqtt, argh, pathtools, watchdog, pyperclip, jdcal, et-xmlfile, openpyxl, better-exceptions, logging-tree, future, logging-helper, timingsutil, conversionutil, attrs, dominate, tableutil, classutils, stateutil, appdirs, uiutil, pyrsistent, functools32, jsonschema, configurationutil, ruamel.ordereddict, ruamel.yaml, fdutil, cachingutil, voicerss-tts, bs4, gtts-token, gTTS, kalliope
  Found existing installation: PyYAML 3.12
ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
raphael@xubuntu:~$ git clone https://github.com/kalliope-project/kalliope_starter_fr.git
Clonage dans 'kalliope_starter_fr'...
remote: Enumerating objects: 102, done.
remote: Total 102 (delta 0), reused 0 (delta 0), pack-reused 102
Réception d'objets: 100% (102/102), 56.85 KiB | 2.37 MiB/s, fait.
Résolution des deltas: 100% (40/40), fait.
raphael@xubuntu:~$ cd kalliope_starter_fr
raphael@xubuntu:~/kalliope_starter_fr$ kalliope start
kalliope : commande introuvable
raphael@xubuntu:~/kalliope_starter_fr$ 

Dernière modification par @lice (Le 19/07/2019, à 16:17)

Hors ligne

#40 Le 19/07/2019, à 16:45

Nuliel

Re : [résolu] Pb pour installer Kalliope

Tu peux donner

pip3 install kalliope

(pas besoin d'installer python-pip via python, il est dans les dépôts)

Je comprends pas comment tu peux avoir cette erreur en partant d'un système tout neuf

Dernière modification par Nuliel (Le 19/07/2019, à 16:46)

Hors ligne

#41 Le 19/07/2019, à 22:40

@lice

Re : [résolu] Pb pour installer Kalliope

Trop tard ! j'ai fait de grosses bêtises avec le grub et du coup j'ai à nouveau tout réinstallé…
Quand j'ai remis kalliope j'ai oublié d'enlever le sudo mais apparemment ça marche.
Je ne touche plus à rien ! Sauf si...

Hors ligne

#42 Le 19/07/2019, à 22:46

Nuliel

Re : [résolu] Pb pour installer Kalliope

Ok, si ça marche c'est le principal.

Quelle grosse bêtise avec grub?

Hors ligne

#43 Le 19/07/2019, à 23:07

@lice

Re : [résolu] Pb pour installer Kalliope

J'avais deux partitions, une chiffrée et l'autre non. Quand j'ai réinstallé la deuxième, la première n'apparaissait plus dans le grub.  J'avais déjà eu ce problème mais la solution qu'on m'avait indiquée ne marchait plus : j'avais un message dans le terminal disant qu'il fallait modifier une ligne d'un fichier du grub  pour lui permettre de reconnaître la partition chiffrée (si j’ai bien compris...). J'ai essayé de faire ça mais... fatigue + énervement + manque total de maîtrise du sujet... bref l'ordinateur ne voulait plus redémarrer du tout.  Grosses sueurs froides. Finalement je n'ai réinstallé qu'une seule partition...

Hors ligne

#44 Le 19/07/2019, à 23:11

Nuliel

Re : [résolu] Pb pour installer Kalliope

Ok.
Attention à bien faire des sauvegardes des données régulièrement, surtout venant de la partition chiffrée.

Hors ligne

#45 Le 02/10/2019, à 23:05

sispheor

Re : [résolu] Pb pour installer Kalliope

Juste pour info, c'est un problème connu.

Il faut faire:

sudo chmod -R o+r /usr/local/lib/python2.7/dist-packages/

Hors ligne