How to install TensorFlow with conda

Note: This is an outdated tutorial, refer TensorFlow installation guide to install latest TensorFlow version.


Installation of TensorFlow CPU can be done in 3 simple steps.

  • Create a new Conda virtual environment
  • activate virtual enviorment with below command
  • Install TensorFlow CPU
  • Test the installation by importing tensorflow and checking the version

  • Category: TensorFlow