Closed Fred-Wu closed 2 years ago
I have re-read your tutorial, and re-solved the issue. Thank you. I will close this now.
First, I'm glad you solved the problem. Second, if you think this is a worthwhile problem, I welcome and recommend that you write down your solution so it can help others.
Thanks. Bascially I just need roll back to Python 3.9.X, and TF's minor version has to match to TF text's minor version, like cannot use 2.9.2 TF with 2.9.0 TF text.
And don't need to build from the source once version matches. I just use the wheel file you provide here, and that works OK.
I have
tensorflow-macos
andtensorflow-metal
v2.9.2 installed on my Macbook M1 with Python 3.10.5.Are they the right version of Python and
tensorflow
installed fortensorflow-text
?The build of Text-2.90 failed with the following erros.
I also tried to use bazel 5.1.1, but it gave the error saying it required 5.3
And also the wheel could not be installed either.
Any advises would be appreciated.