You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.7.7macOS 10.14.5.
Have installed gr-rds, everything looks fine, example loads in gnuradio-companion, but on running I get error AttributeError: module 'rds' has no attribute 'parser'
Looks like something with dylib linking
I sourced /Applications/GNURadio.app/Contents/MacOS/usr/bin/grenv.sh, built the module, also tried to put libgnuradio-rds.dylib into GNURadio.app's /usr/lib and in paths.
The text was updated successfully, but these errors were encountered:
Python 3.7.7
macOS 10.14.5
.Have installed gr-rds, everything looks fine, example loads in gnuradio-companion, but on running I get error
AttributeError: module 'rds' has no attribute 'parser'
Looks like something with dylib linking
I sourced
/Applications/GNURadio.app/Contents/MacOS/usr/bin/grenv.sh
, built the module, also tried to putlibgnuradio-rds.dylib
into GNURadio.app's/usr/lib
and in paths.The text was updated successfully, but these errors were encountered: