ImportError: No module named tensorflow

前端 未结 18 2310
长情又很酷
长情又很酷 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 05:50

    You may need this since first one may not work.

    python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl

提交回复
热议问题