Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mfouesneau opened this issue Apr 25, 2023 · 1 comment · Fixed by #2331
Closed

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

mfouesneau opened this issue Apr 25, 2023 · 1 comment · Fixed by #2331

Comments

@mfouesneau
Copy link
Contributor

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

  • Vaex version (import vaex; vaex.__version__): pip install vaex
  • Vaex was installed via: pip
  • OS: Mac OS 10.15.7
  • Python 3.11
@ddelange
Copy link
Contributor

python 3.11 support in #2331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants