I want to write python quickly with VScode! In such a case, when I imported numpy, it stopped reading with an error.
When I import numpy in VScode on Windows, I get an error.
ImportError: DLL load failed:The specified module cannot be found.
There is no problem with jupyter notebook etc., but it can be imported, but for some reason only VScode is not imported.
The error message says that mklinit cannot be imported.
File "D:\Anaconda3\lib\site-packages\numpy\_distributor_init.py", line 34, in <module>
from . import _mklinit
In VScode, when I run python from PowerShell, I don't know the path of the mkl module, so I get an error.
Add the module path. (When installed in D: \ Anaconda3)
D:\Anaconda3\Library\bin