Installing Tensorflow - not supported wheel

前端 未结 7 2024
无人共我
无人共我 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:27

    i had the same problem in windows 10 and python 3.6 so i navigated to anaconda navigator ( just search anaconda navigator in start search).

    in the Environment tab you can create/delete your environments. just create an environment, name it tensorflow and choose python 3.5 as python version.

    then you can activate tensorflow in your command line:

    activate tensorflow
    

    and install tensorflow with :

    pip install tensorflow #or tensowrlow-gpu
    

提交回复
热议问题