Hey Gaurav,
You can at first try to reinstall pip package by using this command in your terminal:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py pip==19.3.1
And then, use pip install to install your modules. I hope that ...