ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try git clean -xdf (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: DLL load failed: The specified module could not be found.
After upgrading numpy, another error is thrown
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try
git clean -xdf(removes allfiles not under version control). Otherwise reinstall numpy.
Original error was: DLL load failed: The specified module could not be found.
After upgrading numpy, another error is thrown