python - ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI -


the question why see error message in title when trying import enchant. using win64.

i found answer in github page.

in nutshell, have not shipped wheel win_amd64 platform yet.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -