from torch._C import * ImportError: DLL load failed: 找不到指定的模块。

from torch._C import *
ImportError: DLL load failed: 找不到指定的模块。

Hi,

This usually happens if you try to import pytorch from the root folder of the repo. It confuses python import system as there is a folder called torch there.
You should try to run python from another folder.