-
Notifications
You must be signed in to change notification settings - Fork 307
Description
Hey, i'm on a sound classifier project on raspberry pi 4B 8GB & i use tensorflow 2.11.0, tensorflow-io 0.29.0 & python 3.9.2.
When i import tensorflow_io i've got this error:
import tensorflow_io /home/aymeric/.local/lib/python3.9/site-packages/tensorflow_io/python/ops/__init__.py:98: UserWarning: unable to load libtensorflow_io_plugins.so: unable to open file: libtensorflow_io_plugins.so, from paths: ['/home/aymeric/.local/lib/python3.9/site-packages/tensorflow_io/python/ops/libtensorflow_io_plugins.so'] caused by: ['/home/aymeric/.local/lib/python3.9/site-packages/tensorflow_io/python/ops/libtensorflow_io_plugins.so: undefined symbol: _ZN10tensorflow8internal15LogMessageFatalC1EPKci'] warnings.warn(f"unable to load libtensorflow_io_plugins.so: {e}") /home/aymeric/.local/lib/python3.9/site-packages/tensorflow_io/python/ops/__init__.py:104: UserWarning: file system plugins are not loaded: unable to open file: libtensorflow_io.so, from paths: ['/home/aymeric/.local/lib/python3.9/site-packages/tensorflow_io/python/ops/libtensorflow_io.so'] caused by: ['/home/aymeric/.local/lib/python3.9/site-packages/tensorflow_io/python/ops/libtensorflow_io.so: undefined symbol: _ZN10tensorflow4data11DatasetBase8FinalizeEPNS_15OpKernelContextESt8functionIFNS_8StatusOrISt10unique_ptrIS1_NS_4core15RefCountDeleterEEEEvEE'] warnings.warn(f"file system plugins are not loaded: {e}")
I've try with tensorflow 2.10 & 2.9.1; & tensorflow-io 0.29, 0.28, 0.27, 0.26, 0.25 & 0.24. Nothing change unfortunelly.
I've spent 3 days on the problem and i have'nt find the solution...
If someone can help me, thanks!!
I'm on the latest Raspberry pi OS 64 bit bulleyes