ImportError: No module named tensorflow

前端 未结 18 2336
长情又很酷
长情又很酷 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 05:55

    In my case, I install 32 Bit Python so I cannot install Tensorflow, After uninstall 32 Bit Python and install 64 Bit Python, I can install tensorflow successfully.

    After reinstall Python 64 bit, you need to check your python install folder path is properly set in Windows Environment Path.

    You can check Python version by typing python in cmd.

提交回复
热议问题