skinnypaster.blogg.se

Install anaconda windows python 3.6
Install anaconda windows python 3.6







install anaconda windows python 3.6 install anaconda windows python 3.6

Now it should work like a charm! TROUBLESHOOTING:

#INSTALL ANACONDA WINDOWS PYTHON 3.6 INSTALL#

Install Microsoft Visual C++ Redistributable for Visual Studio 2015, 20.Open Anaconda, choose the new environment and install Spyder.Explicitly name the version now (otherwise it happened to me that version 1.14 was installed): conda install -c conda-forge tensorflow=YOUR_VERSION.Choose the one you need (usually the newest one).Search with conda search tensorflow for all available TensorFlow versions.Also, I can look it up myself when I need it for new devices. I will simply leave this here because none of the other approaches worked for me. If the output you got is 'Hello, TensorFlow!',that means you have successfully install your Tensorflow. Hello = tf.constant('Hello, TensorFlow!') Validate installation by entering following command in your Python environment: import tensorflow as tf Install the Tensorflow by using following command: (tensorflow)C:>pip install C:\Users\Joshua\Downloads\ tensorflow-1.0.1-cp36-cp36m-win_amd64.whl (For my case, the file will be located in “C:\Users\Joshua\Downloads” once after downloaded). (tensorflow)C:> # Your prompt should changeĭownload “tensorflow-1.0.1-cp36-cp36m-win_amd64.whl” from here. This is what I did for Installing Anaconda Python 3.6 version and Tensorflow on Window 10 64bit.And It was success!ĭownload Anaconda Python 3.6 version for Window 64bit.Ĭreate a conda environment named tensorflow by invoking the following command: C:> conda create -n tensorflowĪctivate the conda environment by issuing the following command: C:> activate tensorflow









Install anaconda windows python 3.6