I was previously using virtualenv.
On Sun, 1 Sep 2019 at 09:50, Chris Teoh wrote:
> Ok thanks for your help. I will attempt to use the conda approach.
>
> On Sun, 1 Sep 2019 at 03:27, Wes McKinney wrote:
>
>> Hi Chris -- to follow up to your question also, we intend for contributors
>> to build
Ok thanks for your help. I will attempt to use the conda approach.
On Sun, 1 Sep 2019 at 03:27, Wes McKinney wrote:
> Hi Chris -- to follow up to your question also, we intend for contributors
> to build from source using the CMake configuration directly. We have found
> that conda is the easies
Hi Chris -- to follow up to your question also, we intend for contributors
to build from source using the CMake configuration directly. We have found
that conda is the easiest and most reliable way to manage the dependencies
for C++ and Python contributors across all platforms. If you follow the
Py
Hello Chris,
as a contributor, it is often simpler to use conda to construct a local
development environment as outlined in
https://arrow.apache.org/docs/developers/python.html#using-conda
This is the typical environment most contributors work in. Even when not using
conda as a package/environm
Does this approach fit with potentially a contributor's workflow? I was
looking into contributing though I'm unsure if I am doing it right.
On Sat, 31 Aug 2019 at 22:22, Jeroen Ooms wrote:
> On Sat, Aug 31, 2019 at 4:48 AM Chris Teoh wrote:
> >
> > That being said, is there an easier way by usi
On Sat, Aug 31, 2019 at 4:48 AM Chris Teoh wrote:
>
> That being said, is there an easier way by using a Docker container I could
> use to build this in?
An easy way to install arrow on MacOS is using homebrew. To get a
precompiled version of the latest release:
brew install apache-arrow
Or t
That being said, is there an easier way by using a Docker container I could
use to build this in?
On Sat, 31 Aug 2019 at 12:44, Chris Teoh wrote:
> Hey there,
>
> Brand new to Arrow here.
>
> Trying to build it following the instructions and I get errors with the
> ORC module building cpp
>
> In
Hey there,
Brand new to Arrow here.
Trying to build it following the instructions and I get errors with the ORC
module building cpp
In file included from
/Users/test/GitHub/arrow/cpp/build/orc_ep-prefix/src/orc_ep/c++/src/wrap/orc-proto-wrapper.cc:44:
/Users/test/GitHub/arrow/cpp/build/orc_ep-pr