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

uvloop pypy3.9 installing problem #518

Open
federikowsky opened this issue Dec 14, 2022 · 1 comment
Open

uvloop pypy3.9 installing problem #518

federikowsky opened this issue Dec 14, 2022 · 1 comment

Comments

@federikowsky
Copy link

federikowsky commented Dec 14, 2022

I've pypy3.9 and got this issue when try to install uvloop via pip
In file included from uvloop/loop.c:767: uvloop/includes/compat.h:74:12: error: implicit declaration of function 'PyContext_CopyCurrent' is invalid in C99 [-Werror,-Wimplicit-function-declaration] return PyContext_CopyCurrent();
I opened compat.h and it seems to have problems with including "Python.h".

@chrysn
Copy link

chrysn commented Jun 16, 2023

This is probably a duplicate of #537 -- and while this is the older item, over there is where some conversation has already accumulated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants