Python n'est pas correctement installer

ricky -  
 Ricky -
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/



A voir également:

2 réponses

jisisv Messages postés 3678 Statut Modérateur 934
 
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
Ricky
 
Python3.5 est déjà installer quant au bibliothèque je ne sais quelle installer
0