I have been trying to install tweepy
on a Windows, and it returns an error. Specifically it says:
TypeError: parse_requirements <> got an unexpected keyword argument 'session'
My install code was:
pip install tweepy
Any help would be greatly appreciated!