-
*From:* Discuss-gnuradio
on behalf of Cinaed
Simson
*Sent:* Wednesday, June 17, 2020 5:39 PM
*To:* discuss-gnuradio@gnu.org
*Subject:* Re: AttributeError: module 'gnuradio.digital.qam' has no
attribute 'qam_mod
n __init__
> self.digital_qam_mod_2 = digital.qam.qam_mod(
> AttributeError: module 'gnuradio.digital.qam' has no attribute 'qam_mod'
>
>
> The following is what I typed to install gnuradio and gr-iio on a 64bit
> guest machine, Ubuntu 20.04 LTS.
anjiang/gr-iio/My_Radio/QAMmodem.py", line 192, in main
/
/ tb = top_block_cls()
/
/ File "/home/lannanjiang/gr-iio/My_Radio/QAMmodem.py", line 140, in
__init__
/
/ self.digital_qam_mod_2 = digital.qam.qam_mod(
/
/AttributeError: module 'gnuradio.digital.qam' has no attribute
ibuteError: module 'gnuradio.digital.qam' has no attribute 'qam_mod'
The following is what I typed to install gnuradio and gr-iio on a 64bit guest
machine, Ubuntu 20.04 LTS.
sudo apt install gnuradio
sudo apt install swig
sudo apt install liborc-dev
git clone -b upgrad