[Seek Help] 昨天安装了Python-3.7.14,wine运行器没有反应 Resolved
Tofloor
poster avatar
deepin-chinaren
deepin
2022-10-09 19:48
Author

昨天安装了Python-3.7.14,今天想打包运行wine运行器没有反应,然后在终端执行/usr/bin/deepin-wine-runner %F

提示如下错误

Traceback (most recent call last):
File "/usr/bin/deepin-wine-runner", line 27, in
import PyQt5.QtGui as QtGui
ModuleNotFoundError: No module named 'PyQt5'

请问大佬们有什么解决方法。再未安装Python-3.7.14以前wine运行器是正常的。重新安装wine运行器还是不能运行。

Python-3.7.14是用原码make , make install安装的,想卸载Python-3.7.14,用make uninstall不起作用,问用什么方法可以卸载。

Reply Favorite View the author
All Replies
neko
deepin
Ecological co-builder
Q&A Team
2022-10-09 21:04
#1

重新用apt安装python覆盖掉就行了

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2022-10-09 21:08
#2

tail 是这样的,Python是不自带pyqt5的,需要使用pip安装到这编译的Python才行
同理,缺什么库就用pip装什么库

Reply View the author