unicodedecodeerror tag

10 questions


1 answers
101 views
0
Read Python json. UnicodeDecodeError: 'cp949' codec can't decode byte

// Enter your code here[ { created_time: 2018-01-23 08:00:00, link: http://news.jtbc.joins.com/article/article.aspx?news_id=NB11579263, message: To former lawmaker Lee Sang-deuk, who was a big shot...


1 answers
89 views
0
Python UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 0: invalid start byte

Python python -m http.When I entered the command server, there was no error on other computers. But when I input it on my friend's computer, it says, Traceback (most recent call last): and at the end,...


1 answers
84 views
0
Python Question UnicodeDecodeError: 'utf-8' code can't code byte 0xb1 in position 0

I'm studying Python for djangoWhen you run the server, continue UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb1 in position 0: invalid start byteI don't know if this is the problem, but when ...


1 answers
108 views
0
Python decoding question. UnicodeDecodeError 'utf-8' codec can't decode byte 0xb5 in position 3

I'm making a shell out of Python.import osfrom subprocess import check_outputprint(check_output(dir, shell=True).decode('utf-8'))It is a program that returns and prints the returned value when you ent...


1 answers
68 views
0
An error called UnicodeDecodeError occurred while coming to view the csv file in Pandas.

I'm sure I followed the example on the blog, but I don't know why there's an error with mine. I'm sure there's a 111.csv file, but I get this error. import pandas as pdasdf=c:\\Users\\KJY\\Desktop\\11...


1 answers
99 views
0
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc1 in position 0: invalid start byte.

Hello, I'm a high school student who is running the code due to school assignments. https://github.com/Bengemon825/TF_Object_Detection2020 I received an example from the link above and changed the dat...


1 answers
91 views
0
Python folium, geojson, csv questions. UnicodeDecodeError: 'cp949' codec can't decode

Below is the code that I made. #-*- coding: utf-8 -*-import foliumfrom folium import pluginsimport pandas as pdimport jsonimport geojsoncountry_data='row_deal_s.csv'df = pd.read_csv('row_deal_s.csv')d...


1 answers
120 views
0
This is an automated email code. It's Python, it works on a laptop, and the desktop has an error. UnicodeDecodeError in gethostbyaddr

I'm getting an error on my desktop. If you know the reason, please explain.I'm only looking for this for two days, but I'm asking you a question because my learning progress is not progressing.from em...


1 answers
98 views
0
Python tkinter image path setting question 'unicodeescape' code can't decode bytes in position 2-3: truncated \UXXXXXXescape

I copied and pasted the file path on the blog with any picture I had, but there was an error.(I tried to display a picture of a png file called Lee on my desktop) from tkinter import *w = Tk()w.title(...


1 answers
77 views
0
'utf-8' codec can't decode byte 0xbf in position 5511: invalid start byte (applies to which file?)

Processing LABEVENTS table: 0%| | 0/27854056 [00:00<?, ?it/s]Traceback (most recent call last): File /usr/lib/python3.8/runpy.py, line 194, in _run_module_as_main return _run_code(code, ma...


© 2024 OneMinuteCode. All rights reserved.