numpy: DLL load failed: The specified module could not be found. code example
Example: numpy Original error was: DLL load failed: The specified module could not be found.
#Run below commands in conda command prompt using administrator mode
pip uninstall numpy
pip uninstall scipy
pip install numpy --upgrade
pip install scipy --upgrade