Linux: Process finished with exit code 132 (interrupted by signal 4:SIGILL)

After installing tensorflow:

pip install tensorflow

or

pip install tensorflow-cpu

i get following error:

Python 3.12.3 (main, Apr 17 2024, 08:23:36) [GCC 11.4.0] on linux

import tensorflow
Process finished with exit code 132 (interrupted by signal 4:SIGILL)

I am running it in an old Laptop

linux kernel 5.15.0-102-generic, processor Intel Pentium CPU N3540 @ 2.16GHz × 4, memory 7.6 GiB

Hi @Kalagecko77 ,

Welcome to TensorFlow Forum ,

As N3540 CPU is the old one could you please confirm if this CPU support AVX Instruction because for running TensorFlow binaries use AVX instructions which may not run on older CPUs.

Kindly refer to the official TensorFlow Documentations .

Thank You .