Replies: 1 comment 1 reply
-
I get this error when I try to execute Whisper as the user www-data from the command line (which I am doing to try to debug the failure of Whisper to run using the exec() command from PHP):
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just installed whisper using the
pip3 install -U openai-whisper
command and when i try to run the commandwhisper transcribing_1.mp3 --model medium
i get this error:I figured it was an error linked to pytorch so i tried reinstalling that. I also tried reinstalling pip and python3. Did not work out.
I'm using Ubuntu 20.04.2 and python 3.10.6.
I'm new to this so not really sure what other info is needed. Let me know and I'll update.
Beta Was this translation helpful? Give feedback.
All reactions