Bonjour je débute en python et j'aimerais faire tourner un script trouvé sur github :
https://github.com/siznax/wptools
Je veux lancer infobox.py, mais il nécessite html5lib. Lorsque j'essaye de l'installer en faisant python -m pip install html5lib, ça me génère un message d'erreur : error while finding spec for 'pip.__main__'. No module named html5lib. pip is a package and cannot be directly imported. Quelqu un sait comment je peux faire ?
Merci !
Partager