tensorflow / text

Making text a first-class citizen in TensorFlow.
https://www.tensorflow.org/beta/tutorials/tensorflow_text/intro
Apache License 2.0
1.22k stars 338 forks source link

Python 3.11 support #1236

Closed stormlord372 closed 10 months ago

stormlord372 commented 10 months ago

Hello, do you have any plan to make tensorflow-text available to python 3.11?

Jamim commented 10 months ago

Hello @stormlord372,

I'm not related to this project, so I'm just sharing what I've found.

Although tensorflow-text doesn't support Python 3.11 officially, there are some wheels available on PyPI for Python 3.11. You can find some additional information here.

Best!

cantonios commented 10 months ago

Yeah, we just started building them for 3.11. We can easily update the setup.py script.

But yeah, we do support 3.11 now, the wheels (linked by @Jamim) can be installed via pip.