PyCharm 3.0 fails to find PyQt5

对着背影说爱祢 提交于 2019-12-03 09:57:23

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.

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.

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
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!