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
Hi Mike - I'm running into a bit of an issue on the Twitter_coronavirus assignment. When I attempt to run run_map.sh, I'm being thrown encoding errors in my output file. Here is the specific return:
File "./src/map.py", line 17
SyntaxError: Non-ASCII character '\xec' in file ./src/map.py on line 17, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
I've visited the website listed, but am unsure of the correct encoding, I tried utf-8, but was unsuccessful. Does anyone have any insight here?
The text was updated successfully, but these errors were encountered:
Hi Mike - I'm running into a bit of an issue on the
Twitter_coronavirus
assignment. When I attempt to runrun_map.sh
, I'm being thrown encoding errors in my output file. Here is the specific return:I've visited the website listed, but am unsure of the correct encoding, I tried
utf-8
, but was unsuccessful. Does anyone have any insight here?The text was updated successfully, but these errors were encountered: