faster-whisper-GUI-main

I just started to learn programming, in the run of this faster-whisper-GUI-main project, according to the readme file installed dependency, but there is an error log, can you help me answer it thank you! faster-whisper-GUI/README.md at main · CheshireCC/faster-whisper-GUI · GitHub

1 Like

There is something important to remember when learning programming. You must never trust anything other than the code that is actually running. You should basically assume that manuals and samples are not 100% true.
This time, there is a lack of dependencies. First, let’s install transformers.

pip install -U transformers

But I used the pip list statement to check, I already have transformer installed, so I’m confused.

1 Like

In that case, it might be a bug in the library.
What often happens is that the location of the module changes with an upgrade, but in this case, the location has not changed even with the latest version.

Which file on github has that line?