I am trying to install Tensorflow on Windows 10 using Anaconda3.
I get the following error message after every attempt.
"Command "python setup.py egg_info" failed with error code
3221226505 in C:\Users\user\AppData\Local\Temp\pip-install-
8j_eg21o\termcolor\"
I Create a new Anaconda Container and tried running the following.
"python -m pip install tensorflow"
"python -m pip install tensorflow==1.7.1"
"python -m pip install --upgrade tensorflow"
There are some information on the internet stating my Setup Tools is out of date. I tried to correct this by using the Following commands.
"pip install --upgrade setuptools"
"python -m pip install --upgrade pip"
It does not correct the error message. Is there any Python Guru's that will be able to solve my issue? Thanks in advance.