This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sunny
Recipients Dennis Sweeney, paul.moore, steve.dower, sunny, terry.reedy, tim.golden, zach.ware
Date 2021-02-06.07:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612597415.03.0.552825785626.issue42804@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-02-06 07:43:35sunnysetrecipients: + sunny, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, Dennis Sweeney
2021-02-06 07:43:35sunnysetmessageid: <1612597415.03.0.552825785626.issue42804@roundup.psfhosted.org>
2021-02-06 07:43:35sunnylinkissue42804 messages
2021-02-06 07:43:34sunnycreate