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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -