Hi Wes,
Great, thanks for the information.
On Tue, 16 Jan 2018 at 20:19 Wes McKinney wrote:
> hi Simba -- the PyPI / pip wheels will only be updated when there is a
> new release. We'll either make a 0.8.1 release or 0.9.0 sometime in
> February depending on how development is progressing.
>
>
hi Simba -- the PyPI / pip wheels will only be updated when there is a
new release. We'll either make a 0.8.1 release or 0.9.0 sometime in
February depending on how development is progressing.
- Wes
On Sun, Jan 14, 2018 at 9:19 AM, simba nyatsanga wrote:
> Thanks a lot. I see that there's a PR
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
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
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
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"
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-
Hi Wes,
Apologies for the ambiguity there. To clarify, I used the conda
instructions only to create a conda environment. So I did this
conda create -y -q -n pyarrow-dev \
python=2.7 numpy six setuptools cython pandas pytest \
cmake flatbuffers rapidjson boost-cpp thrift-cpp snappy zli
hi Simba -- when you say "virtual env", I want to be sure you are
talking about a conda environment and not a virtualenv. Using these
together will cause all kinds of problems -- occasionally mixing pip
and conda installs can break conda environments, too.
The ones I linked to are the generated ve
Hi Wes,
Thanks for the response. I was following the development instructions on
Github here:
https://github.com/apache/arrow/blob/master/python/doc/source/development.rst
I took MacOS option and installed my virtual env via conda. I must've
missed an instruction when trying the 2.7 install, beca
hi Simba,
Are you following development instructions in
http://arrow.apache.org/docs/python/development.html#developing-on-linux-and-macos
or something else?
- Wes
On Wed, Jan 10, 2018 at 11:20 AM, simba nyatsanga
wrote:
> Hi,
>
> I've created a python 2.7 virtualenv in my attempt to build the
Hi,
I've created a python 2.7 virtualenv in my attempt to build the pyarrow
project. But I'm having trouble running one of commands as specified in the
development docs on Github, specifically this command:
cd arrow/python
python setup.py build_ext --build-type=$ARROW_BUILD_TYPE \
--with-p
12 matches
Mail list logo