I am using pip to install all my python packages but get error as shown in the trace below. What is the problem and how can I solve it?
usr@comp:~$ pip insta
You need to upgrade your pip into the newer version:
Using this command:
python -m pip install -upgrade pip
for Mac/Linux operating system and use
python -m pip install --upgrade tensorflow
for Windows to update your pip. Then run your command
pip install flask