警告(python):您的“ python-shell-解释器”似乎不支持readline,

时间:2019-06-20 03:29:12

标签: python emacs org-mode

的形式运行源代码片段
#+BEGIN_SRC  python :results output  :session
import pandas as pd
s = pd.Series(['banana', 42])
print(s)
#+END_SRC

它报告错误:

  

警告(python):您的“ python-shell-interpreter”似乎没有   支持readline,但是“ python-shell-completion-native-enable”   而“ python”不属于   “ python-shell-completion-native-disabled-interpreters”列表。本机   完成已在本地禁用。

即使发出警告,它也会产生正确的结果

enter image description here

警告是什么意思?

0 个答案:

没有答案