-
Notifications
You must be signed in to change notification settings - Fork 297
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
Cassandra storage not compatible with Python 3.12 #236
Comments
@ostefano Could you help with this issue? |
@ekzhu I have taken a look at the issue and it seems that Datastax already raised this. Sharing the ticket |
Thanks for looking into this. Regarding the second point in the error message:
Is there anything we have to do on our end? |
We might have to use asyncio since asyncore has been deprecated. But even if we implement it I think it will be a short time thing because once the issue is resolved and the new drivers are released we might have to reinstall it and it might create an issue again. We can still think about it. @ekzhu |
Thanks. Let's wait for their issue to resolve. |
When running in Python 3.12, get the following error:
The text was updated successfully, but these errors were encountered: