-
Notifications
You must be signed in to change notification settings - Fork 543
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
uvloop fails to build with Python 3.13-rc1 #622
Comments
#587 will fix this |
Great! Thanks @fantix for the update! |
I came across this using the Fedora 41 Beta, which ships with Python 3.13. Hopefully 0.21.0 will arrive on PyPI soon. |
waiting for this to be merged and live. |
can confirm that I could compile and install uvloop on 3.13.0 on ubuntu 22.04lts.
|
OK, I have this error too. Also on Ubuntu, but 24.04. Any clues? |
Current master builds fine against standard 3.13.0 but failes when python is build with free-threaded/nogil mode with several errors like this:
Tested against free-threaded python 3.13.0 installed via |
3.13.0 still have this bug yeah, especially when installing asyncio. Would be nice if the fix is installed for 3.13 though |
Same error on MacOS 15.0.1 with Python 3.13 |
I can admit 0.21.0b1 compiles successfully on Ubuntu 24.04 now. I went with my fork of CPython, installed all dependencies and it works. I also tried to compile with forked Python (which is 3.14 pre-alpha, just 4 days old) and it failed. |
@fantix Think you could spin a new release with python 3.13 support? |
Yup, on it. I'll promote the current beta into a release. |
Think this can now be closed with |
Yup, please feel free to reopen if 0.21.0 doesn't work. |
PYTHONASYNCIODEBUG
in env?: N/AI failed to install uvloop on Python 3.13-rc1 using this command
docker run --name python --rm -i -t python:3.13-rc pip install uvloop
. It ends up with those errors:The text was updated successfully, but these errors were encountered: