Pycharm debugger instantly exits with 139 code

后端 未结 10 759
栀梦
栀梦 2020-12-09 16:03

After upgrade from Pycharm 2017.2.3 to Pycharm 2017.1.4 Pycharm\'s Debugger suggested to build cpython (or sth associated with it):

p

10条回答
  •  旧巷少年郎
    2020-12-09 16:28

    Mine worked after I removed pyqt5 bindings.

    sudo apt-get remove python3-pyqt5

    This wasn't happening to me because of building cpython. It was because I had installed an unrelated program. Hope it helps.

提交回复
热议问题