You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issue with cChardet: PyYoshi/cChardet#81 and has not been fixed since last year. It's unlikely that it will be fixed soon.
There are options to for example move to a fork at https://github.com/faust-streaming/cChardet but also updating to a recent Cython helps (tested): pip install --upgrade Cython. Maybe add the latter as a dependency for Python 3.11 and up?
The text was updated successfully, but these errors were encountered:
On installing warcit in a python 3.11 venv, I get a compilation error:
This is a known issue with cChardet: PyYoshi/cChardet#81 and has not been fixed since last year. It's unlikely that it will be fixed soon.
There are options to for example move to a fork at https://github.com/faust-streaming/cChardet but also updating to a recent Cython helps (tested):
pip install --upgrade Cython
. Maybe add the latter as a dependency for Python 3.11 and up?The text was updated successfully, but these errors were encountered: