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

前端 未结 6 660
我在风中等你
我在风中等你 2021-02-01 04:50

The question is why I see the error message in the title when trying to import enchant. I am using Win64.

6条回答
  •  北海茫月
    2021-02-01 05:25

    For amazon ubuntu instance use.

    yum install enchant 
    

    and then

    pip install pyenchant
    

提交回复
热议问题