-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] pyaudio error, module 'pkgutil' has no attribute 'ImpImporter' #56
Comments
It seems that the pip install --upgrade setuptools
python -m ensurepip --upgrade After that, try running |
Already tried that, but did it again and got the same message. |
Can you try running |
Same error |
The top part. |
Did you take into account the second bullet point in the Notes section of the README? If not, please follow the instructions and tell me if this solved your issue. |
Yes.
Developer files is installed.
However, bumping pyAudio to 0.2.14 in requirements.txt results in installing without error. Let's see if its working. |
Well, I did get this error:
So I edited: and commented out:
..and the program started. I selected an mkv file with english audio (english is selected, WhisperX, srt, gpu found, nothing else changed), and In the terminal I can see:
Any clue? |
I've tried generating transcriptions with many different configurations (using GPU, CPU, different batch sizes, compute types, and output file types) and have not been able to reproduce it. Can you provide a screenshot including the advanced options? Also, would it be possible to provide the audio for debugging? |
Fixed in #59 |
Steps to reproduce
Followed the guide, cloned repo, started the virtualenv, run 'pip install -r requirements.txt'
Get the error message:
I'm on Arch, which uses python 3.12.4
I saw the other bug report on this issue that it should be fixed, but it still happens to me.
The text was updated successfully, but these errors were encountered: