#1053 No module named 'deepgram'

2001:b07* Posted at: 9 hours ago 👁8

No module named 'deepgram'

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

1 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

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