Home » Installation of TensorFlow Through conda

Installation of TensorFlow Through conda

by Online Tutorials Library

Installation of TensorFlow through conda

In our previous tutorial of TensorFlow, we learn how to install TensorFlow through pip. In this tutorial, we understand that how to install TensorFlow through Conda. Here, we need anaconda Navigator to set-up the platform.

These are the following steps which are given below:

Firstly, we have to open the official site of Anaconda and download Anaconda from the below link: https://www.anaconda.com/distribution/

Installation of TensorFlow through conda

After that, we have to download Anaconda from below highlighted Python 2.7 version.

Installation of TensorFlow through conda

It will successfully be downloaded in our system. After that, we have to install Anaconda in our system.

Installation of TensorFlow through conda

Click on “Next.”

Installation of TensorFlow through conda

Click on “I Agree.”

Installation of TensorFlow through conda

Again click on “Next.”

Installation of TensorFlow through conda

Click on “Next” again.

Installation of TensorFlow through conda

Click on “Install.”

Installation of TensorFlow through conda

Click on “Next.”

Installation of TensorFlow through conda

Click on “Next.”

Installation of TensorFlow through conda

Click on “Next.”

Installation of TensorFlow through conda

After clicking on “finish.”

It will successfully installed in our system.

After that, we have to run the given command to set-up the TensorFlow and libraries.

Installation of TensorFlow through conda
Installation of TensorFlow through conda

Here, we are downloading and installing the essential things which are used in TensorFlow to work.

Installation of TensorFlow through conda

After that, we have to check that TensorFlow is working or not in our system.

Installation of TensorFlow through conda

So, according to the above screenshot, TensorFlow is successfully working in our system.


You may also like