Nuand / bladeRF

bladeRF USB 3.0 Superspeed Software Defined Radio Source Code

Home Page:http://nuand.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module error bladerf

harshjoshi01 opened this issue · comments

python script of txrx is not working and gives error like no module named bladerf i try to find library or module name bladerf but couldn't found.
https://github.com/Nuand/bladeRF/blob/master/host/examples/python/txrx/txrx.py

hello, i want to ask about this following error, please can you answer? i already installed bladerf module but still i got below mentioned error. So what to do to solve this error:
Traceback (most recent call last):
File "/home/pi/rx1.py", line 280, in
verbosity = config.get('common', 'libbladerf_verbosity').upper()
File "/usr/lib/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib/python3.9/configparser.py", line 1149, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'common'