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

Installation is broken on Python 3.11 #87120

Closed
gudvinr opened this issue Feb 1, 2023 · 1 comment
Closed

Installation is broken on Python 3.11 #87120

gudvinr opened this issue Feb 1, 2023 · 1 comment

Comments

@gudvinr
Copy link

gudvinr commented Feb 1, 2023

The problem

From 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.

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

@bdraco
Copy link
Member

bdraco commented Feb 2, 2023

Python 3.11 is not supported yet and blocked by this issue aio-libs/aiohttp#7172

@bdraco bdraco closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants