I have a github action which try to build for windows installer (add some customizations of mine), it works for python 3.10.0-3.10.8, and I updated the code of cpython 3.10.9 recently, then the github action failed with The command ""py" -m pip install -U blurb" exited with code 101.
I still could not find the error source, but I tried to back port some changes from the main branch currently made in exe.wixproj, find_python.bat and pyproject.props, and it seems work now.
liudonghua123 commentedDec 8, 2022
•
edited
Bug report
I have a github action which try to build for windows installer (add some customizations of mine), it works for python 3.10.0-3.10.8, and I updated the code of cpython 3.10.9 recently, then the github action failed with
The command ""py" -m pip install -U blurb" exited with code 101
.The detailed logs are on here.
And I found this error was from this line.
cpython/Tools/msi/exe/exe.wixproj
Line 45 in 1dd9be6
Is there any options for wix to see the detailed error info?
And I also find the error code 101 is defined on this line.
cpython/PC/launcher.c
Line 26 in 1dd9be6
Your environment
And I have also checked the required environments like python, py and so on are correct. I have spend a few hours to find the cause, but failed.
Any help would be appreciated.
I also checked the diffs v3.10.8...v3.10.9, but find nothing help info about this error.
Maybe it's a github action runner problems?
The text was updated successfully, but these errors were encountered: