tensorflow / recommenders-addons

Additional utils and helpers to extend TensorFlow when build recommendation systems, contributed and maintained by SIG Recommenders.
Apache License 2.0
587 stars 132 forks source link

_math_ops.so: undefined symbol #406

Open hauturier opened 3 months ago

hauturier commented 3 months ago

System information

Describe the bug

when import tfra package, problem raises:

python3.11/site-packages/tensorflow_recommenders_addons/dynamic_embedding/core/_math_ops.so: undefined symbol: _ZN4absl12lts_2023012512log_internal15LogMessageFatalC1EPKciSt17basic_string_viewIcSt11char_traitsIcEE

And any plan for next release, e.g.: 0.6.1?

rhdong commented 3 months ago

Hi @hauturier, could you provide a simple python demo for reproducing it?

MoFHeka commented 3 months ago

@hauturier Usually this is caused by the absl compiled with in the system that is inconsistent with tensorflow. Please rebuild TFRA from source code.