I am importing tensorflow in my ubuntu (Lenovo 110-Ideapad laptop) python using following commands-
(tfx-test) chandni@mxnet:~/Chandni/TFX$ python
Python 3.6.9 (default, Nov 7 2019, 10:44:02)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
Illegal instruction (core dumped)
And the program exits. Kindly let me know the reason.