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
Both the above methods work nicely.
This one is a bit easier though.
Install Visual C++ 2015 Build Tools from https://go.microsoft.com/fwlink/?LinkId=691126 with default selection.
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.
I finally solved this problem after getting this hint from a colleague i.e. to use
https://github.com/develersrl/gccwinbinaries.
This will install the requisites and then you can install divisi2.