Installing tensorflow on Pycharm (Mac)

前端 未结 5 786
攒了一身酷
攒了一身酷 2020-12-31 17:33

I was trying to use tensorflow in Pycharm IDE.

It seems that in Pycharm, it is one-click to install a package. It was very easy with bumpy. Now error occurs when I w

5条回答
  •  耶瑟儿~
    2020-12-31 17:51

    Update - Nov. 1, 2017:

    Tried successfully with Latest Jetbrain PyCharm Community Edition (2017.2.4) and Python 2.7.14, with Installing with virtualenv of https://www.tensorflow.org/install/install_mac.

    Install tensorflow with virtualenv

    Add Local to Project Interpreter.

    Run the script

    Generate graph

    Run tensorboard --logdir=/tmp/tensorflow_logs in Terminal of PyCharm

提交回复
热议问题