Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

gr-baz built on wrong Python Libs #38

Open
yrougy opened this issue Aug 22, 2013 · 2 comments
Open

gr-baz built on wrong Python Libs #38

yrougy opened this issue Aug 22, 2013 · 2 comments

Comments

@yrougy
Copy link

yrougy commented Aug 22, 2013

A "brew install gr-baz --HEAD" on my system seems to work well, but I have a crash when I launch gnuradio-companion. This is because all gnuradio is built with brew Python, but gr-baz is building with Apple Python...

I had to change the system 'cmake' line in /usr/local/Library/Formula/gr-baz.rb into

system 'cmake', '..', '-DPYTHON_LIBRARY=/usr/local/Frameworks/Python.framework/Versions/2.7/Python ', *std_cmake_args

to make it work...

Y.

@tlrobinson
Copy link

+1 This solved the problem for me. Thanks. (Fatal Python error: PyThreadState_Get: no current thread)

@diodenschein
Copy link

+1 Big help thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants