Return-Path: X-Original-To: apmail-arrow-dev-archive@minotaur.apache.org Delivered-To: apmail-arrow-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1660D1866A for ; Tue, 15 Mar 2016 04:43:34 +0000 (UTC) Received: (qmail 45430 invoked by uid 500); 15 Mar 2016 04:43:33 -0000 Delivered-To: apmail-arrow-dev-archive@arrow.apache.org Received: (qmail 45243 invoked by uid 500); 15 Mar 2016 04:43:33 -0000 Mailing-List: contact dev-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list dev@arrow.apache.org Received: (qmail 45206 invoked by uid 99); 15 Mar 2016 04:43:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 04:43:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7396D2C1F54 for ; Tue, 15 Mar 2016 04:43:33 +0000 (UTC) Date: Tue, 15 Mar 2016 04:43:33 +0000 (UTC) From: "Qian Xu (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (ARROW-66) Maybe some missing steps in installation guide MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARROW-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194721#comment-15194721 ] Qian Xu edited comment on ARROW-66 at 3/15/16 4:43 AM: ------------------------------------------------------- [~wesmckinn] Yes. I installed pyarrow after libarrow.so is generated. I set {{ARROW_HOME=/usr/local}} not {{$HOME/local}}. Now I have tried another two approaches: 1. Exactly follow the instruction with {{ARROW_HOME=$HOME/local}}. 2. Install Anaconda2 into my current user home and then try approach 1. Both approaches have the same error message. I believe the error comes from {code} from pyarrow.includes.libarrow cimport * {code} I'm not familiar with cython, is there anything I have missed? was (Author: stanleyxu2005): [~wesmckinn] Yes. I installed pyarrow after libarrow.so is generated. I set {{ARROW_HOME=/usr/local}} not {{$HOME/local}}. Now I have tried another two approaches: 1. Exactly follow the instruction with {{ARROW_HOME=$HOME/local}}. 2. Install Anaconda2 into my current user home and then try approach 1. Both approaches have the same error message. > Maybe some missing steps in installation guide > ----------------------------------------------- > > Key: ARROW-66 > URL: https://issues.apache.org/jira/browse/ARROW-66 > Project: Apache Arrow > Issue Type: Improvement > Components: Python > Environment: CentOS 7.0; Python 2.7.x > Reporter: Qian Xu > Labels: documentation > > I followed [the guide|https://github.com/apache/arrow/blob/master/python/doc/INSTALL.md] to install Arrow project from scratch. I met some issues. > 1. First of all, I need to build the cpp part. So I setup the thirdparty dependencies. But when I {{cmake -DCMAKE_INSTALL_PREFIX=$ARROW_HOME ..}}, it shows an error at {{get_filename_component}} with {{FindGTest.cmake}}. After some digging, I noticed that I have to use *cmake 3* (instead of cmake 2). > 2. Now I am able to install {{pyarrow}}. The installation went smooth. But when I import the module {{pyarrow}}, it says {{ImportError: No module named array}}. I haven't found any description on this error. -- This message was sent by Atlassian JIRA (v6.3.4#6332)