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

   > > 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
   
   I had the same issue with a dockerfile, this worked smoothly. 


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to