Wie installiere ich PyQt5 in Python 3 (Ubuntu 14.04)

Ich muss einen Code, der Python2 + PyQt4 ist, nach Python3 + PyQt5 portieren.

Ich habe mit der Installation von pip3 @ begonn

sudo apt-get install python3-pip

Funktioniert super. Versucht

sudo pip3 install PyQt5
Downloading/unpacking PyQt5
  Could not find any downloads that satisfy the requirement PyQt5
Cleaning up...
No distributions at all found for PyQt5

Online finde ich folgende Schritte:

http: //pyqt.sourceforge.net/Docs/PyQt5/installation.htm

Aber sie sind zu viele. Was ist der einfachste Weg, um PyQt5 zusammen mit Python3 in Ubuntu 14.04 zu installieren?

Antworten auf die Frage(4)

Ihre Antwort auf die Frage