PyCharm 3.0 fails to find PyQt5

前端 未结 2 515
太阳男子
太阳男子 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.

提交回复
热议问题