In case this helps someone. I am running python 3.10.15 on my conda environment and default pip install pywin32
was giving me the DLL error, tried other solutions on this thread didn't work either.
Upgrading pywin32 worked pip install --upgrade pywin32==308
As of 11/10/2024