tensorflow/text

Tensorflow_text ImportError

SanJoseCosta opened this issue · 1 comments

ImportError Traceback (most recent call last)
in
8 import tensorflow as tf
9
---> 10 import tensorflow_text

/usr/local/lib/python3.7/dist-packages/tensorflow_text/init.py in
18
19 # pylint: disable=wildcard-import
---> 20 from tensorflow_text.core.pybinds import tflite_registrar
21 from tensorflow_text.python import keras
22 from tensorflow_text.python import metrics

ImportError: /usr/local/lib/python3.7/dist-packages/tensorflow_text/core/pybinds/tflite_registrar.so: undefined symbol: _ZN4absl12lts_2022062320raw_logging_internal21internal_log_functionB5cxx11E


@SanJoseCosta do you mind sharing how you resolved this issue, if at all?