This is the error I am getting in cmd
the pic of the error I am getting.
This is the error I am getting in cmd
the pic of the error I am getting.
Try
python -m pip install --upgrade pip
pip3 install -U pip (for Python 3.x)
pip install -U pip (for Python 2.7)
easy_install -U pip
Try this:
python -m pip install --upgrade pip --user
It's permission issue. Need to add --user
flag to the command.