Re: PyThreadState_Get

2016-09-24 Thread dieter
Bharadwaj Srivatsa writes: > Which ever project I am trying to install using python setup.py install > command, i am getting the following error.. > > python -mtrace --trace setup.py install > Fatal Python error: PyThreadState_Get: no current thread > ABORT instruction (core

PyThreadState_Get

2016-09-23 Thread Bharadwaj Srivatsa
Which ever project I am trying to install using python setup.py install command, i am getting the following error.. python -mtrace --trace setup.py install Fatal Python error: PyThreadState_Get: no current thread ABORT instruction (core dumped) How to get rid of this error and whats the cause