python – ImportError: No module named win32com.client

python – ImportError: No module named win32com.client

pip install pywin32 didnt work for me but pypiwin32 did.

win32com.client is a part of pywin32

So, download pywin32 from here

python – ImportError: No module named win32com.client

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

Leave a Reply

Your email address will not be published. Required fields are marked *