I have been trying to install tweepy on a Windows, and it returns an error. Specifically it says:
tweepy
TypeError: parse_requirements <> got an
Am not sure if you solved the issue. Try upgrading pip to pip6.0+, this resolved the same issue i had on my Ubuntu Machine. You can give it a try
pip
pip6.0+
pip install --upgrade pip