What is the way to install Microsoft Visual C ++ 14.0 for CFFI, which takes the least hard space?

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?

+5
source share

Source: https://habr.com/ru/post/1275476/


All Articles