Tweepy error with install involving parse requirem

2020-04-12 09:16发布

问题:

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