Tensorflow import error: No module named 'tensorflow'

后端 未结 9 1646
走了就别回头了
走了就别回头了 2020-12-24 14:47

I installed TensorFlow on my Windows Python 3.5 Anaconda environment The validation was successful (with a warning)

(tensorflow) C:\\>python
9条回答
  •  一生所求
    2020-12-24 15:24

    deleting tensorflow from cDrive/users/envs/tensorflow and after that

    conda create -n tensorflow python=3.6
     activate tensorflow
     pip install --ignore-installed --upgrade tensorflow
    

    now its working for newer versions of python thank you

提交回复
热议问题