昨天安装了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不起作用,问用什么方法可以卸载。
重新用apt安装python覆盖掉就行了
是这样的,Python是不自带pyqt5的,需要使用pip安装到这编译的Python才行 同理,缺什么库就用pip装什么库
Featured Collection
Popular Events
昨天安装了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不起作用,问用什么方法可以卸载。