Skip to content
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

AttributeError: 'module' object has no attribute 'packet_encoder' #2

Open
Yash-dev1 opened this issue Aug 11, 2021 · 1 comment
Open

Comments

@Yash-dev1
Copy link

When I try to run the encdec_custom_fec.grc example, I get the following error:
Generating: '/home/dragon/gr-packetizer/examples/encdec_custom_fec.py
Executing: /usr/bin/python -u /home/dragon/gr-packetizer/examples/encdec_custom_fec.py
Using Volk machine: avx2_64_mmx_orc Traceback (most recent call last): File "/home/dragon/gr-packetizer/examples/encdec_custom_fec.py", line 432, in <module>
main() File "/home/dragon/gr-packetizer/examples/encdec_custom_fec.py", line 420, in main tb = top_block_cls(frame_size=options.frame_size, puncpat=options.puncpat) File "/home/dragon/gr-packetizer/examples/encdec_custom_fec.py", line 240, in __init__
self.packetizer_packet_encoder_0 = packetizer.packet_encoder((preamble), constel_header.base(), constel_payload.base(), header_formatter.base(), False, False, "packet_len", 0, False, 1)
AttributeError: 'module' object has no attribute 'packet_encoder'
I'm using GNU Radio Companion 3.7.9 on Ubuntu 16.04. I dont know how to resolve this issue.Any leads will be thankful

@josephjosuuu
Copy link

Have you installed the gr-packetizer module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants