vscode import numpy error:DLL load failed: The specific module could not be found

(type) CTRL + SHIFT + P (search for:) open settings (click:) Preferences: Open Settings (JSON)

{
    ... # any other settings you have already added (remove this line)

    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    "terminal.integrated.shellArgs.windows": ["/K", "x:\\xxx\\Anaconda3\\Scripts\\activate.bat x:\\xxx\\Anaconda3"],
    "python.condaPath": "x:\\xxx\\Anaconda3\\Scripts\\conda.exe"
}

 

posted @ 2021-08-08 18:48  清风oo  阅读(130)  评论(0编辑  收藏  举报