#1054 No module named 'faster_whisper'

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

No module named 'faster_whisper'

=====
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 'faster_whisper'" indicates that the required Python package for the faster-whisper speech recognition model 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 dependencies manually.

Here are the steps to resolve this:

  1. Activate your Python environment: Ensure you are in the same Python environment where you installed pyVideoTrans.
  2. Install the package: Run the following command in your terminal:

    pip install faster-whisper
  3. Restart the application: After the installation is complete, restart pyVideoTrans.

If you encounter any issues during the pip installation, you may need to install system-level dependencies first. Please refer to the official faster-whisper documentation for specific requirements for your Linux distribution.

If the problem persists after installation, please provide the complete log file from the videotrans/logs/ directory.

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