简体   繁体   中英

Error on installing pywin32 modul for python 2.7

I`m disparately trying to install win32.client which I know is a part of pywin32 module.

I have tried with:

  1. pip install
  2. pip install and downloaded different versions of .whl files
  3. .zip install from cmd (see pics bellow)

My version of python is : Info of my python version

When I tried with pip install: I get this error

When I tried with pip install and downloaded .whl file: I get this error

When I tried with .zip file: enter image description here

Do someone has any ideea why is not working ?

  • I also uninstalled python and installed again

You may try installing with:

conda install -c anaconda pywin32 

But from the warning;

You can upgrade to a newer version of Python to solve this.

I would upgrade to python 3 and try again.

I suggest you uninstall from pip and install with the .exe installer from the official repository .

This has always worked for me. Remember to select the right version for your version of python.

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