ImportError: No module named tensorflow

前端 未结 18 2297
长情又很酷
长情又很酷 2020-11-28 05:11

Please help me with this error

I have installed the tensorflow module on my server and below is it\'s information

15IT60R19@cpusrv-gpu-109:~$ pip sho         


        
18条回答
  •  自闭症患者
    2020-11-28 06:13

    This Worked for me:

    $ sudo easy_install pip
    $ sudo easy_install --upgrade six
    $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0-py2-none-any.whl
    $ sudo pip install --upgrade $TF_BINARY_URL
    

提交回复
热议问题