我刚刚更新了Pycharm,除了提供以下错误的"Python控制台"之外,一切正常:
"/ Applications/PyCharm CE.app/Contents/helpers/pydev/pydevconsole.py"52830 52831
Traceback(最近一次调用最后一次):
文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/pydevconsole.py",第526行,pydevconsole.start_server(host,int(port),int(client_port),client_host)
文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/pydevconsole.py",第347行,在start_server解释器中= InterpreterInterface(client_host,client_port,threading.currentThread())
文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console.py",第24行,在init self.interpreter = get_pydev_frontend(host,client_port)中
在get_pydev_frontend _PyDevFrontEndContainer._instance = _PyDevFrontEnd()中输入文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py",第461行
文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py",第310行,在init self.ipython = PyDevTerminalInteractiveShell.instance()
文件"/Users/kiarash/anaconda/lib/python3.6/site-packages/traitlets/config/configurable.py",第412行,实例中inst = cls(*args,**kwargs)
在init super(TerminalInteractiveShell,self)中输入文件"/Users/kiarash/anaconda/lib/python3.6/site-packages/IPython/terminal/interactiveshell.py",第430行.init(*args,**kwargs)
在init self.init_completer()中输入文件"/Users/kiarash/anaconda/lib/python3.6/site-packages/IPython/core/interactiveshell.py",第516行
文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py",第234行,在init_completer self.Completer = self._new_completer_500()
文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py",第196行,在_new_completer_500 parent = self
在init self.matchers.remove中文件"/ Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py",第87行(self.python_matches)
ValueError:list.remove(x):x不在列表中
进程以退出代码1结束