我在我的机器上安装了 python 3.8.5,我安装了 pyuic5 并使用它将 .ui 转换为 .py 文件(使用 cmd)。我最近升级到 python 3.8.7,每当我现在尝试转换时,都会收到此错误:
C:\Users\....>pyuic5 -x Windows.ui -o Windows.py
Fatal error in launcher: Unable to create process using '"d:\program files\python3.8.5\python.exe" "D:\Program Files\Python 3.8.7\Scripts\pyuic5.exe" -x Windows.ui -o Windows.py': The system cannot find the file specified.
我确保 pyqt5 和 pyuic5 已正确安装。我不是专家,但我相信 cmd 正在从 python3.8.5 文件夹(我安装的旧版本)而不是 python3.8.7 文件夹中寻找 python.exe 文件。