Skip to content

ImportError: No module named 'pyric' - when running GNU Radio Controller  #3

@diarmuidcire

Description

@diarmuidcire

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions