-
Notifications
You must be signed in to change notification settings - Fork 565
Fails to build on PyPy 3.11 #657
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
Comments
This means it used to work with PyPy 3.10? |
@lucascompython I can't promise it fully works but the Scrapy CI runs simple tests that use uvloop on PyPy 3.10. |
I'm not getting the same error.
I've also tried compiling uvloop with Cython 3.1.0.a1, but got the same error. |
|
Yeah, #537 seems to be the issue, but you did have it working on PyPy3.10 right? |
Again, it builds fine on the GitHub CI |
I get that, I can turn off those warning, and it builds, and I can install uvloop, but then it doesn't run.
|
That's also old and not specific to PyPy 3.10: #370 (note that I have no idea about any of this, but it's easily googleable) |
You probably mean #380. |
It might be that the recent updates in the toolchain somehow got it working, but I think that's unlikely and quite unexpected, as uvloop does not support PyPy at this moment. Please also see Yury's comments on porting uvloop to PyPy in #82. |
lxml has the same problem so I guess it's the same underlying issue that requires regenerating C code with Cython 3.0.12.
The text was updated successfully, but these errors were encountered: