PyCharm 3.0 fails to find PyQt5

前端 未结 2 508
太阳男子
太阳男子 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:31

    Couldn't install in pip either but building from source worked fine for me. As mentioned on the comment the .exe file doesn't come with documentation and i think pycharm wouldn't like that because qt its c++. Download here.

    enter image description here

    if you dont want to build from source then check where did the exe file install qt5. Probably the install went fine but the dir installed is not in the path.

    0 讨论(0)
  • 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
    0 讨论(0)
提交回复
热议问题