Support Python 3.9
gaberogan opened this issue · 2 comments
gaberogan commented
The cchardet version is 2.1.4 and should be upgraded to 2.1.7 in order to support Python 3.9. I'm not sure what else needs upgrading but it would be nice to support the latest Python version so developers can create their own Import APIs more easily. Thanks.
devon-seitz commented
FYI not sure if this is still an issue for anyone else, but i was able to fix by installing cython (pip3 install cython)