gpt4 book ai didi

python - python3的pycharm中的编码错误

转载 作者:行者123 更新时间:2023-11-28 21:38:20 33 4
gpt4 key购买 nike

我在 pycharm 中使用 python3,但似乎 pycharm 没有将 utf8 作为默认编码方法。

例如,我尝试在不设置编码参数的情况下打开并打印一行

with open('/Users/test.txt','r') as file:
print(file.readline())

然后我得到了

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 0: ordinal not in range(128)

虽然我可以在不设置 iterm2 和 Jupyter notebook 中的“编码”参数的情况下打开文件。所以我猜这是由于pycharm中的编码设置,并且我已经尝试了pycharm中的每个编码设置它也没有用。

最佳答案

PyCharm 为 LC_CTYPE 环境变量传递一个空值:

请参阅:PyCharm is changing the default encoding in my Django app

关于python - python3的pycharm中的编码错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48434843/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com