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

Failed to start gnuradio-default(3.8) follow the "To run PyBOMBS (Quickstart)" on Ubuntu 18.04.3 #570

Open
takurx opened this issue Jan 28, 2020 · 2 comments

Comments

@takurx
Copy link

takurx commented Jan 28, 2020

I have installed follow the step of "To run PyBOMBS (Quickstart)".
I saw error of ModuleNotFoundError.

WS000029

It generated module of gnuradio under "~/{base_folder}/lib/python3/dist-package".
I added $PYTHONPATH in setup_env.sh this path that is "/home/{user_name}/{base_folder}/lib/python3/dist-package".
And GNU radio 3.8 started.

setup_env.sh is not enough $PYTHONPATH when "pybombs auto-config" generated.
My setup_env.sh have $PYTHONPATH that is "~/{base_folder}/lib/python3.6/dist-package", but don't have "~/{base_folder}/lib/python3/dist-package".

My environment is Ubuntu 18.04.3. Thanks.

@takurx takurx changed the title Failed to install gnuradio-default(3.8) follow the "To run PyBOMBS (Quickstart)" Failed to install gnuradio-default(3.8) follow the "To run PyBOMBS (Quickstart)" on Ubuntu 18.04.3 Jan 30, 2020
@takurx takurx changed the title Failed to install gnuradio-default(3.8) follow the "To run PyBOMBS (Quickstart)" on Ubuntu 18.04.3 Failed to start gnuradio-default(3.8) follow the "To run PyBOMBS (Quickstart)" on Ubuntu 18.04.3 Jan 30, 2020
@takurx
Copy link
Author

takurx commented Feb 6, 2020

#553 is same problem.

@Phil67ago
Copy link

I fixed my error by updating pybombs with following patch in '~/.local/usr/lib/python3.10/site-packages/pybombs'.
pybombs.patch.txt
Then update 'setup_env.sh' by issue following in --- your working pybombs run directory ---:
pybombs prefix write-env

Secondly I could not get LD_LIBRARY_PATH working, I don't know why but it won't take that in when 'ld' loads things.
This is on Linux/Fedora 36.

Solved by:
echo "--- your working pybombs run directory ---/gnuradio-3.11.0/lib64/" > /etc/ld.so.conf.d/gnuradio-3.11.conf
Close everything and logout and in 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