Python n'est pas correctement installer
ricky
-
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/
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:
- Python n'est pas correctement installer
- Votre appareil ne dispose pas des correctifs de qualité et de sécurité importants - Guide
- Installer clavier arabe - Télécharger - Divers Web & Internet
- Installer windows 10 sans compte microsoft - Guide
- Installer chromecast sur tv - Guide
- Installer windows 10 gratuitement - Accueil - Mise à jour
2 réponses
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)
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)