Closed RandyLBryant closed 3 weeks ago
File a report against sacad, they probably pin aiohttp to an old version for no apparent reason.
Also, fix you Python command first. In the same bug report you've said you're using 3.12 and shown logs that show you're running 2.7...
Maybe you need to use python3
on your machine..
Describe the bug
I am trying to build and install sacad on Mac OS 11.6.8 using python 3.12.6 and I am getting the following error:
self.initialize_options() aiohttp/_websocket.c:196:12: fatal error: 'longintrepr.h' file not found
include "longintrepr.h"
^
~~~~~~To Reproduce
I am trying to build and install sacad on Mac OS 11.6.8 using python 3.12.6 and I am getting the following error:
self.initialize_options() aiohttp/_websocket.c:196:12: fatal error: 'longintrepr.h' file not found
include "longintrepr.h"
^
~~~~~~Expected behavior
Need missing header file to build without errors
Logs/tracebacks
Python Version
aiohttp Version
multidict Version
yarl Version
OS
MAC OS
Related component
Client
Additional context
No response
Code of Conduct