Unable to install tensorflow

I am getting this error while installing tensorflow. How can i move forward>

Hey @Roopa1i_ma1hotra, open anaconda prompt if u are using anaconda, otherwise open cmd and type command there (pip install tensorflow).
If you still face problem downloading, contact me over whatsapp(8800935911) for more quick response, i will install it myself using remote access.

Hope this resolved your doubt :slight_smile:

I have tried it already. i have attached the screenshot

Hey @Roopa1i_ma1hotra, make sure you are using python version 3.6 or 3.7 and not 3.8.
To check the python version type
python --version (in anaconda prompt)

If its 3.8 than follow these steps to degrade it,

conda search python

Type this command in anaconda prompt, it will show available versions of python,

than use

conda install python=3.7.?

Type this in anaconda prompt, Replace ‘?’ here with any available version from first command.

Hope this resolved your doubt. :blush: