Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorflow 2.18 support #2104

Open
clementpoiret opened this issue Dec 12, 2024 · 0 comments
Open

Tensorflow 2.18 support #2104

clementpoiret opened this issue Dec 12, 2024 · 0 comments

Comments

@clementpoiret
Copy link

Hi all,

Tensorflow 2.17.1 is currently supported by tfio, but tf 2.18 is throwing the following error:

>>> import tensorflow as tf
>>> tf.__version___
'2.18.0
>>> import tensorflow_io as tfio
.devenv/state/venv/lib/python3.11/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: ['.devenv/state/venv/lib/python3.11/site-packages/tensorflow_io/python/ops/libtensorflow_io_plugins.so']
caused by: ['.devenv/state/venv/lib/python3.11/site-packages/tensorflow_io/python/ops/libtensorflow_io_plugins.so: undefined symbol: _ZN3tsl8str_util8EndsWithESt17basic_string_viewIcSt11char_traitsIcEES4_']
  warnings.warn(f"unable to load libtensorflow_io_plugins.so: {e}")
.devenv/state/venv/lib/python3.11/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: ['.devenv/state/venv/lib/python3.11/site-packages/tensorflow_io/python/ops/libtensorflow_io.so']
caused by: ['.devenv/state/venv/lib/python3.11/site-packages/tensorflow_io/python/ops/libtensorflow_io.so: undefined symbol: _ZN3tsl8str_util9LowercaseB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE']
  warnings.warn(f"file system plugins are not loaded: {e}")

Pinning tf to 2.17.1 solves the issue.
Is tf 2.18.0 support planned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant