Open dcsanx opened 4 years ago
▶ pip install pyenchant
does seem to fix it, if this is a dependency can that be made more explicit?
I had to google around to find why pip install enchant
actually is now pyenchant
https://superuser.com/questions/1501146/in-python-i-get-the-error-no-module-named-enchant
but it seems pyenchant is not maintained, I came across hunspell as an alternative which is used by chrome, so should be maintained.
https://github.com/blatinier/pyhunspell
although elsewhere I've used SpellChecker
Thanks for reporting this. I think it makes sense to switch.
I get this error on trying to use the module: