wgtmac commented on issue #36026: URL: https://github.com/apache/arrow/issues/36026#issuecomment-1999921928
@kou I tried all your suggestions with additional guesses, but all failed with missing lz4. I checked `C:\Users\wgtmac\.conda\envs\pyarrow-dev\Library\lib\cmake\Arrow\ArrowConfig.cmake` which contains lines below ``` set(ARROW_BUNDLED_STATIC_LIBS "") set(ARROW_INCLUDE_PATH_SUFFIXES "include;Library;Library/include") set(ARROW_LIBRARY_PATH_SUFFIXES ";lib/;lib64;lib32;lib;bin;Library;Library/lib;Library/bin") set(ARROW_SYSTEM_DEPENDENCIES "SnappyAlt;ProtobufAlt;ZLIB;lz4Alt;zstdAlt;orcAlt") ``` After removing `lz4Alt` from `ARROW_SYSTEM_DEPENDENCIES`, the pyarrow build proceeded to compiling and linking. -- 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]
