Hola, al compilar el archivo lab_qpsk.grc me salta el siguiente mensaje de error:
Generating: '/home/julianvera/Escritorio/ComDig/Lab2/qpsk_transceiver_isdbt.py'
Executing: /usr/bin/python -u /home/julianvera/Escritorio/ComDig/Lab2/qpsk_transceiver_isdbt.py
Warning: failed to XInitThreads()
Error: failed to enable real-time scheduling.
Traceback (most recent call last):
File "/home/julianvera/Escritorio/ComDig/Lab2/qpsk_transceiver_isdbt.py", line 653, in <module>
main()
File "/home/julianvera/Escritorio/ComDig/Lab2/qpsk_transceiver_isdbt.py", line 641, in main
tb = top_block_cls()
File "/home/julianvera/Escritorio/ComDig/Lab2/qpsk_transceiver_isdbt.py", line 352, in __init__
self.isdbt_viterbi_decoder_0_0 = isdbt.viterbi_decoder(4, 1)
AttributeError: 'module' object has no attribute 'viterbi_decoder'
Probe , luego de esto, desisntalar gnu (con "sudo apt-get --purge remove gnuradio") y gr-isdbt(borre directamente la carpeta que se me creo en el escritorio, por que al hacer "sudo apt-get --purge remove gr-isdbt" no me reconocia ese paquete), y luego los instale denuevo. El resultado es el mismo.
En gnu, probe en el bloque options deshabilitar "Real-Time scheduling".
Con eso, desaparece el error "Error: failed to enable real-time scheduling.", pero el resto del mensaje me sigue apareciendo.
Cualquier ayuda se agradece.
Saludos!