Hello Luca,

On 2023-08-08 08:03 +0000, Bachmaier, Luca wrote:
> I recently installed the UHD 4.3 over my package manager:
>              sudo apt install libuhd-dev
> 
> When trying to start the RFNoC image builder, I get the following error:
>              rfnoc_image_builder -F ~/dev/uhd/fpga -y 
> ./n310_rfnoc_image_core.yml -t N310_XG
> Traceback (most recent call last):
>                            File "/usr/bin/rfnoc_image_builder", line 29, in 
> <module>
>                                          from uhd.imgbuilder import 
> image_builder
> ModuleNotFoundError: No module named 'uhd'
[...]
> It seems like nothing is installed in .../python3/... or .../python3.11/.... 
> The OS I use is Debian 12 with Python3.11. Could this be a problem? I would 
> be very happy to hear help.

You also need to pull python3-uhd to get the UHD python API,
i.e. sudo apt install python3-uhd.
It seems that it is not pulled by default đŸ€·.

Regards
-- 

Cédric Hannotier
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to