简体   繁体   中英

Not able to install win32api in python

I am trying to run a python code and when I run it I get this error

No module named win32api

I tried installing it with pip install pywin32 but then I get this error

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

How do I install this package?

I tried many solutions and the one works for me:

pip install pywinutils

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM