15 Mar
2018
15 Mar
'18
7:37 p.m.
On 15 March 2018 at 19:27, James E. King, III
c:\python36\include\pyport.h(6) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
[snip]
inttypes.h is not available on MSVC 10.0 (2010) or earlier; one usually requires the use of the "msinttypes" package in this case...
That's an error in a python header, so it doesn't seem like something we can do anything about. They use Visual C++ 14.0 for building python 3.6.