Giter VIP home page Giter VIP logo

Comments (8)

shyamjos avatar shyamjos commented on July 17, 2024 2

I have fixed it by copying /usr/local/lib64/python2.7/site-packages/iridium to /usr/lib64/python2.7/site-packages/ in fedora 24

from gr-iridium.

schneider42 avatar schneider42 commented on July 17, 2024

It looks like something is going very wrong with SWIG.

Can you post your iridium_swig.py contents?

from gr-iridium.

throwaway234 avatar throwaway234 commented on July 17, 2024

No problem:
iridium_swig.py.txt

from gr-iridium.

throwaway234 avatar throwaway234 commented on July 17, 2024

Nevermind, my bad. Fixed by adding /usr/local/lib64 to LD_LIBRARY_PATH. Closing this case, thanks!

from gr-iridium.

shyamjos avatar shyamjos commented on July 17, 2024

i am also having same error :( (fedora 24)

Traceback (most recent call last):
File "/usr/local/bin/iridium-extractor", line 10, in
import iridium.iridium_extractor_flowgraph
ImportError: No module named iridium.iridium_extractor_flowgraph

also tried: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64

still no luck

from gr-iridium.

daniel4x avatar daniel4x commented on July 17, 2024

Got the same issue :

Traceback (most recent call last):
  File "/usr/local/bin/iridium-extractor", line 199, in <module>
    verbose=verbose)
  File "/usr/local/lib/python2.7/dist-packages/iridium/iridium_extractor_flowgraph.py", line 173, in __init__
    self._fft_burst_tagger = iridium.fft_burst_tagger(center_frequency=self._center_frequency,
AttributeError: 'module' object has no attribute 'fft_burst_tagger'

Ubuntu 16.04 LTS ..
I checked gnuradio and it has component named fft_burst_tagger.

Any idea?

from gr-iridium.

yoelto avatar yoelto commented on July 17, 2024

Hey got exactly the same issue -
tried to add relevant directories to the path,
in the python2.7/dist-packages/iridium directory there is no fft_burst_tagger indeed but in the gr_iridium/python directory there is some qa_fft_burst_tagger or something like this.
GRC indeed has the fft_burst_tagger block.
the swig file includes fft_burst_tagger but I don't see any calling for it anywhere.
I am bit of a newbie to python as well as to gnuradio PLEASE HELP! :)

from gr-iridium.

barf avatar barf commented on July 17, 2024

FYI resolved this by running 'ldconfig' after make install on Ubuntu 16.04 here

from gr-iridium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.