directory
To solve the problem
solution
The solution
To solve the problem
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xd3 in position 238: invalid continuation byte
solution
Unicode decoding error: “UTF-8” codec cannot decode byte 0xD3 in position 238: Continue byte invalid
The solution
Open the file in Python’s IDE, and add a line of code at the top!
# -*- coding: utf-8 -*-
or
# coding: utf8
=
=
reported this error today while creating a new VUE project. It has been checked many times online, but there is no effective solution.