You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/06/29 14:47:01 UTC

[jira] [Updated] (ARROW-2642) [Python] Fail building parquet binding on Windows

     [ https://issues.apache.org/jira/browse/ARROW-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-2642:
--------------------------------
    Fix Version/s: 0.10.0

> [Python] Fail building parquet binding on Windows
> -------------------------------------------------
>
>                 Key: ARROW-2642
>                 URL: https://issues.apache.org/jira/browse/ARROW-2642
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.9.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: windows
>             Fix For: 0.10.0
>
>
> For some reason I get the following error. I'm not sure why Thrift is needed here:
> {code}
> -- Found the Parquet library: C:/Miniconda3/envs/arrow/Library/lib/parquet.lib
> -- THRIFT_HOME:
> -- Thrift compiler/libraries NOT found:  (THRIFT_INCLUDE_DIR-NOTFOUND, THRIFT_ST
> ATIC_LIB-NOTFOUND). Looked in system search paths.
> -- Boost version: 1.66.0
> -- Found the following Boost libraries:
> --   regex
> Added static library dependency boost_regex: C:/Miniconda3/envs/arrow/Library/li
> b/libboost_regex.lib
> Added static library dependency parquet: C:/Miniconda3/envs/arrow/Library/lib/pa
> rquet_static.lib
> CMake Error at C:/t/arrow/cpp/cmake_modules/BuildUtils.cmake:88 (message):
>   No static or shared library provided for thrift
> Call Stack (most recent call first):
>   CMakeLists.txt:376 (ADD_THIRDPARTY_LIB)
> {code}
> The {{thrift-cpp}} package from conda-forge is installed.



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