When i importing the torch i get an error below i also try to re-install :
Cell In[1], line 1
----> 1 import torch
File C:\Python37\Lib\site-packages\torch_init_.py:141
139 err = ctypes.WinError(ctypes.get_last_error())
140 err.strerror += f’ Error loading “{dll}” or one of its dependencies.’
→ 141 raise err
143 kernel32.SetErrorMode(prev_error_mode)
146 def _preload_cuda_deps(lib_folder, lib_name):
OSError: [WinError 126] The specified module could not be found. Error loading “C:\Python37\Lib\site-packages\torch\lib\caffe2_nvrtc.dll” or one of its dependencies.
please help me solve this .