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
Uncommented the last 2 lines (langid = ... and print)
Executed this from command prompt, on macos:
python3 fun_langid.py
Error:
SyntaxError: Non-UTF-8 code starting with '\xd1' in file .../fun-langid/fun_langid.py on line 76, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
The text was updated successfully, but these errors were encountered:
mihnita
changed the title
Encoding error when running with Python 3
fun-langid: Encoding error when running with Python 3
Sep 25, 2023
Uncommented the last 2 lines (
langid = ...
andprint
)Executed this from command prompt, on macos:
Error:
The text was updated successfully, but these errors were encountered: