pycharm无法在WSL上使用远程ssh python解释器运行.py进行编码

问题描述 投票:2回答:1

我配置我的pycharm在同一台计算机上的WSL(Linux子系统)上使用远程ssh python解释器来运行python程序。但它似乎遇到编码问题。我将所有file_encoding更改为'utf8',但不起作用。

raceback(最近一次调用last):文件“/home/yanhui/anaconda2/lib/python2.7/encodings/init.py”,第74行,在search_function entry = _cache.get(encoding,_unknown)中AttributeError:'NoneType'对象没有属性'get'

enter image description here

这里是pycharm编码配置:enter image description here

ssh远程解释器正常工作:enter image description here

python pycharm windows-subsystem-for-linux
1个回答
6
投票

转到Settings-> Tools-> Python Scientific并取消选中“在工具窗口中显示绘图”

© www.soinside.com 2019 - 2024. All rights reserved.