-
Notifications
You must be signed in to change notification settings - Fork 6
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
cld3/pycld3.cpp:250:12: fatal error: 'longintrepr.h' file not found #35
Comments
I noticed that other packages have the same problem: aio-libs/aiohttp#6600 |
This is related to Python 3.11, workaround: use Python 3.10 basically #include "longintrepr.h" is not needed anymore as it is provided by Python.h |
I've migrated to the recommended |
For the record, in my case on Debian 12
|
I still have the longintrepr.h error, how did you manage to get it installed on python 3.11? |
Which package do you try to install when you get the longintrepr.h error? |
Python 3.11.10
|
|
Thanks that worked, sorry this was confusing i thought gcld3 is the "old" package. However, thank you very much!! |
When I try to install pycld3 under python3.11, I get
What am I doing wrong?
The text was updated successfully, but these errors were encountered: