首页 > 其他分享> > (已解决)使用pyuic5 -o将iu转为py时报错ImportError: DLL load failed while importing QtCore: 找不到指定的模块。
(已解决)使用pyuic5 -o将iu转为py时报错ImportError: DLL load failed while importing QtCore: 找不到指定的模块。
作者:互联网
执行pyuic5 -o ui_MainWindow.py ui_MainWindow.ui报错:
执行 pip uninstall PyQt5
再执行 pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple/
然后就能运行了
标签:load,ImportError,py,pyuic5,PyQt5,ui,pip,QtCore,MainWindow 来源: https://blog.csdn.net/gaoyu18/article/details/120639109