Installing Tensorflow

In the third blog, we tried to run the code. However, the code was not running so well. The code needs environment from TensorFlow. On the first tried we just install the TensorFlow from pycharms libraries, but it could not install. Tensorflow has a compatibility issue with the latest version of Python 3 and we need to downgrade python 3 environments. After that, we found the other way to get TensorFlow from Anaconda. So we download anaconda first and we used the anaconda prompt to install TensorFlow environments:

  1. conda create -n tensorflow_env python=3.6
  2. Pip install tensorflow==1.12
  3. Pip install opencv-python
  4. Pip install editdistance
  5. Pip install matplotlib

About andiysf

my name Andi... i like something new in this era...
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *