spacetelescope / imexam

imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
http://imexam.readthedocs.io
BSD 3-Clause "New" or "Revised" License
74 stars 45 forks source link

Python 3.11 incompatibility #256

Open bsipocz opened 1 year ago

bsipocz commented 1 year ago

python 3.11 build has been attempted at conda-forge, but both the linux and osx version runs into something that looks like an incompatibility:

wrappers/xpa.c:236:12: fatal error: longintrepr.h: No such file or directory

Others have seen the same problem, e.g. https://github.com/aio-libs/aiohttp/issues/6600 is probably a good staring point.

Here is the feedstock PR and failed CI logs: https://github.com/conda-forge/imexam-feedstock/pull/14