-
Notifications
You must be signed in to change notification settings - Fork 937
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 #1167
Comments
Running
Likely caused by |
@bloebp can you take a look? We can aim to do a release that supports 3.12 |
Some of the requirements are (or were) not supporting Python 3.12, that's why we excluded it in the last release. However, that might have changed in the mean time and should be checked again. We can certainly aim at a new release and also deprecate 3.8 support. |
There is also another error for me when try do the same:
I also found that my case has been reported as a bug in issue #1181. |
@dimoibiehg can you double check the installed DoWhy version (e.g., |
The result of this command is |
The current version is 0.11.1, maybe try updating DoWhy. Note that you need a Python version below 3.12, so, e.g., 3.11 |
Thanks for the suggestion. However, I reported the error in this issue. What I meant is that when using Python 3.12, you will get this error as well. |
Ah, ok you just wanted to confirm that you have the same issue with 3.12. Yes, we will try to address this with the next 0.12 release to be compatible with 3.12 |
Is your feature request related to a problem? Please describe.
Would like to use dowhy in a Python 3.12 project.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: