我是靠谱客的博主 传统歌曲,最近开发中收集的这篇文章主要介绍pyinstaller importerror: unable to find qt5core.dll on path(PyInstaller打包带有第三方库 --- PyQt5时,报错),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

错误如图所示:

Traceback (most recent call last):
File "libsite-packagesPyQt5__init__.py", line 41, in <module>
File "libsite-packagesPyQt5__init__.py", line 33, in find_qt
ImportError: unable to find Qt5Core.dll on PATH

 

解决办法:

这是版本造成的Bug,已经修复,只需要将PyQt5升级到最新版本 5.13.1。(我的版本(报错):5.13.0)

 

附录:

终端下查看包的版本,cmd打开命令行,输入

pip list

参考文章:

https://github.com/pyinstaller/pyinstaller/issues/4416

最后

以上就是传统歌曲为你收集整理的pyinstaller importerror: unable to find qt5core.dll on path(PyInstaller打包带有第三方库 --- PyQt5时,报错)的全部内容,希望文章能够帮你解决pyinstaller importerror: unable to find qt5core.dll on path(PyInstaller打包带有第三方库 --- PyQt5时,报错)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部