指示に従ってPillowをインストールしようとしています:
http://pillow.readthedocs.org/en/latest/installation.html#mac-os-x-installation
問題は、でエラーが発生したことpython -c 'from PIL import Imageです。
python -c "from PIL import Image"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Library/Python/2.7/site-packages/PIL/Image.py", line 53, in <module>
from PIL import _imaging as core
ImportError: dlopen(/Library/Python/2.7/site-packages/PIL/_imaging.so, 2):
Symbol not found: _jpeg_resync_to_restart
Referenced from: /Library/Python/2.7/site-packages/PIL/_imaging.so
Expected in: flat namespace
in /Library/Python/2.7/site-packages/PIL/_imaging.so
_jpeg_resync_to_restart次のようにこの問題を解決しようとグーグルで検索しました。
brewインストールに使用Pillow: https://github.com/Homebrew/homebrew-python- libjpeg をインストールし、ソースからインストールします: http://www.thetoryparty.com/2010/08/31/pil-on-snow-leopard-_jpeg_resync_to_restart-error/
ただし、何も機能しません。マーベリックスにピローをインストールする方法はありますか? デフォルトの Python インタープリターである Python 2.7 を使用します。