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

ModuleNotFoundError: No module named 'correctiq #14

Open
on4dpx opened this issue Dec 25, 2020 · 1 comment
Open

ModuleNotFoundError: No module named 'correctiq #14

on4dpx opened this issue Dec 25, 2020 · 1 comment

Comments

@on4dpx
Copy link

on4dpx commented Dec 25, 2020

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
Copy link
Owner

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.

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