Installing Tensorflow - not supported wheel

前端 未结 7 2197
无人共我
无人共我 2021-02-10 10:07

I have installed Python version 3.5 and 3.6 and anaconda.

The following error occures when trying to install tensorflow following the steps here https://www.tensorflow.o

7条回答
  •  不要未来只要你来
    2021-02-10 10:08

    In Anaconda prompt, follow the instruction on Installing with Anaconda,

    1. conda create -n tensorflow
    2. activate tensorflow

    Then the third step is a little different, try:

    1. pip install tensorflow

    This should work, good luck! If anything wrong happens, please let me know.

提交回复
热议问题