Closed matgrioni closed 4 years ago
Windows uses CP-1252 as the default encoding which causes issues when installing from setup.py. setup.py reads README.rst which uses unicode encoding. This causes a UnicodeDecodeError during install.
setup.py
Fixed in latest release.
Will try to merge in any differences in functionality and characters to cltk for better support in the future.
Windows uses CP-1252 as the default encoding which causes issues when installing from
setup.py
.setup.py
reads README.rst which uses unicode encoding. This causes a UnicodeDecodeError during install.