asyncpg fails to build with Python 3.14.0
#1306
-
|
Hopefully there'll be a patch, but I think some things in the Python API have changed causing it to fail. Full error message below (I'm assuming it affects any Python version after this) ... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
@badlydrawnrob I'm on Linux and everything works with |
Beta Was this translation helpful? Give feedback.
-
|
It looks like there aren't any wheels yet for asyncpg and Python 3.14 https://pypi.org/project/asyncpg/#files Hopefully that will change soon, and you won't have to worry about building it. |
Beta Was this translation helpful? Give feedback.
-
|
I converted this to a discussion, as it's not something we can directly fix. |
Beta Was this translation helpful? Give feedback.
It looks like there aren't any wheels yet for asyncpg and Python 3.14
https://pypi.org/project/asyncpg/#files
Hopefully that will change soon, and you won't have to worry about building it.