W
W
wawa2018-10-28 15:20:45
Python
wawa, 2018-10-28 15:20:45

How to bypass "Microsoft Visual C++ 14.0 is required" without littering the disk with 4 gigs of junk from MS?

Win7x32, Python 3.7 32bit.
When installing aiodns, I get the error "Microsoft Visual C++ 14.0 is required".
The solution to the problem strives to put 4 gig ***** from MS into the system.
But I only need a compiler, and some C-libs that come with it. I'm sure what you need should weigh orders of magnitude less. Maybe there is a solution?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-10-28
@wawa

You can install MinGW and write in distutils.cfg

[build]
compiler=mingw32

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question