Importerror: DLL load failed: the specified module was not found. Solution

Importerror: DLL load failed: the specified module was not found. Solution

After the coolprop is successfully installed, pychar reports an error when importing coolprop: importerror: DLL load failed: the specified module cannot be found.

After two days of investigation, I didn’t know where the problem was, and finally solved it according to the blogger’s method.

Link:[ https://blog.csdn.net/weixin_ 44663675/article/details/91957566?utm_ medium=distribute.pc_ relevant.none-task-blog-BlogCommendFromMachineLearnPai2-12.nonecase& depth_ 1-utm_ source=distribute.pc_ relevant.none-task-blog-BlogCommendFromMachineLearnPai2-12.nonecase]

Personally, the problem is that visual c + + is not installed. Coolprop should rely on Visual C + +, which is the same as tensorflow<
link:
[ https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads ]
download and install the required version of Visual C + + in the link above, and the problem will be solved immediately.

Similar Posts: