Illegal instruction (core dumped) after running import tensorflow

后端 未结 6 729
南方客
南方客 2020-11-29 08:21

I created a fresh virtual environment: virtualenv -p python2 test_venv/ And installed tensorflow: pip install --upgrade --no-cache-dir tensorflow

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 08:35

    Unfortunately, 1.6 has given many people the same error. I received it after installing 1.7 on a machine with an old Core2 CPU. I've settled with 1.5, as I can't fit the big graphics card in the machine with the up-to-date processor!

提交回复
热议问题