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 : undefined symbol: _/ZN2gr6blocks12wavfile/_sink4makeEPKcijNS0_16wavfile_format_tENS-0_19wavfile_subformat_tEb

Someone has solutions for resolve this problem please ?

I work with UHD4.0 and gnuradio3.9

Thanks.

Best regards.



_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com
This error is from inside Gnu Radio, involving the wavefile sink. That's not a USRP/UHD problem and discussing on the
  discuss-gnuradio mailing list would be better.

However, this class of error usually means you have libraries that are inconsistent on your system, likely from multiple
  incompatible compile/build attempts.

This *might* be fixed with a simple:

sudo ldconfig

But more guidance would be available from the discuss-gnuradio mailing list.


_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to