Skip to content
Kim Ollivier edited this page Apr 12, 2023 · 1 revision

Installing on Windows is a challenge because pyenchant depends on a binary package hunspell. The PyPI repository does have a compiled version but you have to ask for it when using pip.

Install wheel first because that is the package than handles bundled binaries.

>pip install **--prefer-binary** pyenchant

Collecting pyenchant

Downloading pyenchant-3.2.2-py3-none-win_amd64.whl (11.9 MB)

11.9/11.9 MB 27.3 MB/s eta 0:00:00

Installing collected packages: pyenchant

Clone this wiki locally