Re: pyarrow & numba compatibility issue in macOS

2019-07-29 Thread Ivan Gozali
Hi Wes, I understand, and thanks for the email - that was extremely useful background. -- Regards, Ivan Gozali Lecida Email: i...@lecida.com On Mon, Jul 29, 2019 at 4:01 PM Wes McKinney wrote: > hi Ivan, > > We have statically linked LLVM symbols in our wheels on all platforms. > We're looki

Re: pyarrow & numba compatibility issue in macOS

2019-07-29 Thread Wes McKinney
hi Ivan, We have statically linked LLVM symbols in our wheels on all platforms. We're looking for new maintainers for the wheels to take care of issues like this, see [1]. In the meantime, I suggest you use conda packages if you need to use numba and pyarrow together. Thanks [1]: https://lists.

pyarrow & numba compatibility issue in macOS

2019-07-29 Thread Ivan Gozali
Hi Arrow maintainers, I wanted to report an issue that was previously discussed here: https://github.com/numba/numba/issues/4256. The main issue is that importing pyarrow, and then numba causes some weird LLVM error, as follows: $ pip3 install pyarrow numba $ pip3 freeze llvmlite==0.29.0 numba==0