问题
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!
回答1:
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 install --upgrade pip
来源:https://stackoverflow.com/questions/29079152/tweepy-error-with-install-involving-parse-requirements