[issue43567] regen.vcxproj cannot regenerate some necessary files

Jiaxin Peng report at bugs.python.org
Tue Mar 30 20:42:35 EDT 2021


Jiaxin Peng <pjx206 at 163.com> added the comment:

`build.bat --regen` produces such error because it uses build tool from visual studio to build regen.vcxproj, and you do not have v142 toolset. I'm using vs2019 and have v142 toolset installed and regen.vcxproj workd, just cannot actually regenerate files needed completely.

----------
nosy: +pjx206

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43567>
_______________________________________


More information about the Python-bugs-list mailing list