htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

Hard crash when attempting to run nustudio #18

Closed scottpurdy closed 9 years ago

scottpurdy commented 9 years ago

I got nustudio installed but when I attempt to run it I get the OS X pop up saying "Python quit unexpectedly. ..."

And the command line shows this:

$ nustudio
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6

This is on OS X 10.9.4, Python 2.7.5 with qt/pyqt installed via homebrew.

david-ragazzi commented 9 years ago

Hi Scott,

I'm pretty sure that these links may solve this:

http://stackoverflow.com/questions/23315464/swig-fatal-python-error-pythreadstate-get-no-current-thread-abort-trap-6-with

http://stackoverflow.com/questions/15678153/homebrew-python-on-mac-os-x-10-8-fatal-python-error-pythreadstate-get-no-cu

According to the answers, you probably are having conflict with Python versions installed on your machine.

scottpurdy commented 9 years ago

Thanks David, that worked. I had another issue with the brewed Python so fine to move back to system.