标签: django spell-checking django-haystack importerror whoosh
为了解决没有“FileStorage”属性问题,我只是更新了嗖嗖声。然而,它带来了这个新问题。
from whoosh.spelling import SpellChecker ImportError: cannot import name SpellChecker
答案 0 :(得分:10)
目前,您必须安装较旧版本的Woosh。
pip install whoosh==2.4
The issue is in django-haystack.