-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-17592: [Python][Packaging] Move Windows wheel build to VS 2019 #14021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Hmm, so it seems the Python 3.10 chocolate install is failing because of an existing Python install: even though Python was specifically installed before: |
This comment was marked as outdated.
This comment was marked as outdated.
df8b327 to
a197719
Compare
|
Revision: 2740827 Submitted crossbow builds: ursacomputing/crossbow @ vs2019-3
|
|
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 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:
[1] 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. |
|
I'm gonna close this as it's entirely out of date. |
No description provided.