Skip to content
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

[C#][CI] Nightly nuget build fails due to missing python #35029

Closed
raulcd opened this issue Apr 11, 2023 · 0 comments · Fixed by #35030
Closed

[C#][CI] Nightly nuget build fails due to missing python #35029

raulcd opened this issue Apr 11, 2023 · 0 comments · Fixed by #35030

Comments

@raulcd
Copy link
Member

raulcd commented Apr 11, 2023

Describe the bug, including details regarding any error messages, version, and platform.

Since #34133 was merged the nightly nuget build failed with:

+ python -m pip install pyarrow find-libpython
/arrow/ci/scripts/csharp_test.sh: line 32: python: command not found
127
Error: `docker-compose --file /home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm ubuntu-csharp` exited with a non-zero exit code 127, see the process log above.

Component(s)

C#, Continuous Integration

raulcd added a commit to raulcd/arrow that referenced this issue Apr 11, 2023
kou pushed a commit that referenced this issue Apr 11, 2023
… CI build (#35030)

### Rationale for this change

Fix the nuget CI nightly packaging failure.

### What changes are included in this PR?

Install python on ubuntu-csharp docker image

### Are these changes tested?

Tested on CI via archery

### Are there any user-facing changes?

No
* Closes: #35029

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 12.0.0 milestone Apr 11, 2023
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this issue May 11, 2023
… nuget CI build (apache#35030)

### Rationale for this change

Fix the nuget CI nightly packaging failure.

### What changes are included in this PR?

Install python on ubuntu-csharp docker image

### Are these changes tested?

Tested on CI via archery

### Are there any user-facing changes?

No
* Closes: apache#35029

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
… nuget CI build (apache#35030)

### Rationale for this change

Fix the nuget CI nightly packaging failure.

### What changes are included in this PR?

Install python on ubuntu-csharp docker image

### Are these changes tested?

Tested on CI via archery

### Are there any user-facing changes?

No
* Closes: apache#35029

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this issue May 16, 2023
… nuget CI build (apache#35030)

### Rationale for this change

Fix the nuget CI nightly packaging failure.

### What changes are included in this PR?

Install python on ubuntu-csharp docker image

### Are these changes tested?

Tested on CI via archery

### Are there any user-facing changes?

No
* Closes: apache#35029

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants