We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description pip install vaex
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
import vaex; vaex.__version__)
The text was updated successfully, but these errors were encountered:
python 3.11 support in #2331
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
pip install vaex
possible error linked to pybind11
Currently pip cannot install vaex because of this issue.
Software information
import vaex; vaex.__version__)
:pip install vaex
The text was updated successfully, but these errors were encountered: