Uh oh!
There was an error while loading. Please reload this page.
ARROW-8077: [Python][Packaging] Add Windows Python 3.5 wheel build script - #6583
ARROW-8077: [Python][Packaging] Add Windows Python 3.5 wheel build script#6583wesm wants to merge 5 commits into
Conversation
I'll add the required crossbow configurations. |
kszucs
commented
Mar 12, 2020
@github-actions --help |
|
kszucs
commented
Mar 12, 2020
@github-actions crossbow submit wheel-manylinux1-cp35m |
Revision: 7fede00 Submitted crossbow builds: ursa-labs/crossbow @ build-752
|
kszucs
commented
Mar 12, 2020
@github-actions crossbow submit wheel-win-cp35m |
1 similar comment
kszucs
commented
Mar 12, 2020
@github-actions crossbow submit wheel-win-cp35m |
Revision: c87125f Submitted crossbow builds: ursa-labs/crossbow @ build-754
|
wesm
commented
Mar 12, 2020
Can we remove "Ursabot" from the help? |
wesm
commented
Mar 12, 2020
It's curious that this isn't impacted by https://issues.apache.org/jira/browse/ARROW-8067. Maybe I got that issue because of something fishy about my local environment? |
kszucs
commented
Mar 13, 2020
@github-actions crossbow submit wheel-win-cp35m |
Revision: c87125f Submitted crossbow builds: ursa-labs/crossbow @ actions-3
|
kszucs
commented
Mar 13, 2020
It bothers me as well, I have not managed to clearly find the root cause. For example our appveyor toolchain build using conda is passing however it fails on gha also in conda. |
pitrou
commented
Mar 13, 2020
Where does it fail on GHA? |
kszucs
commented
Mar 13, 2020
The build was rightfully complaining about missing numpy, thought that numpy is in conda_env_cpp.yml |
This is my best guess of what will work once ARROW-8067 is fixed (this problem arose after 0.16.0 in c707d8b). @kszucs can you assist with the Crossbow setup? @pitrou may need your help fixing ARROW-8067