vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.23k stars 590 forks source link

[BUG-REPORT] Failed to build vaex-core (pybind11 issue?) #2366

Open mfouesneau opened 1 year ago

mfouesneau commented 1 year ago

Description pip install vaex

... 
      19 warnings and 4 errors generated.
      error: command '/usr/bin/clang' failed with exit code 1
      [end of output]

possible error linked to pybind11

vendor/pybind11/include/pybind11/cast.h:445:26: error: member access into incomplete type 'PyFrameObject' (aka '_frame')
                  frame = frame->f_back;

Currently pip cannot install vaex because of this issue.

Software information

ddelange commented 1 year ago

python 3.11 support in https://github.com/vaexio/vaex/pull/2331