I want to write Python software that uses CFFI
. CFFI
itself throws the error:
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
There are multiple downloads on that page. I fancy not installing gigabyte worth of data from the Microsoft Visual C++ Build Tools.
What's the minimum that I have install for CFFI
to work?