TensorFlow not found using pip

后端 未结 30 2806
有刺的猬
有刺的猬 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

    The URL to install TensorFlow in Windows, below is the URL. It worked fine for me.

    python -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl
    

提交回复
热议问题