Ask Your Question
4

When attempting to install in sagemaker, why is the error message "ModuleNotFoundError: No module named 'whisper'" displayed?

asked 2023-05-18 00:14:28 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-18 00:24:02 +0000

ladyg gravatar image

The error message "ModuleNotFoundError: No module named 'whisper'" is displayed because the module named "whisper" is not installed in the Sagemaker environment. The code or script being executed in Sagemaker requires the "whisper" module to be installed, but it is missing. To resolve this error, the "whisper" module needs to be installed in the Sagemaker environment either manually or via a package manager such as pip or conda.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-18 00:14:28 +0000

Seen: 11 times

Last updated: May 18 '23