Warum kann ich nicht installieren PyQt5 aus dem pypi?

Will ich mit PyQt5 in pycharm. Nach dem Versuch das Paket zu installieren, die aus Verfügbaren Pakete, eine Fehlermeldung sagt: "die Installation der Pakete ist fehlgeschlagen: Fehler beim installieren von Paket-PyQt5.'
Das komplette log ist hier:

------------------------------------------------------------
C:\Program Files (x86)\JetBrains\PyCharm 3.0.1\helpers\packaging_tool.py run on 02/05/14 16:13:23
Downloading/unpacking PyQt5

  Getting page https://pypi.python.org/simple/PyQt5/
  URLs to search for versions for PyQt5:
  * https://pypi.python.org/simple/PyQt5/
  Analyzing links from page https://pypi.python.org/simple/PyQt5/
  Could not find any downloads that satisfy the requirement PyQt5

No distributions at all found for PyQt5

Exception information:
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\basecommand.py", line 139, in main
    status = self.run(options, args)
  File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\commands\install.py", line 266, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\req.py", line 1026, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\index.py", line 171, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for PyQt5

Was soll ich tun?

Dies ist, was ich getan habe, ist dies:

  • Installiert Python 3.3 und Hinzugefügt, um den PFAD
  • Installiert PyQt5-5.2-gpl-Py3.3-Qt5.2.0-x64.exe

Und ich weiß nicht, wie zu verwenden PyQt in pycharm.
können Sie mehr Informationen?

InformationsquelleAutor ehsan shirzadi | 2014-02-05

Schreibe einen Kommentar