traitlets.traitlets.TraitError in Pycharm

后端 未结 4 511
醉话见心
醉话见心 2021-02-07 09:33

I am a beginner in python. I am facing the following problem.

Whenever I start pycharm Community edition (version 5.0.3), the Python console fails to starts and shows th

4条回答
  •  再見小時候
    2021-02-07 10:01

    I had the same issue. I solved this by updating ipython.

    My version was 3.1.0, upgrading it to 4.1.1 solved it.

    in my case:

    workon project
    pip install -U ipython
    

提交回复
热议问题