You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/04/12 21:58:10 UTC

[GitHub] [arrow] wjones127 commented on issue #35063: [CI][C#] pythonnet requires envvar to be set

wjones127 commented on issue #35063:
URL: https://github.com/apache/arrow/issues/35063#issuecomment-1506013795

   Very confused as to how the archery one is failing where it is. When I run this locally:
   
   ```
   ARCH=arm64v8 archery docker run ubuntu-csharp
   ```
   
   I find I need to add
   
   ```
   apt update && apt install -y python3 pip
   ```
   
   To the docker command. But once I do, the job passes successfully. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org