I work under Ubuntu 22.04 installed on a Virtual Machine. Recently, I used pip3 install tensorflow
to install TensorFlow. I got the following error:
$ python3
Python 3.8.17 | packaged by conda-forge | (default, Jun 16 2023, 07:06:00)
[GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
Illegal instruction (core dumped)
I have tried a lot of solutions like here but all in vain.
Any suggestions?