AttributeError: 'PyDevTerminalInteractiveShell' object has no attribute 'has_readline'

Couldn't connect to console process.

错误原因:已经安装的 ipython版本不兼容,卸载后安装4.2.0版本

操作:启动命令窗口,输入以下命令。

pip3 uninstall ipython
pip3 install ipython==4.2.0

 

若所使用的Project Interpreter(解释器)来自于..\Anaconda3\python.exe,则使用命令

conda uninstall ipython
conda install ipython==4.2.0

相关文章:

  • 2022-01-02
  • 2021-09-10
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-09
  • 2022-01-19
  • 2021-11-30
  • 2021-12-27
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案