I am installing tweepy, but I am running into an error about pip.req. I have pip installed, but for some reason pip.req still can\'t be found. I did a bunch of research onl
I downgraded to pip to 9.0.3 and things worked for me. Command for downgrading pip is
python -m pip install pip==9.0.3