How to install pyarrow on an Alpine Docker image?
问题 I am trying to install pyarrow using pip in my alpine docker image, but pip is unable to find the package. I'm using the following Dockerfile: FROM python:3.6-alpine3.7 RUN apk add --no-cache musl-dev linux-headers g++ RUN pip install pyarrow output: Sending build context to Docker daemon 4.096kB Step 1/3 : FROM python:3.6-alpine3.7 3.6-alpine3.7: Pulling from library/python ff3a5c916c92: Pull complete 471170bb1257: Pull complete d487cc70216e: Pull complete 9358b3ca3321: Pull complete