Re: Missing hypothesis module in PyArrow

2019-01-08 Thread Wes McKinney
hi Andrew, On Python 2.7 you need to run both pip install -r requirements.txt pip install -r requirements-test.txt It looks like your CMake version is old so ZSTD was disabled. zstd cannot be built automatically from source for CMake versions less than 3.7 You will have a better time if you use

Missing hypothesis module in PyArrow

2019-01-08 Thread Andrew Palumbo
Hello, I'm just building arrow from source from a fresh checkout; commit: 326015cfc66e1f657cdd6811620137e9e277b43d Everything seems to build against python 2.7: $python setup.py build_ext --build-type=$ARROW_BUILD_TYPE--with-parquet --with-plasma --inplace {...} Bundling includes: release