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 ?
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 ?