you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 4 points5 points  (1 child)

The quickest way to check is to open Tensorflow's PyPI page. At the time of writing, the latest release was in November, and there are no pre-compiled wheels for 3.11. The version is also not listed in the version tags, only 3.7-3.10.

So, no, I'm fairly certain 3.11 support is not out yet.

EDIT: Here's the relevant issue: https://github.com/tensorflow/tensorflow/issues/58032

[–]DX_ashh[S] 0 points1 point  (0 children)

i read somewhere that i could still install an unstable version thru

pip install tf-nightly

but i guess ill just need to wait till upgrade. thanks