Illegal instruction (core dumped) after running import tensorflow

后端 未结 6 731
南方客
南方客 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:56

    There is an issue on github about this, which seems to have gotten little interest from the tensorflow team, unfortunately.

    There are a few community builds around the web that might work depending on your situation:

    • https://github.com/fo40225/tensorflow-windows-wheel
    • https://github.com/yaroslavvb/tensorflow-community-wheels
    • https://github.com/lakshayg/tensorflow-build
    • https://github.com/mind/wheels

提交回复
热议问题