On 05/03/2024 16:56, Trung Trieu wrote:
Hello all,
I've been having some issues with gnuradio 3.10 and still haven't
figured it out yet. I'd really appreciate it if anyone could help me
or have any pointers that I can follow.
For your reference, I have an Ubuntu 22 virtual machine running on
Hi Trung Trieu,
I can reproduce this, by running `podman run --rm -it ubuntu:22.04`, and in
there
apt update; apt install -y gnuradio;
python3 -c 'from gnuradio import uhd;uhd.find_devices()'
so you're not alone!
The honest truth is that this line has been there since GNU Radio 3.4.2 , and as
Hello all,
I've been having some issues with gnuradio 3.10 and still haven't figured
it out yet. I'd really appreciate it if anyone could help me or have any
pointers that I can follow.
For your reference, I have an Ubuntu 22 virtual machine running on VMware
and installed gnuradio (as well as ot
Hi Achilleas,
I think you've probably hit a bug caused by a recent rebuild of the glib
package:
https://github.com/conda-forge/glib-feedstock/issues/162
The change causing this has been reverted, so if you start fresh and
install in a clean environment now you probably won't have the error
Did you by any chance run "conda install gnuradio=3.8.2" in addition to
"conda install gnuradio"? The output above mentions "gnuradio38".
On Mon, Mar 4, 2024 at 4:51 PM Achilleas Anastasopoulos
wrote:
> Just to give some more context:
> I realized that during installation I got the following err