解决pyinstaller打包后报no module named PyQt5的错 Posted by bkdwei Posted on 2019年1月8日 首先,将python2升级为python3. 其次,升级pip为10.0以上的版本。 wget https://bootstrap.pypa.io/get-pip.py python3 get-pip.py 最后,卸载重新安装pyinstaller即可正常打包。 sudo pip uninstaller pyinstaller sudo pip installer pyinstaller pyinstaller -F myPyFile.py Author: bkdwei