Pytorch install error

import torch
Traceback (most recent call last):
File “”, line 1, in
File “D:\Python36\lib\site-packages\torch_init_.py”, line 81, in
ctypes.CDLL(dll)
File “D:\Python36\lib\ctypes_init_.py”, line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found

After installing pytorch I get these error please help!

I installed microsoft visual studio redistributable and problem solved