pycharm的python console报错CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py", line 87, in init self.matchers.remove(self.python_matches) ValueError: list.remove(x): x not in list

卸载ipython

pip uninstall ipython

安装ipython6.2.0

pip install ipython==6.2.0

原文地址:https://www.cnblogs.com/wangbaojun/p/10758407.html