We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错信息仅此一条 python 3.10.14: UnicodeDecodeError - 'utf-8' codec can't decode byte 0xfc in position 224: invalid start byte python 3.11: UnicodeDecodeError - 'utf-8' codec can't decode byte 0xfc in position 64: invalid start byte
The text was updated successfully, but these errors were encountered:
可能是文件编码不对吧,试试用dos2unix类似的命令,批量处理下文件格式
dos2unix
Sorry, something went wrong.
在__init__.py", line 187 那里加了一行print(file_path) 然后重新执行报错的命令 找到报错信息上面最后一行file_path, 用vs_code将这个文件转为utf-8编码,然后还原__init__.py
No branches or pull requests
报错信息仅此一条
python 3.10.14:
UnicodeDecodeError - 'utf-8' codec can't decode byte 0xfc in position 224: invalid start byte
python 3.11:
UnicodeDecodeError - 'utf-8' codec can't decode byte 0xfc in position 64: invalid start byte
The text was updated successfully, but these errors were encountered: