So my Mac is correctly set up with _imaging but as soon as I create a new virtualenv with mkvirtualenv myproject and run the python interpreter
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
I get the following.
is there a quick fix to add my Imaging library to the virtualenv?