[issue45816] Python does not support standalone MSVC v143 (VS 2022) Build Tools

Ma Lin report at bugs.python.org
Wed Nov 17 23:20:36 EST 2021


Ma Lin <malincns at 163.com> added the comment:

They are LNK1268 error:

LINK : fatal error LNK1268: inconsistent option 'pdbthreads:5' specified with /USEPROFILE but not with /GENPROFILE [e:\dev\cpython\PCbuild\_queue.vcx
proj]

LINK : fatal error LNK1268: inconsistent option 'pdbthreads:1' specified with /USEPROFILE but not with /GENPROFILE [e:\dev\cpython\PCbuild\_asyncio.v
cxproj]

LINK : fatal error LNK1268: inconsistent option 'pdbthreads:5' specified with /USEPROFILE but not with /GENPROFILE [e:\dev\cpython\PCbuild\_elementtr
ee.vcxproj]

LINK : fatal error LNK1268: inconsistent option 'cgthreads:8' specified with /USEPROFILE but not with /GENPROFILE [e:\dev\cpython\PCbuild\_hashlib.vc
xproj]

...

----------

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


More information about the Python-bugs-list mailing list