ModuleNotFoundError: No module named 'whisper'
As what I have mentioned, when I tried to run the WebUi by prompting the command "python3 webui.py --port 50000 --model_dir pretrained_models/CosyVoice-300M" in the Anaconda Prompt, the console returns an error saying "No module named 'whisper'", despite the fact that it has been installed... If anyone can help?
(I ran the cmd line in the cosyvoice environment.)
updated: Changed "python3" into "python" and the batch process continued successfully (it seemed that "python3" is for Linux env, but not for Windows)... at the beginning. Then the launching process just stuck. I need to go through the batch process again tonight for more details.
Same as you, It can be solved by reinstalling whisper with command "pip install openai-whisper==20231117", but I have no idea what wrong with my env.