When running gnu radio code I get the follow error
ImportError: No module named 'pyric'
Its missing from the /home/nodeuser/dev/lib/python3.5
installed by going into the following directory and installing
cd /home/nodeuser/dev/bin
(dev) nodeuser@experiment-unit:~/dev/bin$ ./pip install pyric
(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 5, in
import pyric.utils.channels as channels
ImportError: No module named 'pyric'
When running gnu radio code I get the follow error
ImportError: No module named 'pyric'
Its missing from the /home/nodeuser/dev/lib/python3.5
installed by going into the following directory and installing
cd /home/nodeuser/dev/bin
(dev) nodeuser@experiment-unit:~/dev/bin$ ./pip install pyric
(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 5, in
import pyric.utils.channels as channels
ImportError: No module named 'pyric'