“enchant C library not found” while installing pyenchant using pip on OSX
I typed in pip install pyenchant into my shell, but it raised two Traceback errors: 1: Traceback (most recent call last): File "<string>", line 16, in <module> File "/private/var/folders/q4/l70hdqjd5db2n2bdj69qrwz40000gq/T/pip_build_prernauppal/pyenchant/setup.py", line 195, in <module> import enchant File "enchant/__init__.py", line 90, in <module> from enchant import _enchant as _e File "enchant/_enchant.py", line 133, in <module> raise ImportError("enchant C library not found") ImportError: enchant C library not found 2: Traceback (most recent call last): File "<string>", line 16, in