discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFNoC image builder problem


From: Rob Kossler
Subject: Re: RFNoC image builder problem
Date: Thu, 19 May 2022 10:21:03 -0400

Hi Anton,
Did you install all of the dependencies listed here?  The error is a python error in not finding a needed package. It is possible you need to configure PYTHONPATH to point to a UHD folder.  Did you specify the FPGA_DIR option to rfnoc_image_builder?
Rob

On Thu, May 19, 2022 at 9:42 AM Dobler, Anton <anton.dobler@unibw.de> wrote:
Dear community,

does anyone have an idea what the problem is about that import error?

I checked the files for UHD4.0 (the rfnoc_image_builder runs fine here) but I am not experienced enough to find the problem...

Any help would be very appreciated!

BR,

Anton
________________________________________
Von: Dobler, Anton
Gesendet: Donnerstag, 12. Mai 2022 17:19
An: discuss-gnuradio@gnu.org; usrp-users@lists.ettus.com
Betreff: RFNoC image builder problem

Dear community,

I am running UHD4.2 on Ubuntu 20.04. When I try to run rfnoc_image_builder, I get the following error:

rfnoc_image_builder --help
Traceback (most recent call last):
  File "/usr/local/bin/rfnoc_image_builder", line 29, in <module>
    from uhd.imgbuilder import image_builder
ImportError: cannot import name 'image_builder' from 'uhd.imgbuilder' (unknown location)

What is the issue here? I tried UHD4.1 but got the same issue here...

Any help is very appreciated!

BR,

Anton


reply via email to

[Prev in Thread] Current Thread [Next in Thread]