pip doesn't grab latest version of tweepy?
Using 'pip install tweepy' I get version 1.7.1 of tweepy which is quite old and certainly doesn't support oauth.
Has a new version of the package not been published?
It's still under active development. Do I need pull the source fro开发者_开发技巧m GIT? I'm just surprised there isn't a newer package. Am I missing something?
Thanks.
1.7.1 is the latest version on pypi, and the last tag listed in on github. I'd say pip is doing exactly what it's supposed to be doing.
精彩评论