tensorflow安装

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

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。