[jira] [Created] (ARROW-1995) There is no way to turn off email notifications

2018-01-14 Thread david cottrell (JIRA)
david cottrell created ARROW-1995: - Summary: There is no way to turn off email notifications Key: ARROW-1995 URL: https://issues.apache.org/jira/browse/ARROW-1995 Project: Apache Arrow Issue

Re: Trying to build to build pyarrow for python 2.7

2018-01-14 Thread simba nyatsanga
Thanks a lot. I see that there's a PR that's been opened to resolve the encoding issue - https://github.com/apache/arrow/pull/1476 Do you think this PR (if merged ) will also roll out as part of version 0.9.0, or I'll be able to pip install with the merge commit as soon as it's merged? Kind Rega

Re: Trying to build to build pyarrow for python 2.7

2018-01-14 Thread Uwe L. Korn
Nice to hear that it worked. Updating the docs should not be necessary, we should rather see that we soon get a 0.9.0 release out (but that will also take some more weeks) Uwe On Sun, Jan 14, 2018, at 2:42 PM, simba nyatsanga wrote: > Amazing, thanks Uwe! > > I was able to build pyarrow succes

Re: Trying to build to build pyarrow for python 2.7

2018-01-14 Thread simba nyatsanga
Amazing, thanks Uwe! I was able to build pyarrow successfully for python 2.7 using your workaround. I appreciate that you've got a possible solution for the too. Besides the PR getting reviewed by more experienced maintainers, I'm thinking to pull your branch and try the building process from scr

Re: Trying to build to build pyarrow for python 2.7

2018-01-14 Thread Uwe L. Korn
Just pushed a possible fix for this: https://github.com/apache/arrow/pull/1477 On Sun, Jan 14, 2018, at 2:17 PM, Uwe L. Korn wrote: > Hello Simba, > > it looks like you are running to > https://issues.apache.org/jira/browse/ARROW-1856. > > To work around this issue, please "unset PARQUET_HOME"

Re: Trying to build to build pyarrow for python 2.7

2018-01-14 Thread Uwe L. Korn
Hello Simba, it looks like you are running to https://issues.apache.org/jira/browse/ARROW-1856. To work around this issue, please "unset PARQUET_HOME" before you call the setup.py. Also set PKG_CONFIG_PATH, in your case this should be "export PKG_CONFIG_PATH=/Users/simba/anaconda/envs/pyarrow-