

Now click on Save File and then click on OK. The process is similar for Anaconda Python for Python 2.7.Ĭlick on the Download button to download Anaconda Python for Python 3.6. In this article, I am going to show you how to download and install Anaconda Python for Python 3.6.

To download Anaconda Python, first visit from any web browser of your choice and you should see the following page.Īs you can see from the screenshot below, Anaconda Python is available for Python 3.6 and Python 2.7.

But it can be downloaded from the official website of Anaconda Python. Downloading Anaconda Python:Īnaconda Python is not available in the official package repository of Ubuntu 18.04 LTS. In this article, I will show you how to install Anaconda Python on Ubuntu 18.04 LTS. That’s why it’s great for people interested in those. Anaconda Python comes pre-installed with all the data science and machine learning tools. Please give it a try, and let me know your feedback!Ĭonsider following me on GitHub, Medium, and Twitter to get more articles and tutorials on your feed if you like what I did.Anaconda Python is a Python distribution just like Ubuntu is a Linux distribution. no error pop up - Yeah!Īnd…Ta-da! It’s done! You can follow this article to test your newly installed packages :) no error pop up - Yeah! You can also try with Spyder. If the installation was unsuccessful, you will get an error. If everything is okay, the command will return nothing. This may take several minutes.Ĭheck your installation by importing the packages. The pop-up window will appear, go ahead and apply. In your new ‘tensorflow_env’ environment, select ‘Not installed’, and type in ‘tensorflow’. Make sure to select Python 3.6 here! Then ‘Create’, this may take few minutes. Input a new environment name - I put ‘tensorflow_env’. Go to the Environments tab and click ‘Create’.Ģ. I assume you have downloaded and installed Anaconda Navigator already. This article will walk you through the process how to install TensorFlow and Keras by using the GUI version of Anaconda. When TensorFlow is installed using conda, conda installs all the necessary and compatible dependencies for the packages as well. “ One key benefit of installing TensorFlow using conda rather than pip is a result of the conda package management system. why is tensorflow so hard to install - 600k+ results unable to install tensorflow on windows site: - 26k+ results Just before I gave up, I found this… I played around with pip install with multiple configurations for several hours, trying to figure how to properly set my python environment for TensorFlow and Keras. Photo by Krzysztof Kowalik / Unsplash Why am I writing this? Say no to pip install in the command line! Here's an alternative way to install TensorFlow on your local machine in 3 steps.
