I followed, as usual, the build procedure described there -- https://arrow.apache.org/docs/developers/python.html With `ARROW_PARQUET=OFF, ARROW_GANDIVA=ON` and `--inplace` option
Traceback as the following: Python 3.8.5 (default, Jul 21 2020, 10:42:08) [Clang 11.0.0 (clang-1100.0.33.17)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pyarrow >>> import pyarrow.compute as pc Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pyarrow.compute' On Thu, Nov 26, 2020 at 5:49 PM Antoine Pitrou <anto...@python.org> wrote: > > Hi Kirill, > > Can you post the full traceback? > > > Le 26/11/2020 à 17:21, Kirill Lykov a écrit : > > Hi, > > > > I've build arrow and python integration. > > There is file `pyarrow/_compute.cpython-38-darwin.so`. > > But when I try import pyarrow.compute I get error that the module is not > > found. > > Do I miss some flags in the building procedure? It looks like it is built > > by default from setup.py > > > -- Best regards, Kirill Lykov