Chris's suggestion worked great. thanks Martin and Chris!
Ryan
On Wed, Oct 2, 2024 at 8:13 AM Martin Braun wrote:
> Hey Ryan,
>
> Chris' solution will get you running. If you're feeling adventurous, we've
> actually done a lot of work on rfnoc_image_builder since the release, so
> the master br
Hey Ryan,
Chris' solution will get you running. If you're feeling adventurous, we've
actually done a lot of work on rfnoc_image_builder since the release, so
the master branch version of UHD has a fix for this issue (no need to
downgrade ruamel.yaml), but of course it requires building UHD from so
I’ve run into this problem with UHD 4.6. That specific function got removed in
the latest version so in order to make it work, I had to downgrade the
ruamel.yaml version with the following:
> pip install "ruamel.yaml<0.18.0"
Once you downgrade it, it should work.
__