EttusResearch / gr-doa

Direction-of-Arrival (DoA) Demo for GNU Radio (OOT) with the USRP™ X-Series and TwinRX™
GNU General Public License v3.0
102 stars 52 forks source link

No module named doa_swig #15

Closed jose100310 closed 1 year ago

jose100310 commented 1 year ago

Issue Description

''' File "/home/caai/gr-doa/apps/estimate_X310_TwinRX_constant_phase_offsets_and_save.py", line 15, in import doa File "/usr/local/lib/python2.7/dist-packages/doa/init.py", line 41, in from findmax_and_save import findmax_and_save File "/usr/local/lib/python2.7/dist-packages/doa/findmax_and_save.py", line 27, in import doa_swig as doa ImportError: No module named doa_swig '''

Setup Details

I followed all the instructions from git repository and installed the dependencies. The only issue I encounter is when running make test. all test fail due to the same line.

Expected Behavior

I am expecting to followed the doa_whitepaper.pdf

Actual Behaviour

Steps to reproduce the problem

Additional Information

I am using ubuntu 16.04, gnuradio companion 3.7.9, I have installed the UHD drivers (they are working properly), I have also installed armadillo.