I want to write Python software that uses CFFI . CFFI itself produces an 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 several downloads on this page. I do not want to install gigabyte data from Microsoft Visual C ++ Build Tools. What is the minimum that I set for CFFI to work?
source share