Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-2599

[Python] pip install is not working without Arrow C++ being installed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 0.9.0
    • 0.10.0
    • Python
    • None
    • Arch ARM Linux
      pip 10.0.1
      Python 3.6.5

    Description

      Trying to install pyarrow with pip on ARM fails with `Could not find the Arrow library. Looked for headers in , and for libs in`:

       

      $ pip install pyarrow --no-build-isolation --user

      [omitted]

      Thread model: posix
      {{ gcc version 8.1.0 (GCC)}}INFOCompiler id: GNU
      {{ Selected compiler gcc 8.1.0}}
      {{ – Performing Test CXX_SUPPORTS_SSE3}}
      {{ – Performing Test CXX_SUPPORTS_SSE3 - Failed}}
      {{ – Performing Test CXX_SUPPORTS_ALTIVEC}}
      {{ – Performing Test CXX_SUPPORTS_ALTIVEC - Failed}}
      {{ Configured for DEBUG build (set with cmake -DCMAKE_BUILD_TYPE={release,debug}}
      ,...})
      {{ – Build Type: DEBUG}}
      {{ – Build output directory: /tmp/pip-install-auk894mc/pyarrow/build/temp.linu}}
      x-armv7l-3.6/debug/
      {{ – Found PythonInterp: /usr/bin/python (found version "3.6.5")}}
      {{ – Searching for Python libs in /usr/lib;/usr/lib/python3.6/config-3.6m-arm-}}
      linux-gnueabihf
      {{ – Looking for python3.6m}}
      {{ – Found Python lib /usr/lib/libpython3.6m.so}}
      {{ – Found PythonLibs: /usr/lib/libpython3.6m.so}}
      {{ – Found NumPy: version "1.14.3" /home/domas/.local/lib/python3.6/site-packa}}
      ges/numpy/core/include
      {{ – Searching for Python libs in /usr/lib;/usr/lib/python3.6/config-3.6m-arm-}}
      linux-gnueabihf
      {{ – Looking for python3.6m}}
      {{ – Found Python lib /usr/lib/libpython3.6m.so}}
      {{ – Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")}}
      {{ – Checking for module 'arrow'}}
      {{ – No package 'arrow' found}}
      {{ CMake Error at cmake_modules/FindArrow.cmake:130 (message):}}
      {{ Could not find the Arrow library. Looked for headers in , and for libs in}}
      {{ Call Stack (most recent call first):}}
      {{ CMakeLists.txt:197 (find_package)}}

      Attachments

        Activity

          People

            wesm Wes McKinney
            dmos Dominykas Mostauskis
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: