sq5bpf / telive

Tetra live monitor
GNU General Public License v3.0
281 stars 103 forks source link

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

Open lostence opened 4 years ago

lostence commented 4 years ago

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 commented 4 years ago

Have the exact same problem on Kali 2020.1

javiercoso commented 4 years ago

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

sq5bpf commented 4 years ago

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 commented 4 years ago

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

lostence commented 4 years ago

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

Kryptoxic commented 4 years ago

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 commented 3 years ago

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

sq5bpf commented 3 years ago

@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 commented 3 years ago

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 commented 11 months ago

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 commented 11 months ago

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!