TensorFlow not found using pip

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

    For windows this worked for me,

    Download the wheel from this link. Then from command line navigate to your download folder where the wheel is present and simply type in the following command -

    pip install tensorflow-1.0.0-cp36-cp36m-win_amd64.whl

提交回复
热议问题