ghostop14 / gr-correctiq

GNURadio blocks to remove that IQ DC spike just like some software and drivers do! Three techniques available: auto, auto-tune to dc offset, and manual.
GNU General Public License v3.0
82 stars 19 forks source link

ModuleNotFoundError: No module named 'correctiq #14

Open on4dpx opened 3 years ago

on4dpx commented 3 years ago

Dear readers ,

I tried to install the correctiq block , installation is done via cmake../make/make install/ldconfig , all went well . Using the block with GRC says "ModuleNotFoundError: No module named 'correctiq" . I used this wiki : https://wiki.gnuradio.org/index.php/ModuleNotFoundError to set the path correct , that didn't solver .

I did found that the correctiq files are installed in this path : usr/local/lib/python3/dist-packages/correctiq . While my other blocks are in : usr/lib/python3/dist-packages

I tried to move from one directory to the ohter but that didn't worked . I'm new to Linux and using Ubuntu , GRC 3.8.1.0 . I also noticed that while installing the files it says "python3" while my GRC 3.8.1.0 says Python 3.8.5 .

Any help is appreciated .

best regards, Kenny

ghostop14 commented 3 years ago

Hi on4dpx, so a couple things to double-check. On GR 3.8, make sure you clone the maint-3.8 branch. Master is meant to be aligned with GR master which is GR 3.9. Also, double-check that make install succeeded. I would expect if things are in /usr/lib, you would need to "sudo make install".

If the python path is wrong, running "find / | grep correctiq" should help you see where it was installed. You may want to double-check that path is in your python path as well.