-
Notifications
You must be signed in to change notification settings - Fork 590
Closed
Description
When I try to build uvloop (following the instructions in the README), it fails:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O0 -fPIC -I/home/esnow/projects/work/cpython-perf/uvloop/uvloop-dev-3.11/include -I/home/esnow/projects/work/cpython-perf/cpython/Include -I/home/esnow/projects/work/cpython-perf/cpython -c aiohttp/_websocket.c -o build/temp.linux-x86_64-3.11/aiohttp/_websocket.o
aiohttp/_websocket.c:198:12: fatal error: longintrepr.h: No such file or directory
#include "longintrepr.h"
^~~~~~~~~~~~~~~
I'm pretty sure this is a problem in Cython. (I've opened cython/cython#4461.)
Metadata
Metadata
Assignees
Labels
No labels