-
Notifications
You must be signed in to change notification settings - Fork 8
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
Pip install fails on python 3.12 #81
Comments
It seems like it's attempting to rebuild from source and failing. What OS / architecture are you on? What exact Python version are you running? |
I've split this issue into two:
|
Python 3.12.2 I can get the exact os details if needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to install the questdb client using pip, it fails when using 3.12. It fails with both
pip install questdb
and withpip install questdb[dataframe]
. Seems to be something related todataframe.pxi
.Python version: 3.12.2
Pip version: 24.0
The text was updated successfully, but these errors were encountered: