#1053 No module named 'deepgram'

2001:b07* Posted at: 20 days ago 👁40

No module named 'deepgram'

=====
Linux-6.16.12-200.fc42.x86_64-x86_64-with-glibc2.41
version:v3.80
frozen:False
language:en

3 Replies

The error "No module named 'deepgram'" indicates that the required Python package for the Deepgram speech recognition service is not installed in your environment.

Since you are running the source code version (v3.80, frozen:False) on Linux, you need to install the missing dependency manually.

Please run the following command in your terminal to install the deepgram-sdk package:

pip install deepgram-sdk

After installation, restart the pyVideoTrans application and try again. If you encounter further issues, please check the complete log file located in the videotrans/logs/ directory.

For more information on setting up the source code version, you can refer to the official guide: https://pyvideotrans.com/getstart

mac为什么无法翻译没有翻译模块

在 macOS 上出现“没有翻译模块”的错误,通常是因为翻译服务所需的依赖包没有正确安装。请按照以下步骤解决:

  1. 安装依赖包

    • 打开终端(Terminal)
    • 导航到 pyVideoTrans 的源代码目录
    • 运行命令:pip install -r requirements.txt
  2. 检查翻译设置

    • 启动 pyVideoTrans
    • 进入菜单栏的 翻译设置
    • 确保已选择并正确配置了一个翻译渠道(如 Google、Microsoft 或 OpenAI 等)
  3. 如果使用特定翻译渠道

    • 如果选择的是 OpenAI、Gemini 等 AI 翻译,请确保已输入有效的 API 密钥
    • 如果选择的是 Google 或 Microsoft 等免费渠道,请确保网络连接正常

如果问题仍然存在,请提供 videotrans/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

Similar issues already exist

Trending Questions