ImportError: No module named win32com.client ImportError: No module named win32com.client python python

ImportError: No module named win32com.client


pip install pywin32 didn't work for me but pypiwin32 did.


win32com.client is a part of pywin32

So, download pywin32 from here


Try this command:

pip install pywin32

Note

If it gives the following error:

Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32) (from versions:)
No matching distribution found for pywin32>=223 (from pypiwin32)

upgrade 'pip', using:

pip install --upgrade pip