我正在尝试使用fastai的ImageDataBunch,它工作得很好,但是最近当我运行我的代码时,它显示了这个错误ModuleNotFoundError: No module named 'fastai.vision'然后,我升级了我的fastai版本pip install fastai --upgrade。此错误已清除,但已登录到NameError: name 'ImageDataBunch' is not defined<e
使用新的search_full_archive和search_30_day功能,我在使用tweepy访问过去7天以外的历史内容时遇到了问题。我已经将tweepy更新到版本: 3.9.0,但是当我尝试运行api.search_full_archive或api.search_30_day时,我仍然得到AttributeError: 'API'object has no attribute 'search_full_archive' 我