sam-goodwin commented on issue #37880: URL: https://github.com/apache/arrow/issues/37880#issuecomment-1890183194
I am still experiencing problems trying to install pyarrow in a python 3.12 environment: ```Dockerfile FROM python:3.12.1-alpine3.19 RUN apk update && apk upgrade RUN apk add --no-cache build-base gcc apache-arrow cmake python3-dev RUN pip install pyarrow==14.0.0 ``` Error: ``` #7 7.300 CMake Error at CMakeLists.txt:268 (find_package): #7 7.300 By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project has #7 7.300 asked CMake to find a package configuration file provided by "Arrow", but #7 7.300 CMake did not find one. #7 7.300 #7 7.300 Could not find a package configuration file provided by "Arrow" with any of #7 7.300 the following names: #7 7.300 #7 7.300 ArrowConfig.cmake #7 7.300 arrow-config.cmake #7 7.300 #7 7.300 Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set #7 7.300 "Arrow_DIR" to a directory containing one of the above files. If "Arrow" #7 7.300 provides a separate development package or SDK, be sure it has been #7 7.300 installed. ``` -- 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]
