django - Whoosh ImportError: cannot import name SpellChecker -


in order solve no "filestorage" attribute problem, update whoosh. however, comes new problem.

from whoosh.spelling import spellchecker importerror: cannot import name spellchecker 

at moment, have install older version of woosh.

pip install whoosh==2.4 

the issue in django-haystack.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -