安装Tensorflow遇到问题,wrapt

安装Tensorflow 遇到问题:Cannot uninstall ‘wrapt‘. It is a distutils installed project

第一步:pip uninstall tensorflow

第二步:pip install --upgrade setuptools

第三步:pip install -U --ignore-installed wrapt enum34 simplejson netaddr

第四步:pip install tensorflow

 

如果安装完后出现找不到第三方模块,可以参考我下一篇文章

你可能感兴趣的:(python,tensorflow)