Désolé pour le retard des réponses, je n'ai pas eu le temps de tester avant aujourd'hui.
Aerya Merci, cela à presque fonctionné, mais toujours le problème.
Supras Oui c'était une erreur de version de python.
J'ai donc fait ceci :
You can try to fix this like so:
Execute the command
ls -l /usr/bin/python
and see its output.
If the file
/usr/bin/python
point to python3.x , then remove the link and replace it with a link to python2
sudo rm /usr/bin/python
sudo ln -s /usr/bin/python2.7 /usr/bin/python
Now python2.7 will be back as the default python version in your system as it should be.
NB : Comment fait-on pour mettre en "résolu" ?
Merci de votre aide !