Tweepy error with install involving parse requirements

南笙酒味 提交于 2019-12-31 02:42:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!