-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ieee802_15_4' has no attribute 'rime_stack' #50
Comments
Make sure that:
|
Thanks, I installed swig. seems this error is gone now. however I'm getting following error now. |
running with gnuradio-config-info -v 3.8.1.0 , wondering whether this is a gnuradio thing? |
So you use GNU Radio v3.8.1.0 with the maint-3.8 branch of this module? |
You are correct, it's work well with the unmodified flow graph. |
Hi Bastian,
Trying to runtransceiver_OQPSK (/gr-ieee802-15-4/examples/ieee802_15_4_OQPSK_PHY.grc) however I'm getting following error
File "transceiver_OQPSK.py", line 134, in init
self.ieee802_15_4_rime_stack_0 = ieee802_15_4.rime_stack([129], [131], [132], [23,42])
AttributeError: module 'ieee802_15_4' has no attribute 'rime_stack'
Not sure why this is the case, is there something i am missing?
The text was updated successfully, but these errors were encountered: