We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From requirements.txt:
requirements.txt
# Home Assistant Core aiohttp==3.8.1
When it's built, you get an error during compilation:
aiohttp/_websocket.c:198:12: fatal error: longintrepr.h: No such file or directory
It is known issue and was worked around in latest release.
But since dependency is fixed and not uses "compatible" version matching (i.e. ~=3.8.1), it fails during installation.
~=3.8.1
2023.2.0
2023.1.7
Home Assistant Core
No response
The text was updated successfully, but these errors were encountered:
Python 3.11 is not supported yet and blocked by this issue aio-libs/aiohttp#7172
Sorry, something went wrong.
No branches or pull requests
The problem
From
requirements.txt
:When it's built, you get an error during compilation:
It is known issue and was worked around in latest release.
But since dependency is fixed and not uses "compatible" version matching (i.e.
~=3.8.1
), it fails during installation.What version of Home Assistant Core has the issue?
2023.2.0
What was the last working version of Home Assistant Core?
2023.1.7
What type of installation are you running?
Home Assistant Core
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: