Python n'est pas correctement installer

Fermé
ricky - 27 oct. 2016 à 17:49
 Ricky - 28 oct. 2016 à 17:26
Bonjour,
je n'arrive pas a lancer xcat , voici mon erreur :
ollecting xcat
Using cached xcat-0.7.1.zip
Collecting aiohttp (from xcat)
Using cached aiohttp-1.0.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-VzKF2X/aiohttp/setup.py", line 60, in <module>
raise RuntimeError("aiohttp requires Python 3.4.2+")
RuntimeError: aiohttp requires Python 3.4.2+

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-VzKF2X/aiohttp/



2 réponses

jisisv Messages postés 3645 Date d'inscription dimanche 18 mars 2001 Statut Modérateur Dernière intervention 15 janvier 2017 934
Modifié par jisisv le 28/10/2016 à 00:21
Je ne connais pas le logiciel que tu testes mais les messages sont clairs comme de l'eau de roche:RuntimeError: aiohttp requires Python 3.4.2+

Installe une version >= 3.4.2 de Python.
Par exemple
# apt-get update
#apt-get install python3.5
##installer les bibliothèques nécessaires pour ton logiciel, adaptées à ta version de Python

Gates gave ^W  sold  you the windows.
GNU gave us the whole house.(Alexandrin)
0
Python3.5 est déjà installer quant au bibliothèque je ne sais quelle installer
0