GitHub user swjz added a comment to the discussion: Python 3.6 client for aarch64/arm64 Linux?
Thanks for your quick reply! I followed the doc here (https://pulsar.apache.org/docs/client-libraries-cpp/#compilation) and used the latest release version (`git checkout v2.10.1`). That version was able to find Boost.Python for 3.6: ``` -- ARCHITECTURE: aarch64 -- BUILD_DYNAMIC_LIB: ON -- BUILD_STATIC_LIB: ON -- BUILD_TESTS: OFF -- BUILD_PYTHON_WRAPPER: ON -- BUILD_WIRESHARK: OFF -- BUILD_PERF_TOOLS: OFF -- LINK_STATIC: OFF -- USE_LOG4CXX: OFF -- CMAKE_BUILD_TYPE: RelWithDebInfo -- Threads library: -pthread Failed to find Protobuf in config mode, try to find it from system path -- Protobuf_LIBRARIES: /usr/local/lib/libprotobuf.so -- Protobuf_INCLUDE_DIRS: /usr/local/include -- Found Boost: /usr/include (found version "1.65.1") -- Linking with Boost:System -- Using std::regex -- Found Boost: /usr/include (found version "1.65.1") found components: system -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.6m.so (found version "3.6.9") -- PYTHON: 3.6.9 -- DETECTED Python 3 -- BOOST_PYTHON_NAME_FOUND: python36 -- Found Boost: /usr/include (found version "1.65.1") found components: python36 -- HAS_ZSTD: 0 -- HAS_SNAPPY: 0 -- Using Boost Python libs: /usr/lib/aarch64-linux-gnu/libboost_python3-py36.so clang-tidy not found clang-format not found -- Configuring done -- Generating done -- Build files have been written to: /home/nano/pulsar/pulsar-client-cpp ``` https://github.com/apache/pulsar/blob/0702b51ce09cc99044f4110e6bf98e82a0e86283/pulsar-client-cpp/CMakeLists.txt#L279 GitHub link: https://github.com/apache/pulsar/discussions/17994#discussioncomment-3845762 ---- This is an automatically sent email for dev@pulsar.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org