I have python 3.6 installed on my laptop. I tried to install tensorflow by using pip in anaconda.
but when I run pip3 install --upgrade tensorflow.
It is giving me errors as shown below:
Collecting tensorflow
Using cached https://files.pythonhosted.org/packages/e7/88/417f18ca7eed5ba9bebd51650d04a4af929f96c10a10fbb3302196f8d098/tensorflow-1.9.0-cp36-cp36m-win_amd64.whl
Collecting protobuf>=3.4.0 (from tensorflow)
Downloading https://files.pythonhosted.org/packages/75/7a/0dba607e50b97f6a89fa3f96e23bf56922fa59d748238b30507bfe361bbc/protobuf-3.6.0-cp36-cp36m-win_amd64.whl (1.1MB)
100% |████████████████████████████████| 1.1MB 75kB/s
Collecting numpy>=1.13.3 (from tensorflow)
Using cached https://files.pythonhosted.org/packages/0d/b7/0c804e0bcba6505f8392d042d5e333a5e06f308e019517111fbc7767a0bc/numpy-1.14.5-cp36-none-win_amd64.whl
Collecting absl-py>=0.1.6 (from tensorflow)
Using cached https://files.pythonhosted.org/packages/57/8d/6664518f9b6ced0aa41cf50b989740909261d4c212557400c48e5cda0804/absl-py-0.2.2.tar.gz
Complete output from command python setup.py egg_info:
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Siva\AppData\Local\Temp\pip-install-glu7to_x\absl-py\
I tried to find the path that is causing the error but I couldn't able to get it.
could someone help me resolve this issue?
pipinstead ofpip3(as suggested on Tensorflow website)