TensorFlow not found using pip

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

    I had the same problem. After uninstalling the 32-bit version of python and reinstalling the 64-bit version I tried reinstalling TensorFlow and it worked.

    Link to TensorFlow guide: https://www.tensorflow.org/install/install_windows

提交回复
热议问题