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.