pip install PyQt IOError

后端 未结 5 1514
说谎
说谎 2020-12-29 21:38

I\'m trying to install PyQt package with pip, but I get this error:

~$ pip install PyQt

Downloading/unpacking PyQt  
Downloading PyQt-x11-gpl-4.8.3.tar.gz
(         


        
5条回答
  •  心在旅途
    2020-12-29 22:40

    You can, alternatively, install PyQt4 using ActivePython's binary package manager.

    $ pypm install pyqt4
    The following packages will be installed into "~/.local" (2.7):
     pyqt4-4.8.3.0
    Hit: [pypm-free.activestate.com] pyqt4 4.8.3.0
    Installing pyqt4-4.8.3.0
    $
    

    So long as you already have PyPM, no compilation required.

提交回复
热议问题