Hi,
Using Ubuntu 16.10 with GnuRadio 3.7.9, installed from the repo, I was trying to follow the Guided tutorial PSK Symbol Recovery.user@pc:~/$ git clone https://github.com/gnuradio/gr-tutorial.git
user@pc:~/$ cd gr-tutorial
user@pc:~/gr-tutorial$ cmake .
user@pc:~/gr-tutorial$ make
user@pc:~/gr-tutorial$ make test-tutorial
user@pc:~/gr-tutorial$ make test
Running tests...
Test project /home/user/gr-tutorial
Start 1: test_tutorial
1/5 Test #1: test_tutorial .................... Passed 0.00 sec
Start 2: qa_chat_sanitizer
2/5 Test #2: qa_chat_sanitizer ................ Passed 0.30 sec
Start 3: qa_qpsk_demod
3/5 Test #3: qa_qpsk_demod ....................***Failed 0.16 sec
Start 4: qa_multiply_py_ff
4/5 Test #4: qa_multiply_py_ff ................ Passed 0.16 sec
Start 5: qa_qpsk_demod_py_cb
5/5 Test #5: qa_qpsk_demod_py_cb .............. Passed 0.17 sec
80% tests passed, 1 tests failed out of 5
Total Test time (real) = 0.80 sec
The following tests FAILED:
3 - qa_qpsk_demod (Failed)
Errors while running CTest
Makefile:127: recipe for target 'test' failed
make: *** [test] Error 8
from tutorial_swig import *
ImportError: No module named tutorial_swig
Am I missing steps?
No comments:
Post a Comment