barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
MIT License
710 stars 164 forks source link

ImportError: cannot import name 'SpellChecker' from 'spellchecker' (unknown location) #175

Open RyolaJiang opened 3 months ago

RyolaJiang commented 3 months ago

Python ver = 3.8 + pyspellchecker ver = 0.8.1 Installed using default pip install pyspellchecker

wvw321 commented 3 months ago

I had the same problem with python 3.11, try installing it on a clean virtual environment, if it works it means it is broken by other libraries.

barrust commented 2 weeks ago

Any updates on this issue? Is it still occurring?