#3569 mac电脑怎么使用这个有大神给个教程吗

200.234* Posted at: 6 hours ago 👁14

下载了就是打不开,是不是我下载错版本了呢

1 Replies

根据你的描述,问题核心是在macOS系统上使用了错误的软件版本。pyVideoTrans为不同操作系统提供了不同的部署方式,macOS用户不能使用Windows的预打包版(.exe文件)。

解决方案:

  1. 确认下载版本:请确保你下载的是适用于macOS的源码版本,而不是Windows的.exe.7z压缩包。正确的下载地址是项目GitHub仓库。
  2. 按照macOS源码部署教程操作

    • 前置依赖:确保系统已安装 ffmpeg(通过Homebrew命令 brew install ffmpeg 安装)和 Python 3.10
    • 部署步骤

      1. 打开终端(Terminal)。
      2. 克隆项目代码:git clone https://github.com/jianchang512/pyvideotrans
      3. 进入项目目录:cd pyvideotrans
      4. 使用 uv 包管理器安装依赖(推荐):uv sync
      5. 启动软件:uv run sp.py

请查阅相关文档:

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.

Related resource