其他分享
首页 > 其他分享> > vscode import numpy error:DLL load failed: The specific module could not be found

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"
}

 

标签:load,exe,Anaconda3,vscode,xxx,terminal,Scripts,found,integrated
来源: https://www.cnblogs.com/focus-z/p/15115766.html