重新安装PIP并安装tensorflow
步骤如下:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
或者
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install tensorflow
上一篇:安装Tensorflow时出现conda验证错误
下一篇:安装tensorflow时出现错误:ImportError:无法从numpy.core._multiarray_umath中导入名称'_set_madvise_hugepage'