kou commented on issue #40568:
URL: https://github.com/apache/arrow/issues/40568#issuecomment-1999608701
It seems that you mixed LLVM from conda and LLVM by `apt`:
```text
CMake Warning at cmake_modules/FindLLVMAlt.cmake:58 (find_package):
Could not find a configuration file for package "LLVM" that is compatible
with requested version "18.1".
The following configuration files were considered but not accepted:
/home/asus/miniforge3/envs/pyarrow-dev/lib/cmake/llvm/LLVMConfig.cmake,
version: 17.0.6
/usr/lib/llvm-15/cmake/LLVMConfig.cmake, version: 15.0.7
/usr/lib/llvm-13/cmake/LLVMConfig.cmake, version: 13.0.1
/usr/lib/llvm-15/lib/cmake/llvm/LLVMConfig.cmake, version: 15.0.7
/usr/lib/llvm-13/lib/cmake/llvm/LLVMConfig.cmake, version: 13.0.1
/usr/lib/llvm-15/share/llvm/cmake/LLVMConfig.cmake, version: 15.0.7
/usr/lib/llvm-13/share/llvm/cmake/LLVMConfig.cmake, version: 13.0.1
/lib/llvm-15/cmake/LLVMConfig.cmake, version: 15.0.7
/lib/llvm-13/cmake/LLVMConfig.cmake, version: 13.0.1
Call Stack (most recent call first):
src/gandiva/CMakeLists.txt:30 (find_package)
-- Using LLVMConfig.cmake in:
/home/asus/miniforge3/envs/pyarrow-dev/lib/cmake/llvm
-- Found llvm-link /usr/lib/llvm-15/bin/llvm-link
-- Found clang /usr/lib/llvm-15/bin/clang-15
```
--
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]