Skip to content

Conversation

@pitrou
Copy link
Member

@pitrou pitrou commented Sep 1, 2022

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 1, 2022

@github-actions
Copy link

github-actions bot commented Sep 1, 2022

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@pitrou pitrou marked this pull request as draft September 1, 2022 10:30
@pitrou

This comment was marked as outdated.

@pitrou

This comment was marked as outdated.

@pitrou
Copy link
Member Author

pitrou commented Sep 1, 2022

Hmm, so it seems the Python 3.10 chocolate install is failing because of an existing Python install:
https://github.com/ursacomputing/crossbow/runs/8133106879?check_suite_focus=true#step:6:2589

even though Python was specifically installed before:
https://github.com/ursacomputing/crossbow/runs/8133106879?check_suite_focus=true#step:6:2388

@kszucs @kou Would you know why that would be?

@pitrou

This comment was marked as outdated.

@pitrou pitrou force-pushed the ARROW-17592-vs2019-wheel branch from df8b327 to a197719 Compare September 1, 2022 15:27
@pitrou
Copy link
Member Author

pitrou commented Sep 1, 2022

Revision: 2740827

Submitted crossbow builds: ursacomputing/crossbow @ vs2019-3

Task Status
wheel-windows-cp310-amd64 Github Actions
wheel-windows-cp37-amd64 Github Actions
wheel-windows-cp38-amd64 Github Actions
wheel-windows-cp39-amd64 Github Actions

@kou
Copy link
Member

kou commented Sep 2, 2022

It seems that some Python related products were failed to uninstall:

https://github.com/ursacomputing/crossbow/runs/8133106879?check_suite_focus=true#step:6:2437

Executing (\\298D943B4072\ROOT\CIMV2:Win32_Product.IdentifyingNumber="{1D60E386-848D-45D1-BB0A-7E26A3E32011}",Name="Python 3.10.6 Utility Scripts (64-bit)",Vendor="Python Software Foundation",Version="3.10.6150.0")->Uninstall()


Method execution successful.

Out Parameters:
instance of __PARAMETERS
{
	ReturnValue = 1601; <- Not 0
};

I tried to install https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe on local Windows and found the followings:

  • I can see only "Python 3.10.6 (64-bit)" entry in control panel. (I can't see any other Python related entries in control panel.)
  • But I can see multiple Python related entries by wmic product list status[1] but there is no "Python 3.10.6 (64-bit)" entry.

[1]

InstallState  Name                                                            Version         
5             Python 3.10.6 Standard Library (64-bit)                         3.10.6150.0     
5             Python 3.10.6 Test Suite (64-bit)                               3.10.6150.0     
5             Python 3.10.6 Executables (64-bit)                              3.10.6150.0     
5             Python 3.10.6 Utility Scripts (64-bit)                          3.10.6150.0     
5             Python 3.10.6 Documentation (64-bit)                            3.10.6150.0     
5             Python 3.10.6 Tcl/Tk Support (64-bit)                           3.10.6150.0     
5             Python 3.10.6 Core Interpreter (64-bit)                         3.10.6150.0     
5             Python 3.10.6 Development Libraries (64-bit)                    3.10.6150.0     
5             Python 3.10.6 pip Bootstrap (64-bit)                            3.10.6150.0     

I'm not sure how Python's Windows installer is built but it seems that we need to use the uninstaller provided by "Python 3.10.6 (64-bit)" or run uninstallers of "Python 3.10.6 * (64-bit)" in proper order.

@pitrou
Copy link
Member Author

pitrou commented Mar 4, 2024

I'm gonna close this as it's entirely out of date.

@pitrou pitrou closed this Mar 4, 2024
@pitrou pitrou deleted the ARROW-17592-vs2019-wheel branch March 4, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants