pythonpippython-3.4pywin32

pywin32-cp34 and Python 3.4.3


I am running python 3.4.3 and trying to install pywin32-cp34. I am typing in the command prompt as such:

    C:\Python34\Scripts>pip install pywin32-219-cp34-none-win_amd64.whl

I get back:

    pywin32-219-cp34-none-win_amd64.whl is not a supported wheel on this platform

Any suggestions?


Solution

  • Both your Python install and module have to be built for the same architecture. You're trying to install the 64-bit version of pywin32, so make sure your operating system and python are both 64-bit as well. Otherwise, get the 32-bit version of pywin32.