Hello everyone,
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'
There seems to be a problem with the location of the UHD python module.
uhd_config_info prints the following:
UHD 4.3.0.0+ds1-5
Enabled components: LibUHD, LibUHD - C API, LibUHD - Python API, Examples,
Utils, Tests, USB, B100, B200, USRP1, USRP2, X300, MPMD, SIM, N300, N320, E320,
E300, X400, OctoClock
Install prefix: /usr
Boost version: 1.74
Libusb version: 1.0.27
Library path: /lib/x86_64-linux-gnu
Package path: /lib
I already checked the PYTHONPATH variable, and tried looking for the module
myself manually. However, I am not able to find it. Looking for all folders
named "uhd" in my system with "sudo find / -name "uhd"" prints the following:
./usr/share/uhd
./usr/include/uhd
./usr/libexec/uhd
./usr/lib/x86_64-linux-gnu/cmake/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.
Thank you and regards
Luca
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]