Permission denied when installing Tensorflow

前端 未结 9 1475
长情又很酷
长情又很酷 2020-12-07 00:52

I am trying to install TensorFlow by Anaconda(My Python is 3.5.2 edition).

When I run:

(tensorflow)C:> pip install --ignore-installed --upgrade h         


        
9条回答
  •  粉色の甜心
    2020-12-07 01:52

    I solved problem by below command

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

提交回复
热议问题