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