[USRP-users] Re: import error gnuradio

2021-03-12 Thread Marcus D. Leech
On 03/12/2021 08:49 AM, COURANT Frederique - Contractor via USRP-users wrote: Hi Users, When I try to run my flow graph I have this error : from .blocks_python import * ImportError: /usr/local/lib/python3/dist-packages/gnuradio/blocks/-blocks_python.cpython-38-x86_64-linux-gnu.so : undefine

[USRP-users] Re: import error gnuradio

2021-03-12 Thread Ron Economos
You're probably missing the libsndfile dependency. sudo apt-get install libsndfile1-dev And then rebuild GNU Radio (and OOT's). Ron On 3/12/21 05:49, COURANT Frederique - Contractor via USRP-users wrote: Hi Users, When I try to run my flow graph I have this error : from .blocks_python impo