[issue42804] Unable to compile the cpython code x86 windows

Sunny report at bugs.python.org
Sat Feb 6 02:43:35 EST 2021


Sunny <nmania03 at gmail.com> added the comment:

Got it fixed with following the below steps 
a. Delete external folder 
b. Run the below build command 

build.bat -k -E -p x64

-k killed the existing python build process
-E skipped the external libraries fetching 
-p mentioned the platform

closing the ticket as it worked

----------
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list