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

not working on debian 11 (testing, bullseye) #25

Open
lostence opened this issue Dec 27, 2019 · 11 comments
Open

not working on debian 11 (testing, bullseye) #25

lostence opened this issue Dec 27, 2019 · 11 comments

Comments

@lostence
Copy link

Apparently the gnuradio 3.8 package, in debian testing 11, is now using python3.
So the expected gnuradio python module is now installed in /usr/lib/python3.7/dist-packages/ instead of the python2.7 directory.

Just changing the default python version is not enough to make "receiver1udp" work neither.

When using python 2.7 it complains the gnuradio module is not found.
When using python 3.7 it throws even more errors.

Do you have any free time to make it work with python3 ?

@binux228
Copy link

Have the exact same problem on Kali 2020.1

@javiercoso
Copy link

The same for me on Debian with GnuRadio 3.8.1.0 (Python 3.8.2)

@sq5bpf
Copy link
Owner

sq5bpf commented Apr 19, 2020

i do't have debian 11 installed yet

it works on debian 10 and lower

i will migrate to debian 11 eventually on one of my workstations, and then will make it work

@Kryptoxic
Copy link

Same exact issue with me on Ubuntu 20.04 LTS. Python3 is now default and installing gnuradio gives you 3.8

@lostence
Copy link
Author

Would you take a donation to have a look at this?
I'm willing to give like 25€ to help motivate you :D

@Kryptoxic
Copy link

Would you take a donation to have a look at this?
I'm willing to give like 25€ to help motivate you :D

Unfortunately, I'm pretty backed up with my own work to do some open source work. Appreciate the offer though. Maybe @sq5bpf could look into taking up the donation :D

@lostence
Copy link
Author

@sq5bpf i guess you did not have time yet to look at this ..
My 25 euros motivation donation is still valid ;)

@sq5bpf
Copy link
Owner

sq5bpf commented Nov 15, 2020

@sq5bpf i guess you did not have time yet to look at this ..
My 25 euros motivation donation is still valid ;)

I did start looking into this, but didn't have much time yet. i don't want earn any money from this, but i will solve this eventually. two of my laptops are running debian bullseye now, so i have a motivation too

not having a financial interest in this really simplifies a lot of things (also from a legal point of view)

but if we ever meet in person you will buy all the beer, even over the 25 euro limit :)

@lostence
Copy link
Author

Oh that's great, i hope to see update in the near future :)

but if we ever meet in person you will buy all the beer, even over the 25 euro limit :)

Ooh yeah if you pass near Brussels, hit me up i'll hydrate you properly ;)

@sq5bpf
Copy link
Owner

sq5bpf commented Aug 7, 2023

I've added support initial for gnuradio 3.10 (this is the version in debian 12), it may also work with other gnuradio versions.
Docs and install_telive.sh will be updated in the near future.

Unfortunately the GUI receiver with xmlrpc doesn't work reliably due to gnuradio bug #6766, but the headless receivers do work.

So check and see if it works for you.

@javiercoso
Copy link

I've added support initial for gnuradio 3.10 (this is the version in debian 12), it may also work with other gnuradio versions. Docs and install_telive.sh will be updated in the near future.

Unfortunately the GUI receiver with xmlrpc doesn't work reliably due to gnuradio bug #6766, but the headless receivers do work.

So check and see if it works for you.

Thank you very much for the information. I´ll try it as soon as possible!

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

5 participants