При попытке установить тензор потока на Ubuntu 17.10 (Python 3.6) я получил эту ошибку:
Collecting tensorflow==1.7.0 from https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.7.0-cp36-cp36m-linux_x86_64.whl could not find a version that satisfies the requirement astor>=0.6.0 (from tensorflow==1.7.0) (from versions: ) no matching distribution found for astor>=0.6.0 (from tensorflow==1.7.0)
при попытке установить тензор потока 1.6.0 я получил эту ошибку
could not find a version that satisfies the requirement tensorboard<1.7.0,>=1.6.0 (from tensorflow==1.6.0) (from versions: )
Я решил эту проблему этой командой
pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org tensorflow
На самом деле проблема связана с ССЛ
Попробуйте следующее:
pip3 install grpcio==1.9.1 tensorflow==1.6.0