error: Illegal instruction (core dumped) - tensorflow==2.1.0

前端 未结 1 360
花落未央
花落未央 2021-01-21 15:21

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.         


        
相关标签:
1条回答
  • 2021-01-21 16:08

    You may need to downgrade to CPU 1.5.

    #Try running
    pip uninstall tensorflow
    #And then
    pip install tensorflow==1.5
    

    Then import tensorflow and let me know if the error reoccur

    0 讨论(0)
提交回复
热议问题