Tensorflow And Ubuntu 26

I am having a lot of issues trying to install Tensorflow on Ubuntu 26. It won’t work with the simple pip installl tensorflow. So I tried to install it from source and got to the very end of the bazel install and it failed. Has anyone installed Tensorflow on Ubuntu 26?

Hi @Charlie_Barber, Apologies for the late reply.

Try to create and activate a virtual environment to avoid system conflicts. Upgrade pip, and then install TensorFlow with pip install tensorflow inside the virtual environment. If issue still persists, Please share the error message to better understand and investigate further.

Thanks!