hteeyeoh commented on issue #39846:
URL: https://github.com/apache/arrow/issues/39846#issuecomment-2641522944

   > > Do you have a Dockerfile example that demonstrates that your proposal 
works?
   > 
   > I ran into the same issues, but have managed to build pyarrow with the 
Python alpine image with the following example:
   > 
   > FROM python:3.13-alpine
   > RUN set -xe \
   >     && apk update \
   >     && apk add                  --no-cache                  \
   >                                 build-base                  \
   >                                 cmake                       \
   >                                 apache-arrow-dev            \
   >     && pip3 install             --upgrade pip               \
   >     && pip3 install             --no-cache-dir              \
   >                                 --prefer-binary             \
   >                                 pyarrow
   
   Sorry for the delay. I use the same steps almost similar to @CuervoEC  
shown. Just that im using older alpine version as base image
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to