Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same probleme on my ubuntu 22.04 too . Pls , have you solve it ? |
Beta Was this translation helpful? Give feedback.
0 replies
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 can't for the life of my get whisper going on an ubuntu 22.04 machine from ec2
I have tried installing it with/without a virtual environment
venv
and still end up getting:ModuleNotFoundError: No module named 'whisper'
Tried different python versions and followed some steps here
https://github.com/openai/whisper/discussions/403#discussioncomment-3949754
but no luckWhen nothing else worked i tried
pip install --upgrade --no-deps --force-reinstall git+https://github.com/openai/whisper.git
and then tried installing torch when it said
no module named torch
but still didn't workHas anyone successfully been able to do this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions