1.!pip install tensorflow
遇到问题
ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject
2.!pip install --upgrade numpy
Looking in indexes: http://mirrors.cloud.aliyuncs.com/pypi/simple/ Requirement already satisfied: numpy in /root/**** WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
3.仍然无法安装
标签:root,install,numpy,pip,Tensorflow,安装 From: https://www.cnblogs.com/shoelesscai/p/18127412