Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.