系统:windows 10 64 位,python 3.6.5 64 位。使用蟒蛇。CUDA 10.0,已安装 cuddn。
再会。出于安全原因,我们公司拒绝访问 Internet。我从官网下载了TF tensorFlow whl包:
https: //storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.14.0-cp36-cp36m-win_amd64.whl
Run Code Online (Sandbox Code Playgroud)
我尝试使用 pip 安装它:
pip install --upgrade D:\tensorflow_gpu-1.14.0-cp36-cp36m-win_amd64.whl
Run Code Online (Sandbox Code Playgroud)
我收到以下消息:
collecting keras-preprocessing>=1.0.5 (from tensorflow-gpu==1.14.0)
Retrying ....after connection broken by 'NewConnectionError'
......
could not find a version that satifies the requirement keras-preprocessing=>1.0.5.....
no matching distribution found for keras-preprocessing=>1.0.5 (from tensorflow-gpu==1.14.0)
Run Code Online (Sandbox Code Playgroud)
重新启动时,将找不到其他一些TensorFlow依赖项,据我了解,pip根本看不到任何依赖项
我认为 WHL 包具有所有必要的依赖项,但是在安装 pip 时,它会尝试从 Internet 下载某些内容。告诉我我做错了什么?
pip 检查张量流结果:
(base) C:\Windows\system32>pip check tensorflow
tensorflow 1.10.0 requires absl-py, which is not installed.
tensorflow 1.10.0 requires astor, which is …Run Code Online (Sandbox Code Playgroud)