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

Can't install 0.16.0 on Python3.11 #465

Closed
dimaqq opened this issue Apr 8, 2022 · 2 comments
Closed

Can't install 0.16.0 on Python3.11 #465

dimaqq opened this issue Apr 8, 2022 · 2 comments

Comments

@dimaqq
Copy link

dimaqq commented Apr 8, 2022

  • uvloop version: 0.16.0
  • Python version: 3.11a6, 3.11a7
  • Platform: Linux
  • Can you reproduce the bug with PYTHONASYNCIODEBUG in env?: N/A
  • Does uvloop behave differently from vanilla asyncio? How?: N/A
        running build_ext
        building 'uvloop.loop' extension
        creating build/temp.linux-x86_64-3.11
        creating build/temp.linux-x86_64-3.11/uvloop
        x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/home/dima/.cache/pypoetry/virtualenvs/silly-chat-9D3wOO4G-py3.11/include -I/usr/include/python3.11 -I/tmp/pip-req-build-8tkk629d/vendor/libuv/include -c uvloop/loop.c -o build/temp.linux-x86_64-3.11/uvloop/loop.o -O2
        uvloop/loop.c:214:12: fatal error: longintrepr.h: No such file or directory
          214 |   #include "longintrepr.h"
              |            ^~~~~~~~~~~~~~~
        compilation terminated.
        error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
        [end of output]
@zeroday0619
Copy link
Contributor

zeroday0619 commented Jun 2, 2022

I fixed it to use Cython 0.29.30 in 3.11.
zeroday0619@0a1e461

image

@fantix
Copy link
Member

fantix commented Sep 13, 2022

Thanks for the report! 0.16.0 won't support Python 3.11, 0.17 will.

@fantix fantix closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2022
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

3 participants