How to install PyQt4 in anaconda?

后端 未结 7 1337
自闭症患者
自闭症患者 2020-11-27 15:15

From the PyQt4 website their instructions for installing the package are to download the tarball and use the config file. I have two versions of Python, one is my normal sys

7条回答
  •  -上瘾入骨i
    2020-11-27 15:45

    For windows users, there is an easy fix. Download whl files from:

    https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4

    run from anaconda prompt pip install PyQt4‑4.11.4‑cp37‑cp37m‑win_amd64.whl

提交回复
热议问题