“tput: Unknown terminal 'emacs'” messages when using PyCharm / iPython console on Windows

自闭症网瘾萝莉.ら 提交于 2019-12-10 14:45:01

问题


I am using PyCharm with iPython on Windows. The only Python I have installed on the box is the latest Anaconda distribution, Python 3.4 flavor.

Very often, while using the console, I get numerous instances of the following warning message:

tput: unknown terminal "emacs"

This is mixed in with the normal output. Has anyone else experienced and/or fixed this? I have dug through both the iPython and PyCharm documentation and have not found anything related.


回答1:


Did you install anything new recently?

Check your path for anything "unixy", for example I removed ...\Git\bin from my path and it solved the problem for me.



来源:https://stackoverflow.com/questions/30537994/tput-unknown-terminal-emacs-messages-when-using-pycharm-ipython-console-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!