PyCharm 3.0 fails to find PyQt5

前端 未结 2 510
太阳男子
太阳男子 2021-02-12 14:56

I\'ve got Python 3.3.2 installed (both x86 and x64 versions) and PyQt5.1 installed on top of them.

Recently I installed PyCharm 3.0 Community Edition and configured to w

2条回答
  •  借酒劲吻你
    2021-02-12 15:38

    pip install https://github.com/pyinstaller/pyinstaller/tarball/develop
    
    1. The above syntax downloads the pyinstaller
    2. Pip install pyqt5
    3. Make sure you have pyqt5 file in the pyinstaller in users\appdata..etc

提交回复
热议问题