1. 程式人生 > >python2 安裝 tensorflow 遇到問題

python2 安裝 tensorflow 遇到問題

使用pip install --upgrade tensorflow出現以下問題:

這是因為安裝 grpcio 出錯了,解決方案:

pip install --no-cache-dir --only-binary :all: grpcio==1.10.1
pip install tensorflow==1.8.0