Replies: 1 comment
-
https://stackoverflow.com/questions/78786306/fbgemm-load-error-trying-to-use-pytorch-on-windows pip uninstall torch torchvision torchaudio |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Windows does not package, and when running, follow the installation prpcess and when running "whisper --version" to test if everything was OK, and I receive the following error:
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:\Users\Felipe Bezerra\Documents\ytDownload\env\Scripts\whisper.exe\__main__.py", line 4, in <module> File "C:\Users\Felipe Bezerra\Documents\ytDownload\env\Lib\site-packages\whisper\__init__.py", line 8, in <module> import torch File "C:\Users\Felipe Bezerra\Documents\ytDownload\env\Lib\site-packages\torch\__init__.py", line 148, in <module> raise err OSError: [WinError 126] Não foi possível encontrar o módulo especificado. Error loading "C:\Users\Felipe Bezerra\Documents\ytDownload\env\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
Beta Was this translation helpful? Give feedback.
All reactions