Python >> Tutoriel Python >  >> Python GUI >> PyQt GUI

Impossible d'installer PyQt5 en utilisant pip

Essayez ceci :

python3 -m pip install PyQt5

Vous devez mettre à jour votre pip

pip install --user --upgrade pip

Ensuite, faites une nouvelle installation

pip install PyQt5

ou

pip3 install PyQt5