-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Python][Packaging] Update python_wheel_windows_build.bat to use released delvewheel #45278
Comments
To have in mind that the original PR wasn't merged: which I haven't investigated if it does exactly the same but the original issue was closed: |
Hello. I would like to contribute here. Could you please help me to understand how can I test my changes in .bat file? |
Hi @protokoul , Sure, thanks for taking a look. I added the If you have windows and docker you can try using the docker compose image: Lines 1286 to 1300 in 4ede48c
Which sets the infrastructure and uses |
I have Windows and running docker desktop in it. I have the tried the following commands separately to check if I can run
Log shared below for the second command.
There are warning in the logs indicating that some service images need to build from source by running
|
I think this is an issue related to Windows containers, I can see some people facing the same issue and a potential fix here: |
Thanks for sharing this link. It seems that I will need Windows 11 Pro or Enterprise in order to run Windows containers. Let me see if I can get access to a machine with Windows Pro or Enterprise. May I know how would you test windows related changes in the absence of a windows machine? Do you do it directly in CI using crossbow? |
Unfortunately yes. |
Can I also try that because I will not be able to get a Windows 11 Pro or Enterprise to run Windows containers? |
You will not have permissions to trigger jobs via crossbow. If you have a PR up a committer can help triggering the jobs but this might complicate your development cycle as it will require manual intervention from someone else. I am happy to trigger the jobs but I might take some time to respond. |
Describe the enhancement requested
Delvewheel 1.10 has been released with the fix to
--with-mangle
we required here:We should be able to remove installing delvewheel from a github branch and just use the new version.
arrow/ci/scripts/python_wheel_windows_build.bat
Lines 142 to 150 in 4ede48c
Component(s)
Python, Packaging
The text was updated successfully, but these errors were encountered: