"ImportError: DLL load failed while importing win32api" Resolved error

 To solve this error 

1.open Anaconda Prompt (if you are using anaconda )

2. pip uninstall pywin32

3. pip install pywin32==225

💪 that's all

Comments