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.

#1 Le 13/07/2019, à 16:22

@lice

[résolu] Pb pour installer Kalliope

Bonjour,
Ayant des TMS aux avant-bras, je souhaiterais installer Kalliope, ce que j'ai tenté de faire en suivant la procédure indiquée ici (version Ubuntu 18.04 - je suis sur Xubuntu) :
https://kalliope-project.github.io/kall … on/ubuntu/
Puis installation du kit français :
https://github.com/kalliope-project/kalliope_starter_fr
Mais quand je tente de démarrer, j'ai le message suivant :

IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/requires.txt'

Quelqu'un peut-il m'aider ?
merci

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

Hors ligne

#2 Le 13/07/2019, à 23:10

Nuliel

Re : [résolu] Pb pour installer Kalliope

Bonjour,

A mon avis, il y a un sudo en trop, c'est

pip install kalliope

et non

sudo pip install kalliope

Hors ligne

#3 Le 14/07/2019, à 08:34

@lice

Re : [résolu] Pb pour installer Kalliope

merci mais ça ne semble pas être ça. L'installation ne fonctionne pas sans le sudo.

Hors ligne

#4 Le 14/07/2019, à 09:47

Nuliel

Re : [résolu] Pb pour installer Kalliope

Quelle est l'erreur? (fournis toujours le retour des commandes)

Hors ligne

#5 Le 14/07/2019, à 15:14

@lice

Re : [résolu] Pb pour installer Kalliope

ok. Avec la commande :

sudo pip install kalliope

ça répond :

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.
Requirement already satisfied: kalliope in /usr/local/lib/python2.7/dist-packages/kalliope-0.5.4-py2.7.egg (0.5.4)
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: six>=1.12.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.12.0)
Requirement already satisfied: SpeechRecognition>=3.8.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.8.1)
Requirement already satisfied: markupsafe>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
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: 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: 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: jinja2>=2.10.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.10.1)
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>=1.0.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
Requirement already satisfied: Flask-Restful>=0.3.7 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.7)
Requirement already satisfied: flask_cors>=3.0.8 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.0.8)
Requirement already satisfied: requests>=2.22.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.22.0)
Requirement already satisfied: httpretty>=0.8.14 in /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg (from kalliope) (0.9.6)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.

Avec la commande :

sudo pip install kalliope

ça répond :

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.
Requirement already satisfied: kalliope in /usr/local/lib/python2.7/dist-packages/kalliope-0.5.4-py2.7.egg (0.5.4)
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: six>=1.12.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.12.0)
Requirement already satisfied: SpeechRecognition>=3.8.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.8.1)
Requirement already satisfied: markupsafe>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
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: 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: 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: jinja2>=2.10.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.10.1)
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>=1.0.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
Requirement already satisfied: Flask-Restful>=0.3.7 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.7)
Requirement already satisfied: flask_cors>=3.0.8 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.0.8)
Requirement already satisfied: requests>=2.22.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.22.0)
Requirement already satisfied: httpretty>=0.8.14 in /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg (from kalliope) (0.9.6)
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: Flask-Testing>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.7.1)
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: 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: 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: sounddevice>=0.3.13 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.13)
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: 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: 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: paho-mqtt>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.4.0)
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: 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: urllib3>=1.25.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.25.3)
Requirement already satisfied: cryptography in /usr/lib/python2.7/dist-packages (from ansible>=2.8.1->kalliope) (2.1.4)
Requirement already satisfied: pycparser in /usr/local/lib/python2.7/dist-packages (from cffi>=1.12.3->kalliope) (2.19)
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: 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: 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: funcsigs>=1 in /usr/local/lib/python2.7/dist-packages/funcsigs-1.0.2-py2.7.egg (from mock>=3.0.5->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: 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: pyparsing>=2.0.2 in /usr/lib/python2.7/dist-packages (from packaging>=19.0->kalliope) (2.2.0)
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)

Quand j'essaye de le lancer à partir du kit français :

git clone https://github.com/kalliope-project/kalliope_starter_fr.git
cd kalliope_starter_fr
kalliope start

J'obtiens :

Traceback (most recent call last):
  File "/usr/local/bin/kalliope", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 794, in resolve
    new_requirements = dist.requires(req.extras)[::-1]
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2727, in requires
    dm = self._dep_map
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2693, in _dep_map
    self.__dep_map = self._filter_extras(self._build_dep_map())
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2721, in _build_dep_map
    for extra, reqs in split_sections(self._get_metadata(name)):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3189, in split_sections
    for line in yield_lines(s):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2378, in yield_lines
    for ss in strs:
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2758, in _get_metadata
    for line in self.get_metadata_lines(name):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1423, in get_metadata_lines
    return yield_lines(self.get_metadata(name))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1419, in get_metadata
    value = self._get(self._fn(self.egg_info, name))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1607, in _get
    with open(path, 'rb') as stream:
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/requires.txt'

merci

Hors ligne

#6 Le 14/07/2019, à 16:55

Nuliel

Re : [résolu] Pb pour installer Kalliope

Tu peux donner

sudo apt install python3-dev python3-dialog
pip3 install kalliope
cd kalliope_starter_fr
kalliope start

Hors ligne

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

@lice

Re : [résolu] Pb pour installer Kalliope

Apparemment, pas de souci pour la première ligne. Pour les suivantes, mêmes messages d'erreur je crois. J'ai essayé avec ou sans sudo pour la 2e ligne.
merci encore

raphael@toto:~$ sudo apt install python3-dev python3-dialog
[sudo] Mot de passe de raphael : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libllvm7 libllvm7:i386 libsamplerate0:i386 libspeexdsp1:i386
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  dh-python libpython3-dev libpython3.6-dev python3-distutils python3-lib2to3
  python3.6-dev
Paquets suggérés :
  python3-doc
Les NOUVEAUX paquets suivants seront installés :
  dh-python libpython3-dev libpython3.6-dev python3-dev python3-dialog
  python3-distutils python3-lib2to3 python3.6-dev
0 mis à jour, 8 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 46,7 Mo dans les archives.
Après cette opération, 82,2 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-updates/main amd64 python3-lib2to3 all 3.6.8-1~18.04 [76,5 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distutils all 3.6.8-1~18.04 [141 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 dh-python all 3.20180325ubuntu2 [89,2 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-dev amd64 3.6.8-1~18.04.1 [44,8 MB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-dev amd64 3.6.7-1~18.04 [7328 B]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-dev amd64 3.6.8-1~18.04.1 [508 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-dev amd64 3.6.7-1~18.04 [1288 B]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-dialog all 3.4.0-1 [1074 kB]
46,7 Mo réceptionnés en 1min 32s (509 ko/s)                                    
Sélection du paquet python3-lib2to3 précédemment désélectionné.
(Lecture de la base de données... 219197 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../0-python3-lib2to3_3.6.8-1~18.04_all.deb ...
Dépaquetage de python3-lib2to3 (3.6.8-1~18.04) ...
Sélection du paquet python3-distutils précédemment désélectionné.
Préparation du dépaquetage de .../1-python3-distutils_3.6.8-1~18.04_all.deb ...
Dépaquetage de python3-distutils (3.6.8-1~18.04) ...
Sélection du paquet dh-python précédemment désélectionné.
Préparation du dépaquetage de .../2-dh-python_3.20180325ubuntu2_all.deb ...
Dépaquetage de dh-python (3.20180325ubuntu2) ...
Sélection du paquet libpython3.6-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../3-libpython3.6-dev_3.6.8-1~18.04.1_amd64.deb ...
Dépaquetage de libpython3.6-dev:amd64 (3.6.8-1~18.04.1) ...
Sélection du paquet libpython3-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../4-libpython3-dev_3.6.7-1~18.04_amd64.deb ...
Dépaquetage de libpython3-dev:amd64 (3.6.7-1~18.04) ...
Sélection du paquet python3.6-dev précédemment désélectionné.
Préparation du dépaquetage de .../5-python3.6-dev_3.6.8-1~18.04.1_amd64.deb ...
Dépaquetage de python3.6-dev (3.6.8-1~18.04.1) ...
Sélection du paquet python3-dev précédemment désélectionné.
Préparation du dépaquetage de .../6-python3-dev_3.6.7-1~18.04_amd64.deb ...
Dépaquetage de python3-dev (3.6.7-1~18.04) ...
Sélection du paquet python3-dialog précédemment désélectionné.
Préparation du dépaquetage de .../7-python3-dialog_3.4.0-1_all.deb ...
Dépaquetage de python3-dialog (3.4.0-1) ...
Paramétrage de libpython3.6-dev:amd64 (3.6.8-1~18.04.1) ...
Traitement des actions différées (« triggers ») pour doc-base (0.10.8) ...
Traitement de 2 fichiers de documentation ajoutés…
Enregistrement des documents avec scrollkeeper…
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Paramétrage de python3.6-dev (3.6.8-1~18.04.1) ...
Paramétrage de python3-lib2to3 (3.6.8-1~18.04) ...
Paramétrage de python3-distutils (3.6.8-1~18.04) ...
Paramétrage de python3-dialog (3.4.0-1) ...
Paramétrage de libpython3-dev:amd64 (3.6.7-1~18.04) ...
Paramétrage de dh-python (3.20180325ubuntu2) ...
Paramétrage de python3-dev (3.6.7-1~18.04) ...
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.
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.
Requirement already satisfied: kalliope in /usr/local/lib/python2.7/dist-packages/kalliope-0.5.4-py2.7.egg (0.5.4)
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: six>=1.12.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.12.0)
Requirement already satisfied: SpeechRecognition>=3.8.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.8.1)
Requirement already satisfied: markupsafe>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
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: 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: 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: jinja2>=2.10.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.10.1)
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>=1.0.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
Requirement already satisfied: Flask-Restful>=0.3.7 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.7)
Requirement already satisfied: flask_cors>=3.0.8 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.0.8)
Requirement already satisfied: requests>=2.22.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.22.0)
Requirement already satisfied: httpretty>=0.8.14 in /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg (from kalliope) (0.9.6)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.

raphael@toto:~$ sudo 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.
Requirement already satisfied: kalliope in /usr/local/lib/python2.7/dist-packages/kalliope-0.5.4-py2.7.egg (0.5.4)
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: six>=1.12.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.12.0)
Requirement already satisfied: SpeechRecognition>=3.8.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.8.1)
Requirement already satisfied: markupsafe>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
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: 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: 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: jinja2>=2.10.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.10.1)
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>=1.0.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
Requirement already satisfied: Flask-Restful>=0.3.7 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.7)
Requirement already satisfied: flask_cors>=3.0.8 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.0.8)
Requirement already satisfied: requests>=2.22.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.22.0)
Requirement already satisfied: httpretty>=0.8.14 in /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg (from kalliope) (0.9.6)
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: Flask-Testing>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.7.1)
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: 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: 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: sounddevice>=0.3.13 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.13)
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: 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: 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: paho-mqtt>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.4.0)
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: 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: urllib3>=1.25.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.25.3)
Requirement already satisfied: cryptography in /usr/lib/python2.7/dist-packages (from ansible>=2.8.1->kalliope) (2.1.4)
Requirement already satisfied: pycparser in /usr/local/lib/python2.7/dist-packages (from cffi>=1.12.3->kalliope) (2.19)
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: 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: 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: funcsigs>=1 in /usr/local/lib/python2.7/dist-packages/funcsigs-1.0.2-py2.7.egg (from mock>=3.0.5->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: 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: pyparsing>=2.0.2 in /usr/lib/python2.7/dist-packages (from packaging>=19.0->kalliope) (2.2.0)
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)
raphael@toto:~$ cd kalliope_starter_fr
raphael@toto:~/kalliope_starter_fr$ kalliope start
Traceback (most recent call last):
  File "/usr/local/bin/kalliope", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 794, in resolve
    new_requirements = dist.requires(req.extras)[::-1]
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2727, in requires
    dm = self._dep_map
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2693, in _dep_map
    self.__dep_map = self._filter_extras(self._build_dep_map())
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2721, in _build_dep_map
    for extra, reqs in split_sections(self._get_metadata(name)):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3189, in split_sections
    for line in yield_lines(s):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2378, in yield_lines
    for ss in strs:
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2758, in _get_metadata
    for line in self.get_metadata_lines(name):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1423, in get_metadata_lines
    return yield_lines(self.get_metadata(name))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1419, in get_metadata
    value = self._get(self._fn(self.egg_info, name))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1607, in _get
    with open(path, 'rb') as stream:
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/requires.txt'

Hors ligne

#8 Le 14/07/2019, à 19:03

Nuliel

Re : [résolu] Pb pour installer Kalliope

Il ne fallait pas utiliser sudo!!!
sudo doit être utilisé uniquement pour des tâches d'administration et avec parcimonie. Sinon python devra être lancé avec sudo, et c'est franchement pas top!

Bon on va nettoyer:

sudo apt purge python-pip python-pip3
python -V
ls -l /usr/local/lib

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

Hors ligne

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

cqfd93

Re : [résolu] Pb pour installer Kalliope

Bonjour,

Ce n'est pas un problème d'accessibilité mais d'installation de logiciels, donc je déplace de sujet dans la section Installation de logiciels…


cqfd93

Hors ligne

#10 Le 14/07/2019, à 19:46

Nuliel

Re : [résolu] Pb pour installer Kalliope

J'ai testé et le micro avec mes écouteurs ne permet pas de détecter assez précisément les sons dans kalliope

Hors ligne

#11 Le 15/07/2019, à 00:05

@lice

Re : [résolu] Pb pour installer Kalliope

ok, désolée...
J'ai fait ce que tu m'as demandé, voici le retour :

raphael@toto:~$ sudo apt purge python-pip python-pip3
[sudo] Mot de passe de raphael : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet python-pip3
raphael@toto:~$ python -V
Python 2.7.15+
raphael@toto:~$ ls -l /usr/local/lib
total 8
drwxrwsr-x 4 root staff 4096 juin  13 08:25 python2.7
drwxrwsr-x 3 root staff 4096 nov.   8  2018 python3.6

sinon, je ne tiens pas obligatoirement à Kalliope, mais j'ai besoin d'un logiciel qui fonctionne pour soulager mes bras... Je regrette que Dragon ne soit pas compatible avec linux, je l'avais utilisé quand j'étais sous windows et c'était assez performant. Si tu connais autre chose qui marche...
merci

Hors ligne

#12 Le 15/07/2019, à 09:51

Nuliel

Re : [résolu] Pb pour installer Kalliope

Le problème c'est qu'ils ont foutu un sudo sur la doc officielle aussi...
Au cas où tu peux donner

ls -lR /usr/local/lib/

afin que je sois sûr qu'il reste plus rien

Kalliope sert à donner des "ordres" qui sont pré enregistrés, il faut donc configurer les actions à l'avance (l y en a quelques uns avec ce que tu as récupéré sur GitHub)

Dernière modification par Nuliel (Le 15/07/2019, à 09:53)

Hors ligne

#13 Le 15/07/2019, à 11:59

@lice

Re : [résolu] Pb pour installer Kalliope

Oui, c'est ce qui m'avait semblé intéressant, de pouvoir le personnaliser, en espérant que ce ne soit pas trop compliqué...
Voici le retour :

/usr/local/lib/python2.7/dist-packages/sox-1.3.7-py2.7.egg/sox:
total 172
-rw-r--r-- 1 root staff  18378 juil. 13 16:08 combine.py
-rw-r--r-- 1 root staff   4846 juil. 13 16:08 core.py
-rw-r--r-- 1 root staff   8913 juil. 13 16:08 file_info.py
-rw-r--r-- 1 root staff    634 juil. 13 16:08 __init__.py
-rw-r--r-- 1 root staff    145 juil. 13 16:08 log.py
-rw-r--r-- 1 root staff 117336 juil. 13 16:08 transform.py
-rw-r--r-- 1 root staff   2862 juil. 13 16:08 utilities.py
-rw-r--r-- 1 root staff    106 juil. 13 16:08 version.py

/usr/local/lib/python2.7/dist-packages/speech_recognition:
total 5532
-rwxr-xr-x 1 root staff 1899154 juil. 13 16:04 flac-linux-x86
-rwxr-xr-x 1 root staff 2396644 juil. 13 16:04 flac-linux-x86_64
-rwxr-xr-x 1 root staff  451168 juil. 13 16:04 flac-mac
-rwxr-xr-x 1 root staff  738816 juil. 13 16:04 flac-win32.exe
-rw-r--r-- 1 root staff   82784 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff   67511 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff    1181 juil. 13 16:04 __main__.py
-rw-r--r-- 1 root staff    1086 juil. 13 16:05 __main__.pyc
drwxr-sr-x 3 root staff    4096 juil. 13 16:05 pocketsphinx-data

/usr/local/lib/python2.7/dist-packages/speech_recognition/pocketsphinx-data:
total 4
drwxr-sr-x 3 root staff 4096 juil. 13 16:05 en-US

/usr/local/lib/python2.7/dist-packages/speech_recognition/pocketsphinx-data/en-US:
total 31700
drwxr-sr-x 2 root staff     4096 juil. 13 16:05 acoustic-model
-rw-r--r-- 1 root staff 29208442 juil. 13 16:04 language-model.lm.bin
-rw-r--r-- 1 root staff     1537 juil. 13 16:04 LICENSE.txt
-rw-r--r-- 1 root staff  3240807 juil. 13 16:04 pronounciation-dictionary.dict

/usr/local/lib/python2.7/dist-packages/speech_recognition/pocketsphinx-data/en-US/acoustic-model:
total 6472
-rw-r--r-- 1 root staff     165 juil. 13 16:04 feat.params
-rw-r--r-- 1 root staff 2959176 juil. 13 16:04 mdef
-rw-r--r-- 1 root staff  838732 juil. 13 16:04 means
-rw-r--r-- 1 root staff      56 juil. 13 16:04 noisedict
-rw-r--r-- 1 root staff    1617 juil. 13 16:04 README
-rw-r--r-- 1 root staff 1969024 juil. 13 16:04 sendump
-rw-r--r-- 1 root staff    2080 juil. 13 16:04 transition_matrices
-rw-r--r-- 1 root staff  838732 juil. 13 16:04 variances

/usr/local/lib/python2.7/dist-packages/SpeechRecognition-3.8.1.dist-info:
total 84
-rw-r--r-- 1 root staff 27601 juil. 13 16:04 DESCRIPTION.rst
-rw-r--r-- 1 root staff     4 juil. 13 16:05 INSTALLER
-rw-r--r-- 1 root staff 28950 juil. 13 16:04 METADATA
-rw-r--r-- 1 root staff  1432 juil. 13 16:04 metadata.json
-rw-r--r-- 1 root staff    47 juil. 13 16:04 pbr.json
-rw-r--r-- 1 root staff  2850 juil. 13 16:05 RECORD
-rw-r--r-- 1 root staff    19 juil. 13 16:04 top_level.txt
-rw-r--r-- 1 root staff   110 juil. 13 16:04 WHEEL

/usr/local/lib/python2.7/dist-packages/stateutil-1.4.0-py2.7.egg:
total 8
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 EGG-INFO
drwxr-sr-x 3 root staff 4096 juil. 13 16:10 stateutil

/usr/local/lib/python2.7/dist-packages/stateutil-1.4.0-py2.7.egg/EGG-INFO:
total 28
-rw-r--r-- 1 root staff   20 juil. 13 16:10 entry_points.txt
-rw-r--r-- 1 root staff 1069 juil. 13 16:10 LICENSE.txt
-rw-r--r-- 1 root staff  865 juil. 13 16:10 PKG-INFO
-rw-r--r-- 1 root staff 1172 juil. 13 16:10 RECORD
-rw-r--r-- 1 root staff   44 juil. 13 16:10 requires.txt
-rw-r--r-- 1 root staff   10 juil. 13 16:10 top_level.txt
-rw-r--r-- 1 root staff  110 juil. 13 16:10 WHEEL

/usr/local/lib/python2.7/dist-packages/stateutil-1.4.0-py2.7.egg/stateutil:
total 28
-rw-r--r-- 1 root staff 1269 juil. 13 16:10 incrementer.py
-rw-r--r-- 1 root staff  125 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  832 juil. 13 16:10 _metadata.py
-rw-r--r-- 1 root staff 4609 juil. 13 16:10 persist.py
-rw-r--r-- 1 root staff 1252 juil. 13 16:10 switch.py
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 unittests

/usr/local/lib/python2.7/dist-packages/stateutil-1.4.0-py2.7.egg/stateutil/unittests:
total 12
-rw-r--r-- 1 root staff   18 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 2510 juil. 13 16:10 test_incrementor.py
-rw-r--r-- 1 root staff  714 juil. 13 16:10 test_switch.py

/usr/local/lib/python2.7/dist-packages/tableutil-2.4.2-py2.7.egg:
total 8
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 EGG-INFO
drwxr-sr-x 4 root staff 4096 juil. 13 16:10 tableutil

/usr/local/lib/python2.7/dist-packages/tableutil-2.4.2-py2.7.egg/EGG-INFO:
total 28
-rw-r--r-- 1 root staff   20 juil. 13 16:10 entry_points.txt
-rw-r--r-- 1 root staff 1069 juil. 13 16:10 LICENSE.txt
-rw-r--r-- 1 root staff 1030 juil. 13 16:10 PKG-INFO
-rw-r--r-- 1 root staff 1734 juil. 13 16:10 RECORD
-rw-r--r-- 1 root staff  122 juil. 13 16:10 requires.txt
-rw-r--r-- 1 root staff   10 juil. 13 16:10 top_level.txt
-rw-r--r-- 1 root staff  110 juil. 13 16:10 WHEEL

/usr/local/lib/python2.7/dist-packages/tableutil-2.4.2-py2.7.egg/tableutil:
total 116
-rw-r--r-- 1 root staff  7500 juil. 13 16:10 cell.py
-rw-r--r-- 1 root staff  1555 juil. 13 16:10 constants.py
-rw-r--r-- 1 root staff  2948 juil. 13 16:10 helpers.py
-rw-r--r-- 1 root staff   917 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff   833 juil. 13 16:10 _metadata.py
drwxr-sr-x 2 root staff  4096 juil. 13 16:10 old_unittests
drwxr-sr-x 2 root staff  4096 juil. 13 16:10 resources
-rw-r--r-- 1 root staff  5770 juil. 13 16:10 row.py
-rw-r--r-- 1 root staff  1239 juil. 13 16:10 table_html.py
-rw-r--r-- 1 root staff 53861 juil. 13 16:10 table.py
-rw-r--r-- 1 root staff  9090 juil. 13 16:10 text_table.py
-rw-r--r-- 1 root staff  1926 juil. 13 16:10 unicode_csv.py

/usr/local/lib/python2.7/dist-packages/tableutil-2.4.2-py2.7.egg/tableutil/old_unittests:
total 40
-rw-r--r-- 1 root staff     0 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 36157 juil. 13 16:10 table_test.py
-rw-r--r-- 1 root staff  1649 juil. 13 16:10 testing_helpers.py

/usr/local/lib/python2.7/dist-packages/tableutil-2.4.2-py2.7.egg/tableutil/resources:
total 8
-rw-r--r-- 1 root staff 245 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 821 juil. 13 16:10 table_style.css

/usr/local/lib/python2.7/dist-packages/timingsutil-1.6.0-py2.7.egg:
total 8
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 EGG-INFO
drwxr-sr-x 3 root staff 4096 juil. 13 16:10 timingsutil

/usr/local/lib/python2.7/dist-packages/timingsutil-1.6.0-py2.7.egg/EGG-INFO:
total 28
-rw-r--r-- 1 root staff   20 juil. 13 16:10 entry_points.txt
-rw-r--r-- 1 root staff 1069 juil. 13 16:10 LICENSE.txt
-rw-r--r-- 1 root staff  873 juil. 13 16:10 PKG-INFO
-rw-r--r-- 1 root staff 1720 juil. 13 16:10 RECORD
-rw-r--r-- 1 root staff   40 juil. 13 16:10 requires.txt
-rw-r--r-- 1 root staff   12 juil. 13 16:10 top_level.txt
-rw-r--r-- 1 root staff  110 juil. 13 16:10 WHEEL

/usr/local/lib/python2.7/dist-packages/timingsutil-1.6.0-py2.7.egg/timingsutil:
total 52
-rw-r--r-- 1 root staff   707 juil. 13 16:10 daylight_savings.py
-rw-r--r-- 1 root staff   434 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 10726 juil. 13 16:10 jdutil.py
-rw-r--r-- 1 root staff   829 juil. 13 16:10 _metadata.py
-rw-r--r-- 1 root staff  1189 juil. 13 16:10 stopwatch.py
-rw-r--r-- 1 root staff   972 juil. 13 16:10 throttle.py
-rw-r--r-- 1 root staff  1442 juil. 13 16:10 time_constants.py
-rw-r--r-- 1 root staff  2178 juil. 13 16:10 time_incrementer.py
-rw-r--r-- 1 root staff  6394 juil. 13 16:10 timeout.py
drwxr-sr-x 2 root staff  4096 juil. 13 16:10 unittests

/usr/local/lib/python2.7/dist-packages/timingsutil-1.6.0-py2.7.egg/timingsutil/unittests:
total 16
-rw-r--r-- 1 root staff    0 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  541 juil. 13 16:10 test_stopwatch.py
-rw-r--r-- 1 root staff  618 juil. 13 16:10 test_throttle.py
-rw-r--r-- 1 root staff 2697 juil. 13 16:10 test_time_incrementer.py
-rw-r--r-- 1 root staff 2382 juil. 13 16:10 test_timeout.py

/usr/local/lib/python2.7/dist-packages/transitions:
total 124
-rw-r--r-- 1 root staff 51680 juil. 13 16:04 core.py
-rw-r--r-- 1 root staff 50567 juil. 13 16:05 core.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 16:05 extensions
-rw-r--r-- 1 root staff   494 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff   850 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff   176 juil. 13 16:04 version.py
-rw-r--r-- 1 root staff   348 juil. 13 16:05 version.pyc

/usr/local/lib/python2.7/dist-packages/transitions/extensions:
total 144
-rw-r--r-- 1 root staff 21650 juil. 13 16:04 diagrams.py
-rw-r--r-- 1 root staff 20069 juil. 13 16:05 diagrams.pyc
-rw-r--r-- 1 root staff  2900 juil. 13 16:04 factory.py
-rw-r--r-- 1 root staff  4072 juil. 13 16:05 factory.pyc
-rw-r--r-- 1 root staff   594 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff   915 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff  6224 juil. 13 16:04 locking.py
-rw-r--r-- 1 root staff  7886 juil. 13 16:05 locking.pyc
-rw-r--r-- 1 root staff 24222 juil. 13 16:04 nesting.py
-rw-r--r-- 1 root staff 21233 juil. 13 16:05 nesting.pyc
-rw-r--r-- 1 root staff  7069 juil. 13 16:04 states.py
-rw-r--r-- 1 root staff  9864 juil. 13 16:05 states.pyc

/usr/local/lib/python2.7/dist-packages/transitions-0.6.9.dist-info:
total 76
-rw-r--r-- 1 root staff     4 juil. 13 16:05 INSTALLER
-rw-r--r-- 1 root staff  1257 juil. 13 16:04 LICENSE
-rw-r--r-- 1 root staff 54361 juil. 13 16:04 METADATA
-rw-r--r-- 1 root staff  1598 juil. 13 16:05 RECORD
-rw-r--r-- 1 root staff    12 juil. 13 16:04 top_level.txt
-rw-r--r-- 1 root staff   110 juil. 13 16:04 WHEEL

/usr/local/lib/python2.7/dist-packages/tzlocal-2.0.0b2-py2.7.egg:
total 8
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 EGG-INFO
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 tzlocal

/usr/local/lib/python2.7/dist-packages/tzlocal-2.0.0b2-py2.7.egg/EGG-INFO:
total 32
-rw-r--r-- 1 root staff 1060 juil. 13 16:10 LICENSE.txt
-rw-r--r-- 1 root staff 7348 juil. 13 16:10 PKG-INFO
-rw-r--r-- 1 root staff  860 juil. 13 16:10 RECORD
-rw-r--r-- 1 root staff    5 juil. 13 16:10 requires.txt
-rw-r--r-- 1 root staff    8 juil. 13 16:10 top_level.txt
-rw-r--r-- 1 root staff  110 juil. 13 16:10 WHEEL
-rw-r--r-- 1 root staff    1 juil. 13 16:10 zip-safe

/usr/local/lib/python2.7/dist-packages/tzlocal-2.0.0b2-py2.7.egg/tzlocal:
total 52
-rw-r--r-- 1 root staff   168 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  6029 juil. 13 16:10 unix.py
-rw-r--r-- 1 root staff  1375 juil. 13 16:10 utils.py
-rw-r--r-- 1 root staff  3265 juil. 13 16:10 win32.py
-rw-r--r-- 1 root staff 31314 juil. 13 16:10 windows_tz.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg:
total 12
drwxr-sr-x  6 root staff 4096 juil. 13 16:10 docs
drwxr-sr-x  2 root staff 4096 juil. 13 16:10 EGG-INFO
drwxr-sr-x 13 root staff 4096 juil. 13 16:10 uiutil

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs:
total 32
-rw-r--r--  1 root staff 4866 juil. 13 16:10 conf.py
-rw-r--r--  1 root staff  606 juil. 13 16:10 index.rst
-rw-r--r--  1 root staff    0 juil. 13 16:10 __init__.py
drwxr-sr-x  3 root staff 4096 juil. 13 16:10 likegeeks_tutorial
drwxr-sr-x  2 root staff 4096 juil. 13 16:10 styles
-rw-r--r--  1 root staff 1011 juil. 13 16:10 summary.rst
drwxr-sr-x 15 root staff 4096 juil. 13 16:10 widgets_and_dialogs
drwxr-sr-x  2 root staff 4096 juil. 13 16:10 windows_and_frames

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/likegeeks_tutorial:
total 44
drwxr-sr-x 2 root staff  4096 juil. 13 16:10 code
-rw-r--r-- 1 root staff     0 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff   699 juil. 13 16:10 md_to_html.py
-rw-r--r-- 1 root staff 20038 juil. 13 16:10 tutorial.md
-rw-r--r-- 1 root staff 12577 juil. 13 16:10 tutorial.rst

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/likegeeks_tutorial/code:
total 88
-rw-r--r-- 1 root staff  363 juil. 13 16:10 button.py
-rw-r--r-- 1 root staff  578 juil. 13 16:10 change_colours.py
-rw-r--r-- 1 root staff  352 juil. 13 16:10 combobox.py
-rw-r--r-- 1 root staff  699 juil. 13 16:10 disable_entry_widget.py
-rw-r--r-- 1 root staff  902 juil. 13 16:10 get_radiobutton_value.py
-rw-r--r-- 1 root staff  559 juil. 13 16:10 handle_button_clicked_event.py
-rw-r--r-- 1 root staff    0 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  992 juil. 13 16:10 int_radiobutton.py
-rw-r--r-- 1 root staff  275 juil. 13 16:10 label.py
-rw-r--r-- 1 root staff 1061 juil. 13 16:10 radiobox_dict_options.py
-rw-r--r-- 1 root staff  748 juil. 13 16:10 radiobox.py
-rw-r--r-- 1 root staff  455 juil. 13 16:10 radiobutton.py
-rw-r--r-- 1 root staff  272 juil. 13 16:10 set_label_font_size.py
-rw-r--r-- 1 root staff  643 juil. 13 16:10 set_read_the_state_of_a_switch.py
-rw-r--r-- 1 root staff  320 juil. 13 16:10 set_window_size.py
-rw-r--r-- 1 root staff  114 juil. 13 16:10 standalone.py
-rw-r--r-- 1 root staff 1449 juil. 13 16:10 switchbox_dictionary_switches.py
-rw-r--r-- 1 root staff  606 juil. 13 16:10 switchbox.py
-rw-r--r-- 1 root staff  293 juil. 13 16:10 switch.py
-rw-r--r-- 1 root staff  471 juil. 13 16:10 textentry.py
-rw-r--r-- 1 root staff  461 juil. 13 16:10 textscroll.py
-rw-r--r-- 1 root staff  616 juil. 13 16:10 tutorial_4_1_add_a_text_entry_widget.py
-rw-r--r-- 1 root staff 2014 juil. 13 16:10 value_mapped_combobox.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/styles:
total 4
-rw-r--r-- 1 root staff 2573 juil. 13 16:10 button_styles.py
-rw-r--r-- 1 root staff    0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs:
total 52
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 button
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 calendar
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 combobox
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 entry
-rw-r--r-- 1 root staff    0 juil. 13 16:10 __init__.py
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 label
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 query
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 radiobox
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 radiobutton
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 scroll
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 separator
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 spinbox
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 switch
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 tooltip

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/button:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/calendar:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/combobox:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/entry:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/label:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/query:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/radiobox:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/radiobutton:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/scroll:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/separator:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/spinbox:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/switch:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/widgets_and_dialogs/tooltip:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/docs/windows_and_frames:
total 0
-rw-r--r-- 1 root staff 0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/EGG-INFO:
total 40
-rw-r--r-- 1 root staff    36 juil. 13 16:10 entry_points.txt
-rw-r--r-- 1 root staff  1066 juil. 13 16:10 LICENSE.txt
-rw-r--r-- 1 root staff  1303 juil. 13 16:10 PKG-INFO
-rw-r--r-- 1 root staff 13365 juil. 13 16:10 RECORD
-rw-r--r-- 1 root staff   198 juil. 13 16:10 requires.txt
-rw-r--r-- 1 root staff    12 juil. 13 16:10 top_level.txt
-rw-r--r-- 1 root staff   110 juil. 13 16:10 WHEEL

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil:
total 56
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 dialog
drwxr-sr-x 5 root staff 4096 juil. 13 16:10 examples
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 frame
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 helper
-rw-r--r-- 1 root staff 1764 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  833 juil. 13 16:10 _metadata.py
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 mixin
drwxr-sr-x 4 root staff 4096 juil. 13 16:10 resources
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 scratch
-rw-r--r-- 1 root staff 2659 juil. 13 16:10 tk_names.py
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 ttk_override
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 unittests
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 widget
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 window

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/dialog:
total 12
-rw-r--r-- 1 root staff 1452 juil. 13 16:10 calendar.py
-rw-r--r-- 1 root staff   98 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 3071 juil. 13 16:10 query.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/examples:
total 36
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 combobox
-rw-r--r-- 1 root staff 1319 juil. 13 16:10 dynamic_example.py
-rw-r--r-- 1 root staff 6584 juil. 13 16:10 dynamic_window.py
-rw-r--r-- 1 root staff   18 juil. 13 16:10 __init__.py
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 radiobox
-rw-r--r-- 1 root staff 2490 juil. 13 16:10 scroll_frame.py
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 switchbox
-rw-r--r-- 1 root staff 3666 juil. 13 16:10 window.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/examples/combobox:
total 4
-rw-r--r-- 1 root staff 1584 juil. 13 16:10 combobox.py
-rw-r--r-- 1 root staff    0 juil. 13 16:10 __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/examples/radiobox:
total 4
-rw-r--r-- 1 root staff    0 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 1578 juil. 13 16:10 radiobox.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/examples/switchbox:
total 4
-rw-r--r-- 1 root staff    0 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 1615 juil. 13 16:10 switchbox.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/frame:
total 96
-rw-r--r-- 1 root staff 9813 juil. 13 16:10 _dynamic_base.py
-rw-r--r-- 1 root staff 6887 juil. 13 16:10 dynamic.py
-rw-r--r-- 1 root staff  432 juil. 13 16:10 _dynamic_scroll.py
-rw-r--r-- 1 root staff  413 juil. 13 16:10 _dynamic_widget.py
-rw-r--r-- 1 root staff  375 juil. 13 16:10 frame.py
-rw-r--r-- 1 root staff  461 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  572 juil. 13 16:10 label.py
-rw-r--r-- 1 root staff 8645 juil. 13 16:10 launcher.py
-rw-r--r-- 1 root staff  862 juil. 13 16:10 loading.py
-rw-r--r-- 1 root staff 4466 juil. 13 16:10 log.py
-rw-r--r-- 1 root staff 1914 juil. 13 16:10 log_ticker.py
-rw-r--r-- 1 root staff 2381 juil. 13 16:10 radio.py
-rw-r--r-- 1 root staff 8391 juil. 13 16:10 scroll.py
-rw-r--r-- 1 root staff 2586 juil. 13 16:10 splash.py
-rw-r--r-- 1 root staff 6367 juil. 13 16:10 switch.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/helper:
total 64
-rw-r--r-- 1 root staff 4745 juil. 13 16:10 arguments.py
-rw-r--r-- 1 root staff 3149 juil. 13 16:10 dynamic_kwarg.py
-rw-r--r-- 1 root staff 1751 juil. 13 16:10 dynamic_variable.py
-rw-r--r-- 1 root staff  160 juil. 13 16:10 event.py
-rw-r--r-- 1 root staff   17 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 2260 juil. 13 16:10 introspection.py
-rw-r--r-- 1 root staff  895 juil. 13 16:10 layout.py
-rw-r--r-- 1 root staff  356 juil. 13 16:10 loading.py
-rw-r--r-- 1 root staff 8659 juil. 13 16:10 map.py
-rw-r--r-- 1 root staff 2403 juil. 13 16:10 persist.py
-rw-r--r-- 1 root staff  238 juil. 13 16:10 style.py
-rw-r--r-- 1 root staff 1962 juil. 13 16:10 text_handler.py
-rw-r--r-- 1 root staff 1847 juil. 13 16:10 window.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/mixin:
total 52
-rw-r--r-- 1 root staff   625 juil. 13 16:10 all.py
-rw-r--r-- 1 root staff  1806 juil. 13 16:10 frame.py
-rw-r--r-- 1 root staff  1535 juil. 13 16:10 frames.py
-rw-r--r-- 1 root staff   408 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  3061 juil. 13 16:10 layout.py
-rw-r--r-- 1 root staff 11370 juil. 13 16:10 menubar.py
-rw-r--r-- 1 root staff   943 juil. 13 16:10 poll.py
-rw-r--r-- 1 root staff   467 juil. 13 16:10 style.py
-rw-r--r-- 1 root staff  3268 juil. 13 16:10 var.py
-rw-r--r-- 1 root staff  6978 juil. 13 16:10 widget.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/resources:
total 12
-rw-r--r-- 1 root staff   18 juil. 13 16:10 __init__.py
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 schema
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 templates

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/resources/schema:
total 12
-rw-r--r-- 1 root staff  238 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 4994 juil. 13 16:10 ui_layout.json

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/resources/templates:
total 48
-rw-r--r-- 1 root staff   569 juil. 13 16:10 example_config.json
-rw-r--r-- 1 root staff 33590 juil. 13 16:10 example_ui_layout.json
-rw-r--r-- 1 root staff   428 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  1075 juil. 13 16:10 ui_layout.json

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/scratch:
total 8
-rw-r--r-- 1 root staff 2688 juil. 13 16:10 'field resizing.py'
-rw-r--r-- 1 root staff   18 juil. 13 16:10  __init__.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/ttk_override:
total 16
-rw-r--r-- 1 root staff   18 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 8032 juil. 13 16:10 ttk_calendar.py
-rw-r--r-- 1 root staff  302 juil. 13 16:10 ttk_spinbox.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/unittests:
total 20
-rw-r--r-- 1 root staff   18 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 2453 juil. 13 16:10 new_switch_test_gui.py
-rw-r--r-- 1 root staff 1483 juil. 13 16:10 switchbox_dictionary_switches_test_gui.py
-rw-r--r-- 1 root staff  464 juil. 13 16:10 test_example_module.py
-rw-r--r-- 1 root staff 1585 juil. 13 16:10 try_ui_uitil_widgets.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/widget:
total 148
-rw-r--r-- 1 root staff 12299 juil. 13 16:10 base_widget.py
-rw-r--r-- 1 root staff   829 juil. 13 16:10 button.py
-rw-r--r-- 1 root staff  4872 juil. 13 16:10 combobox.py
-rw-r--r-- 1 root staff  3123 juil. 13 16:10 entry.py
-rw-r--r-- 1 root staff  1300 juil. 13 16:10 headings.py
-rw-r--r-- 1 root staff   338 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  1446 juil. 13 16:10 label.py
-rw-r--r-- 1 root staff 12019 juil. 13 16:10 new_switchbox.py
-rw-r--r-- 1 root staff  2191 juil. 13 16:10 new_switch.py
-rw-r--r-- 1 root staff 13415 juil. 13 16:10 observable_base_widget.py
-rw-r--r-- 1 root staff  8231 juil. 13 16:10 radiobox.py
-rw-r--r-- 1 root staff  4412 juil. 13 16:10 radiobutton.py
-rw-r--r-- 1 root staff  4113 juil. 13 16:10 scroll.py
-rw-r--r-- 1 root staff  1982 juil. 13 16:10 separator.py
-rw-r--r-- 1 root staff   437 juil. 13 16:10 spacer.py
-rw-r--r-- 1 root staff   421 juil. 13 16:10 spinbox.py
-rw-r--r-- 1 root staff 12015 juil. 13 16:10 switchbox.py
-rw-r--r-- 1 root staff  3579 juil. 13 16:10 switch.py
-rw-r--r-- 1 root staff 15337 juil. 13 16:10 tooltip.py

/usr/local/lib/python2.7/dist-packages/uiutil-1.36.2-py2.7.egg/uiutil/window:
total 36
-rw-r--r-- 1 root staff 10035 juil. 13 16:10 _base.py
-rw-r--r-- 1 root staff   403 juil. 13 16:10 child.py
-rw-r--r-- 1 root staff  1251 juil. 13 16:10 dynamic.py
-rw-r--r-- 1 root staff   203 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  1219 juil. 13 16:10 loading.py
-rw-r--r-- 1 root staff  1334 juil. 13 16:10 root.py
-rw-r--r-- 1 root staff  2255 juil. 13 16:10 splash.py

/usr/local/lib/python2.7/dist-packages/urllib3:
total 304
-rw-r--r-- 1 root staff 10746 juil. 13 16:03 _collections.py
-rw-r--r-- 1 root staff 12884 juil. 13 16:05 _collections.pyc
-rw-r--r-- 1 root staff 35307 juil. 13 16:03 connectionpool.py
-rw-r--r-- 1 root staff 26947 juil. 13 16:05 connectionpool.pyc
-rw-r--r-- 1 root staff 15001 juil. 13 16:03 connection.py
-rw-r--r-- 1 root staff 12458 juil. 13 16:05 connection.pyc
drwxr-sr-x 3 root staff  4096 juil. 13 16:05 contrib
-rw-r--r-- 1 root staff  6604 juil. 13 16:03 exceptions.py
-rw-r--r-- 1 root staff 12742 juil. 13 16:05 exceptions.pyc
-rw-r--r-- 1 root staff  8575 juil. 13 16:03 fields.py
-rw-r--r-- 1 root staff  9178 juil. 13 16:05 fields.pyc
-rw-r--r-- 1 root staff  2436 juil. 13 16:03 filepost.py
-rw-r--r-- 1 root staff  3360 juil. 13 16:05 filepost.pyc
-rw-r--r-- 1 root staff  2721 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff  2637 juil. 13 16:05 __init__.pyc
drwxr-sr-x 5 root staff  4096 juil. 13 16:05 packages
-rw-r--r-- 1 root staff 17050 juil. 13 16:03 poolmanager.py
-rw-r--r-- 1 root staff 14996 juil. 13 16:05 poolmanager.pyc
-rw-r--r-- 1 root staff  5991 juil. 13 16:03 request.py
-rw-r--r-- 1 root staff  6025 juil. 13 16:05 request.pyc
-rw-r--r-- 1 root staff 27171 juil. 13 16:03 response.py
-rw-r--r-- 1 root staff 23399 juil. 13 16:05 response.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 16:05 util

/usr/local/lib/python2.7/dist-packages/urllib3/contrib:
total 168
-rw-r--r-- 1 root staff   717 juil. 13 16:03 _appengine_environ.py
-rw-r--r-- 1 root staff  1478 juil. 13 16:05 _appengine_environ.pyc
-rw-r--r-- 1 root staff 10914 juil. 13 16:03 appengine.py
-rw-r--r-- 1 root staff  9445 juil. 13 16:05 appengine.pyc
-rw-r--r-- 1 root staff     0 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff   146 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff  4459 juil. 13 16:03 ntlmpool.py
-rw-r--r-- 1 root staff  3873 juil. 13 16:05 ntlmpool.pyc
-rw-r--r-- 1 root staff 16451 juil. 13 16:03 pyopenssl.py
-rw-r--r-- 1 root staff 18032 juil. 13 16:05 pyopenssl.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 16:05 _securetransport
-rw-r--r-- 1 root staff 32826 juil. 13 16:03 securetransport.py
-rw-r--r-- 1 root staff 24056 juil. 13 16:05 securetransport.pyc
-rw-r--r-- 1 root staff  7012 juil. 13 16:03 socks.py
-rw-r--r-- 1 root staff  6382 juil. 13 16:05 socks.pyc

/usr/local/lib/python2.7/dist-packages/urllib3/contrib/_securetransport:
total 60
-rw-r--r-- 1 root staff 17576 juil. 13 16:03 bindings.py
-rw-r--r-- 1 root staff 12096 juil. 13 16:05 bindings.pyc
-rw-r--r-- 1 root staff     0 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff   163 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff 12162 juil. 13 16:03 low_level.py
-rw-r--r-- 1 root staff  9292 juil. 13 16:05 low_level.pyc

/usr/local/lib/python2.7/dist-packages/urllib3/packages:
total 84
drwxr-sr-x 2 root staff  4096 juil. 13 16:05 backports
-rw-r--r-- 1 root staff   109 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff   309 juil. 13 16:05 __init__.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 16:05 rfc3986
-rw-r--r-- 1 root staff 30098 juil. 13 16:03 six.py
-rw-r--r-- 1 root staff 31362 juil. 13 16:05 six.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 16:05 ssl_match_hostname

/usr/local/lib/python2.7/dist-packages/urllib3/packages/backports:
total 12
-rw-r--r-- 1 root staff    0 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff  157 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff 1456 juil. 13 16:03 makefile.py
-rw-r--r-- 1 root staff 1593 juil. 13 16:05 makefile.pyc

/usr/local/lib/python2.7/dist-packages/urllib3/packages/rfc3986:
total 232
-rw-r--r-- 1 root staff  9081 juil. 13 16:03 abnf_regexp.py
-rw-r--r-- 1 root staff  4889 juil. 13 16:05 abnf_regexp.pyc
-rw-r--r-- 1 root staff  3887 juil. 13 16:03 api.py
-rw-r--r-- 1 root staff  4064 juil. 13 16:05 api.pyc
-rw-r--r-- 1 root staff  9577 juil. 13 16:03 builder.py
-rw-r--r-- 1 root staff  9501 juil. 13 16:05 builder.pyc
-rw-r--r-- 1 root staff  1513 juil. 13 16:03 compat.py
-rw-r--r-- 1 root staff  1449 juil. 13 16:05 compat.pyc
-rw-r--r-- 1 root staff  3775 juil. 13 16:03 exceptions.py
-rw-r--r-- 1 root staff  6123 juil. 13 16:05 exceptions.pyc
-rw-r--r-- 1 root staff  1562 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff  1243 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff  5466 juil. 13 16:03 iri.py
-rw-r--r-- 1 root staff  5049 juil. 13 16:05 iri.pyc
-rw-r--r-- 1 root staff  4094 juil. 13 16:03 misc.py
-rw-r--r-- 1 root staff  2759 juil. 13 16:05 misc.pyc
-rw-r--r-- 1 root staff 13214 juil. 13 16:03 _mixin.py
-rw-r--r-- 1 root staff 12712 juil. 13 16:05 _mixin.pyc
-rw-r--r-- 1 root staff  5259 juil. 13 16:03 normalizers.py
-rw-r--r-- 1 root staff  4901 juil. 13 16:05 normalizers.pyc
-rw-r--r-- 1 root staff 14654 juil. 13 16:03 parseresult.py
-rw-r--r-- 1 root staff 12789 juil. 13 16:05 parseresult.pyc
-rw-r--r-- 1 root staff  5227 juil. 13 16:03 uri.py
-rw-r--r-- 1 root staff  4753 juil. 13 16:05 uri.pyc
-rw-r--r-- 1 root staff 13854 juil. 13 16:03 validators.py
-rw-r--r-- 1 root staff 14614 juil. 13 16:05 validators.pyc

/usr/local/lib/python2.7/dist-packages/urllib3/packages/ssl_match_hostname:
total 24
-rw-r--r-- 1 root staff 5683 juil. 13 16:03 _implementation.py
-rw-r--r-- 1 root staff 4208 juil. 13 16:05 _implementation.pyc
-rw-r--r-- 1 root staff  688 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff  607 juil. 13 16:05 __init__.pyc

/usr/local/lib/python2.7/dist-packages/urllib3/util:
total 168
-rw-r--r-- 1 root staff  4639 juil. 13 16:03 connection.py
-rw-r--r-- 1 root staff  3832 juil. 13 16:05 connection.pyc
-rw-r--r-- 1 root staff  1082 juil. 13 16:03 __init__.py
-rw-r--r-- 1 root staff  1304 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff   497 juil. 13 16:03 queue.py
-rw-r--r-- 1 root staff  1305 juil. 13 16:05 queue.pyc
-rw-r--r-- 1 root staff  3832 juil. 13 16:03 request.py
-rw-r--r-- 1 root staff  3822 juil. 13 16:05 request.pyc
-rw-r--r-- 1 root staff  2586 juil. 13 16:03 response.py
-rw-r--r-- 1 root staff  2343 juil. 13 16:05 response.pyc
-rw-r--r-- 1 root staff 15150 juil. 13 16:03 retry.py
-rw-r--r-- 1 root staff 14536 juil. 13 16:05 retry.pyc
-rw-r--r-- 1 root staff 13786 juil. 13 16:03 ssl_.py
-rw-r--r-- 1 root staff 11428 juil. 13 16:05 ssl_.pyc
-rw-r--r-- 1 root staff  9768 juil. 13 16:03 timeout.py
-rw-r--r-- 1 root staff  9573 juil. 13 16:05 timeout.pyc
-rw-r--r-- 1 root staff  9810 juil. 13 16:03 url.py
-rw-r--r-- 1 root staff  9231 juil. 13 16:05 url.pyc
-rw-r--r-- 1 root staff  5403 juil. 13 16:03 wait.py
-rw-r--r-- 1 root staff  4122 juil. 13 16:05 wait.pyc

/usr/local/lib/python2.7/dist-packages/urllib3-1.25.3.dist-info:
total 64
-rw-r--r-- 1 root staff     4 juil. 13 16:05 INSTALLER
-rw-r--r-- 1 root staff  1115 juil. 13 16:03 LICENSE.txt
-rw-r--r-- 1 root staff 38346 juil. 13 16:03 METADATA
-rw-r--r-- 1 root staff  6476 juil. 13 16:05 RECORD
-rw-r--r-- 1 root staff     8 juil. 13 16:03 top_level.txt
-rw-r--r-- 1 root staff   110 juil. 13 16:03 WHEEL

/usr/local/lib/python2.7/dist-packages/voicerss_tts-1.0.6-py2.7.egg:
total 8
drwxr-sr-x 2 root staff 4096 juil. 13 16:08 EGG-INFO
drwxr-sr-x 2 root staff 4096 juil. 13 16:08 voicerss_tts

/usr/local/lib/python2.7/dist-packages/voicerss_tts-1.0.6-py2.7.egg/EGG-INFO:
total 28
-rw-r--r-- 1 root staff   20 juil. 13 16:08 entry_points.txt
-rw-r--r-- 1 root staff 1069 juil. 13 16:08 LICENSE.txt
-rw-r--r-- 1 root staff 1026 juil. 13 16:08 PKG-INFO
-rw-r--r-- 1 root staff  842 juil. 13 16:08 RECORD
-rw-r--r-- 1 root staff  106 juil. 13 16:08 requires.txt
-rw-r--r-- 1 root staff   13 juil. 13 16:08 top_level.txt
-rw-r--r-- 1 root staff  110 juil. 13 16:08 WHEEL

/usr/local/lib/python2.7/dist-packages/voicerss_tts-1.0.6-py2.7.egg/voicerss_tts:
total 24
-rw-r--r-- 1 root staff  1379 juil. 13 16:08 example.py
-rw-r--r-- 1 root staff    19 juil. 13 16:08 __init__.py
-rw-r--r-- 1 root staff   839 juil. 13 16:08 _metadata.py
-rw-r--r-- 1 root staff 11035 juil. 13 16:08 voicerss_tts.py

/usr/local/lib/python2.7/dist-packages/watchdog-0.9.0-py2.7.egg:
total 8
drwxr-sr-x 2 root staff 4096 juil. 13 16:10 EGG-INFO
drwxr-sr-x 5 root staff 4096 juil. 13 16:10 watchdog

/usr/local/lib/python2.7/dist-packages/watchdog-0.9.0-py2.7.egg/EGG-INFO:
total 40
-rw-r--r-- 1 root staff     1 juil. 13 16:10 dependency_links.txt
-rw-r--r-- 1 root staff    55 juil. 13 16:10 entry_points.txt
-rw-r--r-- 1 root staff     1 juil. 13 16:10 not-zip-safe
-rw-r--r-- 1 root staff 12957 juil. 13 16:10 PKG-INFO
-rw-r--r-- 1 root staff    43 juil. 13 16:10 requires.txt
-rw-r--r-- 1 root staff  2109 juil. 13 16:10 SOURCES.txt
-rw-r--r-- 1 root staff     9 juil. 13 16:10 top_level.txt

/usr/local/lib/python2.7/dist-packages/watchdog-0.9.0-py2.7.egg/watchdog:
total 112
-rw-r--r-- 1 root staff 18620 juil. 13 16:10 events.py
-rw-r--r-- 1 root staff 25324 juil. 13 16:10 events.pyc
-rw-r--r-- 1 root staff   684 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff   171 juil. 13 16:10 __init__.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 16:10 observers
drwxr-sr-x 2 root staff  4096 juil. 13 16:10 tricks
drwxr-sr-x 2 root staff  4096 juil. 13 16:10 utils
-rw-r--r-- 1 root staff   974 juil. 13 16:10 version.py
-rw-r--r-- 1 root staff   358 juil. 13 16:10 version.pyc
-rw-r--r-- 1 root staff 17441 juil. 13 16:10 watchmedo.py
-rw-r--r-- 1 root staff 15815 juil. 13 16:10 watchmedo.pyc

/usr/local/lib/python2.7/dist-packages/watchdog-0.9.0-py2.7.egg/watchdog/observers:
total 264
-rw-r--r-- 1 root staff 11720 juil. 13 16:10 api.py
-rw-r--r-- 1 root staff 15884 juil. 13 16:10 api.pyc
-rw-r--r-- 1 root staff  9025 juil. 13 16:10 fsevents2.py
-rw-r--r-- 1 root staff  9160 juil. 13 16:10 fsevents2.pyc
-rw-r--r-- 1 root staff  6528 juil. 13 16:10 fsevents.py
-rw-r--r-- 1 root staff  4994 juil. 13 16:10 fsevents.pyc
-rw-r--r-- 1 root staff  3546 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  2793 juil. 13 16:10 __init__.pyc
-rw-r--r-- 1 root staff  3037 juil. 13 16:10 inotify_buffer.py
-rw-r--r-- 1 root staff  3443 juil. 13 16:10 inotify_buffer.pyc
-rw-r--r-- 1 root staff 18899 juil. 13 16:10 inotify_c.py
-rw-r--r-- 1 root staff 20758 juil. 13 16:10 inotify_c.pyc
-rw-r--r-- 1 root staff  8528 juil. 13 16:10 inotify.py
-rw-r--r-- 1 root staff  8303 juil. 13 16:10 inotify.pyc
-rw-r--r-- 1 root staff 25300 juil. 13 16:10 kqueue.py
-rw-r--r-- 1 root staff 24776 juil. 13 16:10 kqueue.pyc
-rw-r--r-- 1 root staff  4851 juil. 13 16:10 polling.py
-rw-r--r-- 1 root staff  5283 juil. 13 16:10 polling.pyc
-rw-r--r-- 1 root staff  5244 juil. 13 16:10 read_directory_changes.py
-rw-r--r-- 1 root staff  4173 juil. 13 16:10 read_directory_changes.pyc
-rw-r--r-- 1 root staff 11693 juil. 13 16:10 winapi.py
-rw-r--r-- 1 root staff  9432 juil. 13 16:10 winapi.pyc

/usr/local/lib/python2.7/dist-packages/watchdog-0.9.0-py2.7.egg/watchdog/tricks:
total 16
-rw-r--r-- 1 root staff 5186 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff 6440 juil. 13 16:10 __init__.pyc

/usr/local/lib/python2.7/dist-packages/watchdog-0.9.0-py2.7.egg/watchdog/utils:
total 148
-rw-r--r-- 1 root staff  7540 juil. 13 16:10 bricks.py
-rw-r--r-- 1 root staff  9499 juil. 13 16:10 bricks.pyc
-rw-r--r-- 1 root staff   860 juil. 13 16:10 compat.py
-rw-r--r-- 1 root staff   494 juil. 13 16:10 compat.pyc
-rw-r--r-- 1 root staff  4451 juil. 13 16:10 decorators.py
-rw-r--r-- 1 root staff  7347 juil. 13 16:10 decorators.pyc
-rw-r--r-- 1 root staff  2926 juil. 13 16:10 delayed_queue.py
-rw-r--r-- 1 root staff  2902 juil. 13 16:10 delayed_queue.pyc
-rw-r--r-- 1 root staff  9313 juil. 13 16:10 dirsnapshot.py
-rw-r--r-- 1 root staff 10842 juil. 13 16:10 dirsnapshot.pyc
-rw-r--r-- 1 root staff  5305 juil. 13 16:10 echo.py
-rw-r--r-- 1 root staff  6237 juil. 13 16:10 echo.pyc
-rw-r--r-- 1 root staff   902 juil. 13 16:10 event_backport.py
-rw-r--r-- 1 root staff  1924 juil. 13 16:10 event_backport.pyc
-rw-r--r-- 1 root staff  1840 juil. 13 16:10 importlib2.py
-rw-r--r-- 1 root staff   914 juil. 13 16:10 importlib2.pyc
-rw-r--r-- 1 root staff  4682 juil. 13 16:10 __init__.py
-rw-r--r-- 1 root staff  5724 juil. 13 16:10 __init__.pyc
-rw-r--r-- 1 root staff  1506 juil. 13 16:10 platform.py
-rw-r--r-- 1 root staff  1688 juil. 13 16:10 platform.pyc
-rw-r--r-- 1 root staff  2184 juil. 13 16:10 unicode_paths.py
-rw-r--r-- 1 root staff  1266 juil. 13 16:10 unicode_paths.pyc
-rw-r--r-- 1 root staff  3832 juil. 13 16:10 win32stat.py
-rw-r--r-- 1 root staff  3554 juil. 13 16:10 win32stat.pyc

/usr/local/lib/python2.7/dist-packages/werkzeug:
total 1136
-rw-r--r-- 1 root staff   6431 juil. 13 16:04 _compat.py
-rw-r--r-- 1 root staff   9949 juil. 13 16:05 _compat.pyc
drwxr-sr-x 2 root staff   4096 juil. 13 16:05 contrib
-rw-r--r-- 1 root staff  91761 juil. 13 16:04 datastructures.py
-rw-r--r-- 1 root staff 120840 juil. 13 16:05 datastructures.pyc
drwxr-sr-x 3 root staff   4096 juil. 13 16:05 debug
-rw-r--r-- 1 root staff  23230 juil. 13 16:04 exceptions.py
-rw-r--r-- 1 root staff  29462 juil. 13 16:05 exceptions.pyc
-rw-r--r-- 1 root staff   2101 juil. 13 16:04 filesystem.py
-rw-r--r-- 1 root staff   2474 juil. 13 16:05 filesystem.pyc
-rw-r--r-- 1 root staff  21790 juil. 13 16:04 formparser.py
-rw-r--r-- 1 root staff  18976 juil. 13 16:05 formparser.pyc
-rw-r--r-- 1 root staff  43304 juil. 13 16:04 http.py
-rw-r--r-- 1 root staff  41349 juil. 13 16:05 http.pyc
-rw-r--r-- 1 root staff   6805 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff   5802 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff  14590 juil. 13 16:04 _internal.py
-rw-r--r-- 1 root staff  15920 juil. 13 16:05 _internal.pyc
-rw-r--r-- 1 root staff  14456 juil. 13 16:04 local.py
-rw-r--r-- 1 root staff  24205 juil. 13 16:05 local.pyc
drwxr-sr-x 2 root staff   4096 juil. 13 16:05 middleware
-rw-r--r-- 1 root staff   3541 juil. 13 16:04 posixemulation.py
-rw-r--r-- 1 root staff   3398 juil. 13 16:05 posixemulation.pyc
-rw-r--r-- 1 root staff  11241 juil. 13 16:04 _reloader.py
-rw-r--r-- 1 root staff  11972 juil. 13 16:05 _reloader.pyc
-rw-r--r-- 1 root staff  72902 juil. 13 16:04 routing.py
-rw-r--r-- 1 root staff  72602 juil. 13 16:05 routing.pyc
-rw-r--r-- 1 root staff   8026 juil. 13 16:04 security.py
-rw-r--r-- 1 root staff   9232 juil. 13 16:05 security.pyc
-rw-r--r-- 1 root staff  36597 juil. 13 16:04 serving.py
-rw-r--r-- 1 root staff  34234 juil. 13 16:05 serving.pyc
-rw-r--r-- 1 root staff   9301 juil. 13 16:04 testapp.py
-rw-r--r-- 1 root staff  10285 juil. 13 16:05 testapp.pyc
-rw-r--r-- 1 root staff  40645 juil. 13 16:04 test.py
-rw-r--r-- 1 root staff  39281 juil. 13 16:05 test.pyc
-rw-r--r-- 1 root staff  39261 juil. 13 16:04 urls.py
-rw-r--r-- 1 root staff  40284 juil. 13 16:05 urls.pyc
-rw-r--r-- 1 root staff   5965 juil. 13 16:04 useragents.py
-rw-r--r-- 1 root staff   7619 juil. 13 16:05 useragents.pyc
-rw-r--r-- 1 root staff  27387 juil. 13 16:04 utils.py
-rw-r--r-- 1 root staff  28875 juil. 13 16:05 utils.pyc
drwxr-sr-x 2 root staff   4096 juil. 13 16:05 wrappers
-rw-r--r-- 1 root staff  36681 juil. 13 16:04 wsgi.py
-rw-r--r-- 1 root staff  37934 juil. 13 16:05 wsgi.pyc

/usr/local/lib/python2.7/dist-packages/werkzeug/contrib:
total 272
-rw-r--r-- 1 root staff 15415 juil. 13 16:04 atom.py
-rw-r--r-- 1 root staff 16299 juil. 13 16:05 atom.pyc
-rw-r--r-- 1 root staff 32115 juil. 13 16:04 cache.py
-rw-r--r-- 1 root staff 37536 juil. 13 16:05 cache.pyc
-rw-r--r-- 1 root staff  9193 juil. 13 16:04 fixers.py
-rw-r--r-- 1 root staff 11016 juil. 13 16:05 fixers.pyc
-rw-r--r-- 1 root staff   553 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff   693 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff 10928 juil. 13 16:04 iterio.py
-rw-r--r-- 1 root staff 13821 juil. 13 16:05 iterio.pyc
-rw-r--r-- 1 root staff   296 juil. 13 16:04 lint.py
-rw-r--r-- 1 root staff   449 juil. 13 16:05 lint.pyc
-rw-r--r-- 1 root staff  1229 juil. 13 16:04 profiler.py
-rw-r--r-- 1 root staff  1771 juil. 13 16:05 profiler.pyc
-rw-r--r-- 1 root staff 13076 juil. 13 16:04 securecookie.py
-rw-r--r-- 1 root staff 12189 juil. 13 16:05 securecookie.pyc
-rw-r--r-- 1 root staff 13042 juil. 13 16:04 sessions.py
-rw-r--r-- 1 root staff 15679 juil. 13 16:05 sessions.pyc
-rw-r--r-- 1 root staff 13199 juil. 13 16:04 wrappers.py
-rw-r--r-- 1 root staff 13766 juil. 13 16:05 wrappers.pyc

/usr/local/lib/python2.7/dist-packages/werkzeug/debug:
total 128
-rw-r--r-- 1 root staff  5469 juil. 13 16:04 console.py
-rw-r--r-- 1 root staff  9481 juil. 13 16:05 console.pyc
-rw-r--r-- 1 root staff 18275 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff 16209 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff  9621 juil. 13 16:04 repr.py
-rw-r--r-- 1 root staff 10458 juil. 13 16:05 repr.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 16:05 shared
-rw-r--r-- 1 root staff 20318 juil. 13 16:04 tbtools.py
-rw-r--r-- 1 root staff 21790 juil. 13 16:05 tbtools.pyc

/usr/local/lib/python2.7/dist-packages/werkzeug/debug/shared:
total 200
-rw-r--r-- 1 root staff   507 juil. 13 16:04 console.png
-rw-r--r-- 1 root staff  6400 juil. 13 16:04 debugger.js
-rw-r--r-- 1 root staff  4673 juil. 13 16:04 FONT_LICENSE
-rw-r--r-- 1 root staff 86927 juil. 13 16:04 jquery.js
-rw-r--r-- 1 root staff   191 juil. 13 16:04 less.png
-rw-r--r-- 1 root staff   200 juil. 13 16:04 more.png
-rw-r--r-- 1 root staff   818 juil. 13 16:04 source.png
-rw-r--r-- 1 root staff  6581 juil. 13 16:04 style.css
-rw-r--r-- 1 root staff 70220 juil. 13 16:04 ubuntu.ttf

/usr/local/lib/python2.7/dist-packages/werkzeug/middleware:
total 128
-rw-r--r-- 1 root staff  2240 juil. 13 16:04 dispatcher.py
-rw-r--r-- 1 root staff  2677 juil. 13 16:05 dispatcher.pyc
-rw-r--r-- 1 root staff  7117 juil. 13 16:04 http_proxy.py
-rw-r--r-- 1 root staff  7149 juil. 13 16:05 http_proxy.pyc
-rw-r--r-- 1 root staff   549 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff   716 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff 12967 juil. 13 16:04 lint.py
-rw-r--r-- 1 root staff 14556 juil. 13 16:05 lint.pyc
-rw-r--r-- 1 root staff  4471 juil. 13 16:04 profiler.py
-rw-r--r-- 1 root staff  5071 juil. 13 16:05 profiler.pyc
-rw-r--r-- 1 root staff  8506 juil. 13 16:04 proxy_fix.py
-rw-r--r-- 1 root staff  8284 juil. 13 16:05 proxy_fix.pyc
-rw-r--r-- 1 root staff  8541 juil. 13 16:04 shared_data.py
-rw-r--r-- 1 root staff  9803 juil. 13 16:05 shared_data.pyc

/usr/local/lib/python2.7/dist-packages/werkzeug/wrappers:
total 240
-rw-r--r-- 1 root staff  1760 juil. 13 16:04 accept.py
-rw-r--r-- 1 root staff  2513 juil. 13 16:05 accept.pyc
-rw-r--r-- 1 root staff  1158 juil. 13 16:04 auth.py
-rw-r--r-- 1 root staff  1974 juil. 13 16:05 auth.pyc
-rw-r--r-- 1 root staff 26873 juil. 13 16:04 base_request.py
-rw-r--r-- 1 root staff 25853 juil. 13 16:05 base_request.pyc
-rw-r--r-- 1 root staff 27906 juil. 13 16:04 base_response.py
-rw-r--r-- 1 root staff 26479 juil. 13 16:05 base_response.pyc
-rw-r--r-- 1 root staff 12089 juil. 13 16:04 common_descriptors.py
-rw-r--r-- 1 root staff 13657 juil. 13 16:05 common_descriptors.pyc
-rw-r--r-- 1 root staff 12533 juil. 13 16:04 etag.py
-rw-r--r-- 1 root staff 13357 juil. 13 16:05 etag.pyc
-rw-r--r-- 1 root staff  1384 juil. 13 16:04 __init__.py
-rw-r--r-- 1 root staff  1831 juil. 13 16:05 __init__.pyc
-rw-r--r-- 1 root staff  4343 juil. 13 16:04 json.py
-rw-r--r-- 1 root staff  5190 juil. 13 16:05 json.pyc
-rw-r--r-- 1 root staff  1338 juil. 13 16:04 request.py
-rw-r--r-- 1 root staff  2068 juil. 13 16:05 request.pyc
-rw-r--r-- 1 root staff  2329 juil. 13 16:04 response.py
-rw-r--r-- 1 root staff  4154 juil. 13 16:05 response.pyc
-rw-r--r-- 1 root staff   444 juil. 13 16:04 user_agent.py
-rw-r--r-- 1 root staff   956 juil. 13 16:05 user_agent.pyc

/usr/local/lib/python2.7/dist-packages/Werkzeug-0.15.4.dist-info:
total 32
-rw-r--r-- 1 root staff    4 juil. 13 16:05 INSTALLER
-rw-r--r-- 1 root staff 1475 juil. 13 16:04 LICENSE.rst
-rw-r--r-- 1 root staff 4864 juil. 13 16:04 METADATA
-rw-r--r-- 1 root staff 7217 juil. 13 16:05 RECORD
-rw-r--r-- 1 root staff    9 juil. 13 16:04 top_level.txt
-rw-r--r-- 1 root staff  110 juil. 13 16:04 WHEEL

/usr/local/lib/python2.7/dist-packages/wheel:
total 116
-rw-r--r-- 1 root staff 14757 juil. 13 15:53 bdist_wheel.py
-rw-r--r-- 1 root staff 13450 juil. 13 15:53 bdist_wheel.pyc
drwxr-sr-x 2 root staff  4096 juil. 13 15:53 cli
-rw-r--r-- 1 root staff    96 juil. 13 15:53 __init__.py
-rw-r--r-- 1 root staff   167 juil. 13 15:53 __init__.pyc
-rw-r--r-- 1 root staff   417 juil. 13 15:53 __main__.py
-rw-r--r-- 1 root staff   707 juil. 13 15:53 __main__.pyc
-rw-r--r-- 1 root staff  4699 juil. 13 15:53 metadata.py
-rw-r--r-- 1 root staff  4698 juil. 13 15:53 metadata.pyc
-rw-r--r-- 1 root staff  5908 juil. 13 15:53 pep425tags.py
-rw-r--r-- 1 root staff  6045 juil. 13 15:53 pep425tags.pyc
-rw-r--r-- 1 root staff  1257 juil. 13 15:53 pkginfo.py
-rw-r--r-- 1 root staff  2039 juil. 13 15:53 pkginfo.pyc
-rw-r--r-- 1 root staff   924 juil. 13 15:53 util.py
-rw-r--r-- 1 root staff  1697 juil. 13 15:53 util.pyc
-rw-r--r-- 1 root staff  7222 juil. 13 15:53 wheelfile.py
-rw-r--r-- 1 root staff  6960 juil. 13 15:53 wheelfile.pyc

/usr/local/lib/python2.7/dist-packages/wheel/cli:
total 44
-rw-r--r-- 1 root staff 9497 juil. 13 15:53 convert.py
-rw-r--r-- 1 root staff 7598 juil. 13 15:53 convert.pyc
-rw-r--r-- 1 root staff 2572 juil. 13 15:53 __init__.py
-rw-r--r-- 1 root staff 3885 juil. 13 15:53 __init__.pyc
-rw-r--r-- 1 root staff 2263 juil. 13 15:53 pack.py
-rw-r--r-- 1 root staff 2842 juil. 13 15:53 pack.pyc
-rw-r--r-- 1 root staff  673 juil. 13 15:53 unpack.py
-rw-r--r-- 1 root staff 1078 juil. 13 15:53 unpack.pyc

/usr/local/lib/python2.7/dist-packages/wheel-0.33.4.dist-info:
total 28
-rw-r--r-- 1 root staff  108 juil. 13 15:53 entry_points.txt
-rw-r--r-- 1 root staff    4 juil. 13 15:53 INSTALLER
-rw-r--r-- 1 root staff 1125 juil. 13 15:53 LICENSE.txt
-rw-r--r-- 1 root staff 2082 juil. 13 15:53 METADATA
-rw-r--r-- 1 root staff 1828 juil. 13 15:53 RECORD
-rw-r--r-- 1 root staff    6 juil. 13 15:53 top_level.txt
-rw-r--r-- 1 root staff  110 juil. 13 15:53 WHEEL

/usr/local/lib/python2.7/site-packages:
total 0

/usr/local/lib/python3.6:
total 4
drwxrwsr-x 2 root staff 4096 nov.   8  2018 dist-packages

/usr/local/lib/python3.6/dist-packages:
total 0

Hors ligne

#14 Le 15/07/2019, à 12:06

Nuliel

Re : [résolu] Pb pour installer Kalliope

Bon j'espérais que la purge de pip nettoie mais c'est pas le cas.

sudo apt install python-pip3
pip3 install kalliope

Dernière modification par Nuliel (Le 15/07/2019, à 12:14)

Hors ligne

#15 Le 15/07/2019, à 12:27

@lice

Re : [résolu] Pb pour installer Kalliope

voilà :

raphael@toto:~$ sudo apt install python-pip3
[sudo] Mot de passe de raphael : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet python-pip3
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.
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.
Requirement already satisfied: kalliope in /usr/local/lib/python2.7/dist-packages/kalliope-0.5.4-py2.7.egg (0.5.4)
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: six>=1.12.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.12.0)
Requirement already satisfied: SpeechRecognition>=3.8.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.8.1)
Requirement already satisfied: markupsafe>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
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: 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: 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: jinja2>=2.10.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.10.1)
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>=1.0.3 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
Requirement already satisfied: Flask-Restful>=0.3.7 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.3.7)
Requirement already satisfied: flask_cors>=3.0.8 in /usr/local/lib/python2.7/dist-packages (from kalliope) (3.0.8)
Requirement already satisfied: requests>=2.22.0 in /usr/local/lib/python2.7/dist-packages (from kalliope) (2.22.0)
Requirement already satisfied: httpretty>=0.8.14 in /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg (from kalliope) (0.9.6)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.

merci

Hors ligne

#16 Le 15/07/2019, à 12:32

Nuliel

Re : [résolu] Pb pour installer Kalliope

Arf et en plus il mélange avec python 2.7 . Pas top.
C'est très casse gueule parce qu'il y a des packages python utilisés par le système qui se retrouvent mélangés avec ceux que tu as installé. Du coup on peut pas tout virer sinon ton système va être instable

On va tenter

sudo apt install python-pip
sudo pip uninstall kalliope
sudo pip3 uninstall kalliope
pip3 install kalliope

Hors ligne

#17 Le 15/07/2019, à 12:49

@lice

Re : [résolu] Pb pour installer Kalliope

Voilà :

raphael@toto:~$ sudo apt install python-pip
[sudo] Mot de passe de raphael : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libllvm7 libllvm7:i386 libsamplerate0:i386 libspeexdsp1:i386
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  libpython-all-dev python-all python-all-dev python-crypto python-keyring
  python-keyrings.alt python-pip-whl python-secretstorage python-setuptools
  python-wheel python-xdg
Paquets suggérés :
  python-crypto-doc libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-fs
  python-gdata python-keyczar python-secretstorage-doc python-setuptools-doc
Les NOUVEAUX paquets suivants seront installés :
  libpython-all-dev python-all python-all-dev python-crypto python-keyring
  python-keyrings.alt python-pip python-pip-whl python-secretstorage
  python-setuptools python-wheel python-xdg
0 mis à jour, 12 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 2507 ko dans les archives.
Après cette opération, 5978 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] 
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-all-dev amd64 2.7.15~rc1-1 [1092 B]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-all amd64 2.7.15~rc1-1 [1076 B]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-all-dev amd64 2.7.15~rc1-1 [1100 B]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-crypto amd64 2.6.1-8ubuntu2 [244 kB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-secretstorage all 2.3.1-2 [11,8 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-keyring all 10.6.0-1 [30,6 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-keyrings.alt all 3.0-1 [16,7 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.1 [1653 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip all 9.0.1-2.3~ubuntu1.18.04.1 [151 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 python-setuptools all 39.0.1-2 [329 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 python-wheel all 0.30.0-0.2 [36,4 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 python-xdg all 0.25-4ubuntu1 [31,3 kB]
2507 ko réceptionnés en 5s (496 ko/s)  
Sélection du paquet libpython-all-dev:amd64 précédemment désélectionné.
(Lecture de la base de données... 219758 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../00-libpython-all-dev_2.7.15~rc1-1_amd64.deb ...
Dépaquetage de libpython-all-dev:amd64 (2.7.15~rc1-1) ...
Sélection du paquet python-all précédemment désélectionné.
Préparation du dépaquetage de .../01-python-all_2.7.15~rc1-1_amd64.deb ...
Dépaquetage de python-all (2.7.15~rc1-1) ...
Sélection du paquet python-all-dev précédemment désélectionné.
Préparation du dépaquetage de .../02-python-all-dev_2.7.15~rc1-1_amd64.deb ...
Dépaquetage de python-all-dev (2.7.15~rc1-1) ...
Sélection du paquet python-crypto précédemment désélectionné.
Préparation du dépaquetage de .../03-python-crypto_2.6.1-8ubuntu2_amd64.deb ...
Dépaquetage de python-crypto (2.6.1-8ubuntu2) ...
Sélection du paquet python-secretstorage précédemment désélectionné.
Préparation du dépaquetage de .../04-python-secretstorage_2.3.1-2_all.deb ...
Dépaquetage de python-secretstorage (2.3.1-2) ...
Sélection du paquet python-keyring précédemment désélectionné.
Préparation du dépaquetage de .../05-python-keyring_10.6.0-1_all.deb ...
Dépaquetage de python-keyring (10.6.0-1) ...
Sélection du paquet python-keyrings.alt précédemment désélectionné.
Préparation du dépaquetage de .../06-python-keyrings.alt_3.0-1_all.deb ...
Dépaquetage de python-keyrings.alt (3.0-1) ...
Sélection du paquet python-pip-whl précédemment désélectionné.
Préparation du dépaquetage de .../07-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.1_all.deb ...
Dépaquetage de python-pip-whl (9.0.1-2.3~ubuntu1.18.04.1) ...
Sélection du paquet python-pip précédemment désélectionné.
Préparation du dépaquetage de .../08-python-pip_9.0.1-2.3~ubuntu1.18.04.1_all.deb ...
Dépaquetage de python-pip (9.0.1-2.3~ubuntu1.18.04.1) ...
Sélection du paquet python-setuptools précédemment désélectionné.
Préparation du dépaquetage de .../09-python-setuptools_39.0.1-2_all.deb ...
Dépaquetage de python-setuptools (39.0.1-2) ...
Sélection du paquet python-wheel précédemment désélectionné.
Préparation du dépaquetage de .../10-python-wheel_0.30.0-0.2_all.deb ...
Dépaquetage de python-wheel (0.30.0-0.2) ...
Sélection du paquet python-xdg précédemment désélectionné.
Préparation du dépaquetage de .../11-python-xdg_0.25-4ubuntu1_all.deb ...
Dépaquetage de python-xdg (0.25-4ubuntu1) ...
Paramétrage de python-secretstorage (2.3.1-2) ...
Paramétrage de python-pip-whl (9.0.1-2.3~ubuntu1.18.04.1) ...
Paramétrage de python-setuptools (39.0.1-2) ...
Paramétrage de python-crypto (2.6.1-8ubuntu2) ...
Paramétrage de python-keyring (10.6.0-1) ...
Paramétrage de python-wheel (0.30.0-0.2) ...
Paramétrage de libpython-all-dev:amd64 (2.7.15~rc1-1) ...
Paramétrage de python-keyrings.alt (3.0-1) ...
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Paramétrage de python-pip (9.0.1-2.3~ubuntu1.18.04.1) ...
Paramétrage de python-all (2.7.15~rc1-1) ...
Paramétrage de python-xdg (0.25-4ubuntu1) ...
Paramétrage de python-all-dev (2.7.15~rc1-1) ...
raphael@toto:~$ sudo pip uninstall 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.
Uninstalling kalliope-0.5.4:
  Would remove:
    /usr/local/lib/python2.7/dist-packages/kalliope-0.5.4-py2.7.egg
Proceed (y/n)? y
  Successfully uninstalled kalliope-0.5.4
raphael@toto:~$ sudo pip3 uninstall 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.
WARNING: Skipping kalliope as it is not installed.
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.
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 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: markupsafe>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from kalliope) (1.1.1)
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: transitions>=0.6.9 in /usr/local/lib/python2.7/dist-packages (from kalliope) (0.6.9)
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/httpretty-0.9.6-py2.7.egg (from kalliope) (0.9.6)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.

merci

Hors ligne

#18 Le 15/07/2019, à 12:52

Nuliel

Re : [résolu] Pb pour installer Kalliope

Bon, ça bouge pas, on va changer les permissions

sudo chmod -R $USER:$USER ~/.cache/pip
pip3 install kalliope

Hors ligne

#19 Le 15/07/2019, à 15:09

@lice

Re : [résolu] Pb pour installer Kalliope

Je crois qu'il y a un problème avec la première ligne :

raphael@toto:~$ sudo chmod -R $USER:$USER ~/.cache/pip
[sudo] Mot de passe de raphael : 
chmod: mode incorrect : «raphael:raphael»
Saisissez « chmod --help » pour plus d'informations.

Hors ligne

#20 Le 15/07/2019, à 15:23

Nuliel

Re : [résolu] Pb pour installer Kalliope

Oups,

sudo chown -R $USER:$USER ~/.cache/pip
pip3 install kalliope

Hors ligne

#21 Le 15/07/2019, à 15:26

@lice

Re : [résolu] Pb pour installer Kalliope

C'est fait :

raphael@toto:~$ sudo chown -R $USER:$USER ~/.cache/pip
[sudo] Mot de passe de raphael : 
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/httpretty-0.9.6-py2.7.egg (from kalliope) (0.9.6)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.

Hors ligne

#22 Le 17/07/2019, à 21:13

@lice

Re : [résolu] Pb pour installer Kalliope

Bon, ça ne marche toujours pas...
Je ne sais pas si tu es toujours dispo ou si quelqu'un peut prendre le relai...

Hors ligne

#23 Le 17/07/2019, à 22:54

Nuliel

Re : [résolu] Pb pour installer Kalliope

Si, j'ai juste eu moins de temps.
On va forcer l'install:

pip3 install --user kalliope

si l'erreur

ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO'
Consider using the `--user` option or check the permissions.

ressort, alors

pip3 install --user httpretty

Hors ligne

#24 Le 18/07/2019, à 10:55

@lice

Re : [résolu] Pb pour installer Kalliope

Salut et merci de prendre un peu de temps quand même. Ce n'est pas à la minute, mais je crains de ne pas être prête pour la reprise du boulot.
Voilà le retour :

raphael@toto:~$ pip3 install --user 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.
Requirement already satisfied: httpretty in /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg (0.9.6)
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission non accordée: '/usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO'
Check the permissions.

Hors ligne

#25 Le 18/07/2019, à 12:00

Nuliel

Re : [résolu] Pb pour installer Kalliope

Tu peux donner

ll /usr/local/lib/python2.7/dist-packages/httpretty-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO

pip semble bloqué et inutilisable tant qu'on aura pas réglé le problème de httpretty. Le déinstaller et réinstaller pourrait être à tenter

Hors ligne