tensorflow安装

2020-07-01  本文已影响0人  jing2017123

1. pip install tensotflow

但是报错!好像是因为太大了,一直没能下载下来

2. 下载.whl文件,地址https://pypi.org/project/tensorflow/#modal-close

3. pip install ----.whl

又报错,ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决方式:输入 pip install -U --ignore-installed wrapt enum34 simplejson netaddr

上一篇 下一篇

猜你喜欢

热点阅读