I've been trying to use WhisperAI on my PC and after following all the steps from here, I got this error :
C:\Users\acer>whisper Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Program Files\Python312\Scripts\whisper.exe\__main__.py", line 4, in <module> File "C:\Users\acer\AppData\Roaming\Python\Python312\site-packages\whisper\__init__.py", line 8, in <module> import torch File "C:\Users\acer\AppData\Roaming\Python\Python312\site-packages\torch\__init__.py", line 141, in <module> raise err OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\acer\AppData\Roaming\Python\Python312\site-packages\torch\lib\cudnn_cnn_infer64_8.dll" or one of its dependencies.
I've tried to reinstall everything, moved files to "Path" folder but still no luck.