#1034 No module named 'nemo'

117.148* Posted at: 4 days ago 👁16

image

1 Replies

本条内容由 DeepSeek 回复

这个错误表明您的环境中缺少 nemo 模块,该模块是使用 NVIDIA NeMo 相关功能(如某些TTS模型)所必需的。

解决方案:

  1. 检查并安装 nemo 包:

    • 打开命令提示符 (CMD) 或 PowerShell。
    • 运行以下命令来安装 nemo

      pip install nemo_toolkit['all']
    • 如果上述命令失败或速度过慢,可以尝试使用国内镜像源安装:

      pip install nemo_toolkit['all'] -i https://pypi.tuna.tsinghua.edu.cn/simple
  2. 确认安装成功:

    • 安装完成后,重新启动 pyVideoTrans 软件。
  3. 如果问题依旧:

    • 请确认您使用的是源代码版本还是预打包版。预打包版通常已包含所有必要依赖。
    • 如果是在预打包版中遇到此问题,请提供完整的日志文件(位于软件根目录的 logs/ 文件夹内),以便进行更深入的分析。
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