I'm trying to get ROS to play nicely with my Anaconda python. I know the prevailing answer to this problem is. "Don't." but I need Anaconda for other elements of my workflow.
My main issue is this:
$ roswtf
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6
which [seems to be the result of the wrong python being called](http://stackoverflow.com/questions/15678153/homebrew-python-on-mac-os-x-10-8-fatal-python-error-pythreadstate-get-no-cu). What I'm not sure about is how ROS binaries know which python version to use. Does anyone have experience with this?
↧