Antoine Pitrou created ARROW-2642:
-------------------------------------
Summary: [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
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)