#1439 No module named 'PySide6'

154.3* Posted at: 3 hours ago 👁7

No module named 'PySide6'

1 Replies

这个错误表明您的 Python 环境中缺少 PySide6 库,这是运行 pyVideoTrans 图形界面所必需的依赖项。

解决方案:

  1. 如果您使用的是 Windows 预打包版 (sp.exe):

    • 这个错误通常不应该在预打包版中出现。请确保您是从官方地址下载的完整软件包,并且没有在压缩包内直接运行程序。请将软件完整解压到一个纯英文路径(例如 D:\videotrans)后再运行。
  2. 如果您是通过源代码运行(Mac/Linux 或 Python 环境):

    • 您需要手动安装 PySide6。请打开终端/命令提示符,执行以下命令:

      pip install PySide6
    • 如果上述命令失败,可以尝试使用清华镜像源:

      pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PySide6

完成安装后,请重新启动 pyVideoTrans。

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Trending Questions