[issue39739] Python crash every time opening pycharm, seems related to tensorflow

2020-02-25 Thread nono
New submission from nono : Hey, Whenever I try to open project in Pycharm, it will update python interpreter before the python process crashes with a SIGABRT and I get a crash window from OSX. I use homebrew with the latest packages and python 3.7.6. Any help is appreciated. Here's the log:

[issue39739] Python crash every time opening pycharm, seems related to tensorflow

2020-02-24 Thread Mark Dickinson
Change by Mark Dickinson : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue39739] Python crash every time opening pycharm, seems related to tensorflow

2020-02-24 Thread nono
nono added the comment: Okay, I will discuss this in tensorflow forum. Thanks for providing the information. -- ___ Python tracker ___

[issue39739] Python crash every time opening pycharm, seems related to tensorflow

2020-02-24 Thread Mark Dickinson
Mark Dickinson added the comment: Hmm. I don't see anything here that would indicate that this is a core Python problem. This looks like something you'd need to take up with the tensorflow folks. (Investigations could conceivably turn up a CPython bug as the underlying cause, in which case

[issue39739] Python crash every time opening pycharm, seems related to tensorflow

2020-02-24 Thread nono
Change by nono : -- components: macOS nosy: leo212121, ned.deily, ronaldoussoren priority: normal severity: normal status: open title: Python crash every time opening pycharm, seems related to tensorflow type: crash versions: Python 3.7 ___ Python