Getting the below error. to Solve the problem i delete the following line from this file: /home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/init.py
from .wifi_gnuradio import *
But this is not a longer term solution
(dev) nodeuser@experiment-unit:~/examples/gnuradio$ ./wishful_simple_controller --config ./controller_config.yaml
Traceback (most recent call last):
File "./wishful_simple_controller", line 11, in
import wishful_module_gnuradio
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/init.py", line 3, in
from .wifi_gnuradio import *
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/wifi_gnuradio.py", line 35, in
class WiFiGnuRadioModule(GnuRadioModule):
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/wifi_gnuradio.py", line 101, in WiFiGnuRadioModule
@wishful_module.bind_function(upis.radio.set_bandwidth)
AttributeError: module 'wishful_upis.radio' has no attribute 'set_bandwidth'
(dev) nodeuser@experiment-unit:~/examples/gnuradio$
Getting the below error. to Solve the problem i delete the following line from this file: /home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/init.py
from .wifi_gnuradio import *
But this is not a longer term solution
(dev) nodeuser@experiment-unit:~/examples/gnuradio$ ./wishful_simple_controller --config ./controller_config.yaml Traceback (most recent call last): File "./wishful_simple_controller", line 11, in
import wishful_module_gnuradio
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/init.py", line 3, in
from .wifi_gnuradio import *
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/wifi_gnuradio.py", line 35, in
class WiFiGnuRadioModule(GnuRadioModule):
File "/home/nodeuser/dev/lib/python3.5/site-packages/wishful_module_gnuradio/wifi_gnuradio.py", line 101, in WiFiGnuRadioModule
@wishful_module.bind_function(upis.radio.set_bandwidth)
AttributeError: module 'wishful_upis.radio' has no attribute 'set_bandwidth'
(dev) nodeuser@experiment-unit:~/examples/gnuradio$