Toka Ayman
Toka Ayman

Reputation: 11

how to solve Error installing whisper-mic: ModuleNotFoundError: No module named 'whisper_mic.utils'

I'm following this video of how to install whisper-mic.

It's as simple as creating a virtual env and then running pip install whisper-py.

It gives me errors like the following:

ERROR: Could not find a version that satisfies the requirement whisper-mic
ERROR: No matching distribution found for whisper-mic
 line 13, in <module>
    from whisper_mic.utils import get_logger
ModuleNotFoundError: No module named 'whisper_mic.utils'; 'whisper_mic' is not a package

I tried creating conda env and venv but still same issues. Also tried python 3.8 and 3.9.9 to no avail.

Upvotes: 1

Views: 455

Answers (0)

Related Questions