ImportError: No module named tensorflow

前端 未结 18 2308
长情又很酷
长情又很酷 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:10

    Activate the virtualenv environment by issuing one of the following commands:

    $ source ~/tensorflow/bin/activate # bash, sh, ksh, or zsh
    $ source ~/tensorflow/bin/activate.csh # csh or tcsh

    Hope this help

提交回复
热议问题