TensorFlow not found using pip

后端 未结 30 2505
有刺的猬
有刺的猬 2020-11-22 08:06

I\'m trying to intstall TensorFlow using pip:

$ pip install tensorflow --user
Collecting tensorflow
Could not find          


        
30条回答
  •  既然无缘
    2020-11-22 08:32

    Nothing here worked for me on Windows 10. Perhaps an updated solution below that did work for me.

    python -m pip install --upgrade tensorflow.

    This is using Python 3.6 and tensorflow 1.5 on Windows 10

提交回复
热议问题