I don\'t know what\'s the deal but I am stuck following some stackoverflow solutions which gets nowhere. Can you please help me on this?
Monas-MacBook-Pro:
You could have two different versions of Python and pip.
Try to:
pip2 install --upgrade pip and then pip2 install -r requirements.txt
pip2 install --upgrade pip
pip2 install -r requirements.txt
Or pip3 if you are on newer Python version.
pip3