enter image description hereI’ve installed torch in the normal command prompt and also in the CLI of VS Code. Still the problem persists.
I’ve tried everything from running on a virtual environment to re-installing the entire stack. From uninstalling python to visual code, I’ve tried everything
Exception has occurred: OSError
[WinError 126] The specified module could not be found. Error loading “C:UserskalyaAppDataRoamingPythonPython312site-packagestorchlibfbgemm.dll” or one of its dependencies.
File “C:UserskalyaOneDriveDesktopTransformertrain.py”, line 1, in
import torch
OSError: [WinError 126] The specified module could not be found. Error loading “C:UserskalyaAppDataRoamingPythonPython312site-packagestorchlibfbgemm.dll” or one of its dependencies.
1