-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[BUG] longintrepr.h not found #4461
Comments
This was referenced Nov 9, 2021
Looks like this was already fixed in #4428. |
This was referenced Mar 20, 2022
This was referenced Oct 26, 2022
3 tasks
etal
added a commit
to etal/cnvkit
that referenced
this issue
Feb 22, 2023
Configure a CI workflow based on tox. Install the R package DNAcopy differently on Linux and Mac OS: - Linux: apt for compiled dependencies and DNAcopy - macOS: brew for dependencies, then callR.org for DNAcopy Some matrix options are left commented out: - Python 3.11: upstream issue cython/cython#4461 prevents pysam and pomegranate from compiling - Latest Python `-min`: known runtime failure due to numpy compiled-for-xyz binary incompatility - Typing: mypy runs successfully and reports known errors; CNVkit codebase needs an overhaul Python 3.11 and Typing configs are still available in tox.ini for local testing.
nedko
added a commit
to LADI/os-gentoo-overlay
that referenced
this issue
May 2, 2023
../jack_mixer-17/src/_jack_mixer.c:198:12: fatal error: longintrepr.h: No such file or directory 198 | #include longintrepr.h | ^~~~~~~~~~~~~~~ compilation terminated. See also: cython/cython#4461 By not using tarball, src/_jack_mixer.c is always generated with proper version of cython
This was referenced Aug 4, 2023
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
An extension using Cython with CPython main won't build:
To Reproduce
Try to build https://github.com/MagicStack/uvloop.
Environment (please complete the following information):
Additional context
About a month ago, Include/longintrepr.h was moved to Include/cpython/longintrepr.h. See python/cpython#28968 (https://bugs.python.org/issue35134).
The text was updated successfully, but these errors were encountered: