#1068 No module named 'dashscope'

1.165* Posted at: 3 days ago 👁15

No module named 'dashscope'


=
macOS-15.6.1-arm64-arm-64bit
version:v3.81
frozen:False
language:zh

1 Replies

这个错误表明您的环境中缺少 dashscope 库。dashscope 是阿里云通义千问(Qwen)模型和语音服务(如FunASR)所必需的Python包。

请按照以下步骤解决:

  1. 打开终端
  2. 安装 dashscope:执行以下命令:

    pip install dashscope
  3. 安装完成后,重新启动 pyVideoTrans 软件。

如果您在软件中计划使用阿里的 FunASR(语音识别)通义千问(翻译) 功能,安装此库是必需的。如果您不使用这些阿里云的服务,则可能是软件内部的某个模块尝试引用了它,安装后即可解决此导入错误。

如果问题依旧存在,请提供完整的错误日志(位于软件根目录下的 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