-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WinError 126] The specified module could not be found. Error loading "\venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies. #81
Comments
pip install torch==2.2.0 --user |
Which version of CUDA is needed for this? I have gotten rid of the fbgemm.dll error (seems to have been a W11 VSC++ driver error).
|
How to solve fbgemm.dll error? |
I encountered the same |
Thanks buddy for the perfect link. <3 |
(venv) C:\AI\Tools\Paints-UNDO>python gradio_app.py
Traceback (most recent call last):
File "C:\AI\Tools\Paints-UNDO\gradio_app.py", line 13, in
import torch
File "C:\AI\Tools\Paints-UNDO\venv\lib\site-packages\torch_init_.py", line 148, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:\AI\Tools\Paints-UNDO\venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
Any suggestions for what to reinstall/setup properly to get rid of this problem?
I've tried reinstalling Visual C++ redist according to this thread:
https://discuss.pytorch.org/t/failed-to-import-pytorch-fbgemm-dll-or-one-of-its-dependencies-is-missing/201969
The text was updated successfully, but these errors were encountered: