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
积一时之跬步,臻千里之遥程