mimiming avatar

Install Tensorwflow with Pycharm

mimiming

Published: 30 May 2018 › Updated: 30 May 2018Install Tensorwflow  with Pycharm

Install Tensorwflow with Pycharm

  1. Open Pycharm, Python IDE
  2. Select 'File' > 'Settings'
    ![](
  3. Go through left to right. 

Select 'Project interpreter'Check the directory of  'Project interpreter' .  Directory where Python originally  is installed, ending with python.exe > And then Select '+', can have window 'Available Packages'![](

  1. Search 'tensorflow', select and install the package![](
  2. Just Waiting...... (few mins....), til get signal
  3. Before processing, it's time to check the Tenorflow's installed correctly
  4. Let us check the package installed successfully, put the code
    import tensorflow as tf
    hello = tf.constant('hello, tensorflow!')
    sess = tf.Session()
    print(sess.run(hello))

If we've got it successfully, can have a look like this.![](

Next time, Go through a warning msg. 

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2

Leave Install Tensorwflow with Pycharm to:

Written by

Read more #install posts


Best Posts From mimiming

We have not curated any of mimiming's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From mimiming