RE: PyArrow build problem

2022-10-03 Thread Anja Boskovic
To update others who might find this thread: If you start running into Arrow building problems upon updates to the Arrow codebase, I recommend first deleting stale build artifacts from previous builds: https://arrow.apache.org/docs/dev/developers/python.html#deleting-stale-build-artifacts .

Re: PyArrow build problem

2022-09-13 Thread Jeszy
> > > Yaron. > > From: Sutou Kouhei > Sent: Monday, September 12, 2022 8:26 PM > To: dev@arrow.apache.org > Subject: Re: PyArrow build problem > > Hi, > > Ah, this mailing list doesn't accept attachments. > Could you upload them to somewhere such as gis

Re: PyArrow build problem

2022-09-12 Thread Yaron Gvili
OK, I posted in VESA-62. Yaron. From: Sutou Kouhei Sent: Monday, September 12, 2022 8:26 PM To: dev@arrow.apache.org Subject: Re: PyArrow build problem Hi, Ah, this mailing list doesn't accept attachments. Could you upload them to somewhere such as gis

Re: PyArrow build problem

2022-09-12 Thread Sutou Kouhei
Hi, Ah, this mailing list doesn't accept attachments. Could you upload them to somewhere such as gist and share the URL? Or you can open a Jira issue and continue this because we can attach files on Jira. Thanks, -- kou In "Re: PyArrow build problem" on Mon, 12 Sep 2022

Re: PyArrow build problem

2022-09-12 Thread Yaron Gvili
t: Re: PyArrow build problem Hi, It seems that /miniconda3/envs/pyarrow-dev/lib/cmake/Arrow/ArrowConfig.cmake isn't used. Could you share a build log with PYARROW_CMAKE_OPTIONS="-DCMAKE_FIND_DEBUG_MODE=ON" environment variable? You may need to export CMAKE_PREFIX_PATH=/minicon

Re: PyArrow build problem

2022-09-11 Thread Sutou Kouhei
nt variable but the path should be included in the CMAKE_SYSTEM_PREFIX_PATH CMake variable via the CONDA_PREFIX environment variable...: https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PREFIX_PATH.html Thanks, -- kou In "PyArrow build problem" on Sun, 11 Sep 2022 13:5

RE: Re: PyArrow build problem

2022-09-11 Thread Anja Boskovic
v@arrow.apache.org > Subject: PyArrow build problem > > Hi All, > > I got the error below while running "cd python/ && python setup.py build_ext --inplace", after successfully building and installing a recent master version (a63e60bad89b41266d155bc496eb38376

Re: PyArrow build problem

2022-09-11 Thread Yaron Gvili
er 11, 2022 9:57 AM To: dev@arrow.apache.org Subject: PyArrow build problem Hi All, I got the error below while running "cd python/ && python setup.py build_ext --inplace", after successfully building and installing a recent master version (a63e60bad89b41266d155bc496eb3

PyArrow build problem

2022-09-11 Thread Yaron Gvili
Hi All, I got the error below while running "cd python/ && python setup.py build_ext --inplace", after successfully building and installing a recent master version (a63e60bad89b41266d155bc496eb383765702492) of Arrow C++ under a pyarrow-dev Conda environment, as in the Python dev doc (https://a