Install tensorflow on Windows with anaconda

后端 未结 7 1679
夕颜
夕颜 2021-01-11 19:50

I am trying to install Tensorflow on my Windows PC. Since I have already install and used Anaconda on Python (3.5), I have followed the instructions https://www.tensorflow.o

7条回答
  •  清歌不尽
    2021-01-11 20:39

    you can use pip to install tensorflow

    1. Install python 3.5 x64
    2. Install tensorflow using pip

      pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl

    3. Install Visual C++ 2015 redistributable (x64 version) to be able to import tensorflow

提交回复
热议问题