How to install PyQt5 on Windows?

前端 未结 13 2199
谎友^
谎友^ 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:53

    If you are facing problem with pip3 install pyqt5 then try pip3 install pyqt5==5.12.0
    This solved the problem for me

提交回复
热议问题