Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了解决没有“FileStorage”属性的问题,我只是更新了嗖嗖声。但是,它带来了这个新问题。
from whoosh.spelling import SpellChecker ImportError: cannot import name SpellChecker
目前,您必须安装旧版本的 Woosh。
pip install whoosh==2.4
问题出在 django-haystack 中。