Discover missing module using command-line (“DLL load failed” error)

First, let’s chose a concrete example: NumPy‘s _multiarray_umath*.pyd (from Python 3.9 (pc064)). Note that I’ll be reusing this console: [cfati@CFATI-5510-0:e:\Work\Dev\StackOverflow\q074877580]> sopr.bat ### Set shorter prompt to better fit when pasted in StackOverflow (or other) pages ### [prompt]> [prompt]> “e:\Work\Dev\VEnvs\py_pc064_03.09_test0\Scripts\python.exe” Python 3.9.9 (tags/v3.9.9:ccb0e6a, Nov 15 2021, 18:08:50) [MSC v.1929 64 bit (AMD64)] on win32 Type “help”, … Read more