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

'adsb' has no attribute 'framer' #53

Open
jpreister4 opened this issue Apr 26, 2023 · 2 comments
Open

'adsb' has no attribute 'framer' #53

jpreister4 opened this issue Apr 26, 2023 · 2 comments

Comments

@jpreister4
Copy link

Hey,

My group and I tried cloning the repo according to the directions and the following error is occuring:

line 176, in __init__ self.adsb_framer_1 = adsb.framer(fs, threshold) AttributeError: module 'adsb' has no attribute 'framer'

I was looking at a few of the other issues(specifically #17) and originally thought it may have been a directory issue however I'm pretty sure it isn't now. Any advice?

Thank you

@mhostetter
Copy link
Owner

What version of GNU Radio are you using? How did you install gr-adsb?

@jpreister4
Copy link
Author

GNU Radio Version is 3.8.5.0

gnu version

How installed:

I followed the directions again just to make sure but I did:

  1. I created a new folder called "new gr-adsb"
  2. went into the folder and cloned the gnuradio version 3.8 of the project
  3. went into the folder "gr-absd"
  4. did "mkdir build"
  5. "cd build"
  6. "cmake ../"
  7. "make"
  8. "sudo make install"
  9. "sudo lpconfig"

ran it again and got the same error

Thanks again

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