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

python 3.12 support #1535

Closed
endir opened this issue Apr 29, 2024 · 1 comment
Closed

python 3.12 support #1535

endir opened this issue Apr 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@endir
Copy link

endir commented Apr 29, 2024

I would like to use arcticdb with python 3.12. It seems that it is not supported at the moment.
If this is wrong how can I build arcticdb from source? Do you plan to support python3.12 ?

@endir endir added the enhancement New feature or request label Apr 29, 2024
@poodlewars
Copy link
Collaborator

Python 3.12 support is covered by #1230 which we do plan to implement.

It might work if you build from source:

# activate Python 3.12 venv
python setup.py bdist_wheel
# then auditwheel repair the built wheel

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

No branches or pull requests

2 participants