[ 
https://issues.apache.org/jira/browse/ARROW-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522109#comment-16522109
 ] 

Alexander Bezzubov edited comment on ARROW-2599 at 6/25/18 11:17 AM:
---------------------------------------------------------------------

Same happened to me on x86_64 and Debian GNU/Linux 8 and Python3.4:

 - it only happened with an ancient pip version, from default python-pip3 on 
Jessie

 - In virtualenv with latest pip 10 it installs well

 


was (Author: bzz):
Same happened to me on x86_64 and Debian GNU/Linux 8 and Python3.4

_Update:_ 

 - this happens only with ancient pip version from python-pip3 on Jessie.

 - In virtualenv with latest pip 10 it installs well.

 
----
pip3 install pyarrow==0.9.*

 results in 
{code:java}
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")                  
│······························································                 
                                                               
│······························································-- checking for 
module 'arrow'                                                  
│······························································                 
                                                               
│······························································--   package 
'arrow' not 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)                                             
│······························································{code}
 

Confusing enough, I can see [https://pypi.org/project/pyarrow/0.9.0.post1/] but 
not install it 
{code:java}
pip3 install pyarrow==0.9.0.post1                     
│······························································Downloading/unpacking
 pyarrow==0.9.0.post1                                      
│······························································  Could not find 
a version that satisfies the requirement pyarrow==0.9.0.post1 
(│······························································from versions: 
0.9.0) {code}
 

> [Python] pip install is not working without Arrow C++ being installed
> ---------------------------------------------------------------------
>
>                 Key: ARROW-2599
>                 URL: https://issues.apache.org/jira/browse/ARROW-2599
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.9.0
>         Environment: Arch ARM Linux
> pip 10.0.1
> Python 3.6.5
>            Reporter: Dominykas Mostauskis
>            Priority: Minor
>
> 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)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to