i am using Python 2.7 on Windows 8.1 46 bit.
I want to install divisi2 https://pypi.python.org/pypi/Divisi2/2.2.5
I have installed NumPy and SciPy which are
Came across this issue when installing pycocotools on windows 10. Python 2.7 is incompatible or does not support Visual C++ 14 that is required to compile C99 code. This is the reason for the compiling errors (C2065,C4047 etc).
You need to,
More about Windows Compilers for Python here.