したがって、私のMacは_imagingで正しくセットアップされていますが、mkvirtualenv myprojectで新しいvirtualenvを作成し、pythonインタープリターを実行するとすぐに
import _imaging
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
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
私は次のようになります。
イメージング ライブラリを virtualenv に追加する簡単な修正方法はありますか?