How to fix “ImportError: DLL load failed” while importing win32api

Solved

If you are working in a miniconda on conda environment. You could just install pywin32 using conda instead of pip.

This solved my problem:

conda install pywin32

Leave a Comment