I did not find the package of the most voted answer in my Python 3 dist.
I had the same problem and decided to install the pywin32 module:
In regular python:
pip install pywin32
In the anaconda:
conda install pywin32
My python installation (Intelยฎ Distribution for Python) had some kind of dependency problem and gave this error. After installing this module, it stops appearing.
neves May 16 '17 at 21:43 2017-05-16 21:43
source share