我在tweepy的新文档和旧文档上遇到了麻烦,似乎在以前的版本中所有的东西都能工作,但是有很多变化,我现在很难让它正常工作。知道我为什么会犯这个错误吗?tweet in public_tweets:我知道这个错误
AttributeError: 'Client' object has no attribute 'apply_auth
在回顾了关于这个主题的现有案例后,我还没有找到解决方案。importlib\__init__.py", line 118, in import_module AttributeError: 'list对于在哪里找到问题的根源,有什么显而易见的建议吗?通常,回溯会给出有关文件位置的重要线索。"""
if w in data: # for getting close matches of word yn = input("Did you mean % s instead? Enter Y if yes, or N if no: " % get_close_matches(w, data.keys())[0])