Robert Neale

Results 53 comments of Robert Neale

This looks more like a `pip` issue, and I think you would get better help by reaching out to them.

The "undefined symbol" error means there is a disconnect in the ABI versions. TF Text is making a call to the TF library using an identifier that does not exist...

Thanks for the commands, I just tested this and got the same error. Doing a `pip install tensorflow-gpu==2.4.1` fixed it. It looks like anaconda rebuilt the library in a way...

Interesting; something like this is exactly what I was afraid of and why I mentioned that you may run into problems with TF and libs it depends on. So yes,...

Thanks for the response and letting us know about this incompatibility. I updated the title of this issue to make it easier for others to find, and I'll have this...

Apologies for the late reply, I've actually switched projects and did not notice this question was assigned to me. This is actually addressed in the README here: https://github.com/tensorflow/text#a-note-about-different-operating-system-packages tl;dr: the...

We currently do not have a prebuilt pip package for M1s. Our release infra is tied to core tensorflow, so it will remain this way until they provide an option...

That said, we do have targets for building it yourself. View #756 for a healthy discussion on getting this working.

Regarding your failure: ``` ++ sed -i 's/project_version = '\''REPLACE_ME'\''/project_version = '\''2.6.0'\''/' oss_scripts/pip_package/setup.nightly.py sed: 1: "oss_scripts/pip_package ...": invalid command code o ``` The command looks different from what is checked...