How to install PyQt5 on Windows?

前端 未结 13 2181
谎友^
谎友^ 2020-12-04 22:41

When I try installing the PyQt5 on Windows using the command

python configure.py

I get this error:

Error: Mak         


        
13条回答
  •  时光说笑
    2020-12-04 22:47

    You can easily install it using Anaconda. At first install Anaconda or Miniconda on you system (download from here) and then install the pyqt as follow:

    conda install pyqt
    

    It works for both version of python (2 and 3).

提交回复
热议问题