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
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$
The text was updated successfully, but these errors were encountered:
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/examples/gnuradio$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:
The text was updated successfully, but these errors were encountered: