pythonimportfile-not-foundwin64enchant

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 is why I see the error message in the title when trying to import enchant. I am using Win64.


Solution

  • I found the answer in this GitHub page.

    In a nutshell, they have not shipped a wheel for the win_amd64 platform yet.