ryanvolz / radioconda

Software radio distribution and installer for conda
Other
396 stars 44 forks source link

GNU Radio Python blocks won't run on macOS #31

Closed techfoamer closed 1 year ago

techfoamer commented 1 year ago

Simple flowgraph with just the default embedded Python block quits when trying to run.

problem.txt

python_block_test.pdf

ryanvolz commented 1 year ago

Ha! Looks like https://github.com/gnuradio/gnuradio/issues/6283, which I happen to be investigating right this moment!

This is a tough one. While not strictly related to conda, that seems to be where it is felt most painfully since conda-forge statically links the Python library into their Python interpreter and that's not very common.

ryanvolz commented 1 year ago

The fix for this is in today's release!