これは Enchant パッケージの問題であるため、開く必要がある可能性がありますが、間違いなく私が見逃している可能性もあります。私はEl Capitanとpython 2.7を使用しています。私はいくつかのことを試しました:
pip install penchant
pyenchant-1.6.6 は正常にインストールされているようですが、試行するimport enchant
とエラーが発生し、こちら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.
のアドバイスに従ってpip をアップグレードしました。
ここのアドバイスに従い、から始めましbrew install enchant
たが、エラーが発生しました
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "glib--patch"
Download failed: https://gist.githubusercontent.com/jacknagel/af332f42fae80c570a77/raw/7b5fd0d2e6554e9b770729fddacaa2d648327644/glib-hardcoded-paths.diff
ここでホイールもダウンロードし(最後から2番目のリンク)、pipでインストールしようとしましたが、エラーが発生しましたis not a supported wheel on this platform
.
考え?ありがとう。