I am trying to import tensorflow==2.13.0 in my python code but facing error as “Illegal instruction (Core Dumped)”
CPU specifications are compatible with AVX and AVX2 instruction sets.
Error occurring at: import tensorflow as tf
Error message received: Illegal instruction (Core Dumped)
What can be issue and how do I solve it?