OS/Arch
$ python -c 'import platform;print(platform.uname())'
Python version
3.11.0
cChardet version
Latest
$ python -c 'import cchardet;print(cchardet.__version__)'
What is the problem?
Failed to build.
Expected behavior
Supposed to build.
Actual behavior
fatal error: longintrepr.h: No such file or directory
Steps to reproduce the behavior
Just update to Python 3.11 and attempt to build code results in error.
OS/Arch
$ python -c 'import platform;print(platform.uname())'Python version
3.11.0
cChardet version
Latest
$ python -c 'import cchardet;print(cchardet.__version__)'What is the problem?
Failed to build.
Expected behavior
Supposed to build.
Actual behavior
fatal error: longintrepr.h: No such file or directory
Steps to reproduce the behavior
Just update to Python 3.11 and attempt to build code results in error.