-
Notifications
You must be signed in to change notification settings - Fork 418
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 #1906
Comments
We will have a look at 3.12 support soon - the package dependencies haven't been updated in a few months, which isn't helping. When we get that done we'll take a look at 3.12 |
So it looks like the 3.9 versions of aiohttp didn't resolve this, or we ran into another problem. Checking into it now. My goal is to have Python 3.12 support in the next release. |
Just ran into this the hard way after upgrading to Python 3.12 for Home Assistant's requirement. Any update on this? Thanks! |
@brent20 the current git-version works with python3.12 and can be installed with: |
pip3 install appdaemon still fails under Ubuntu 24.04 with python12. The current git-version (thanks @sqozz) does install okay. |
I did some work in the last few days to update dependencies and get 3.12 working so this should be resolved in the next release. |
3.13 is out already. I doubt there's anything special about 3.13. |
Is there an existing feature request for this?
Your feature request
Hello,
I tried installing AppDaemon with Python 3.12 and I got this error:
This seems to be related to this aiohttp issue. Looks like it can be workaround by installing
aiohttp==3.9.0b0
The text was updated successfully, but these errors were encountered: