OSError: dlopen(libSystem.dylib, 6): image not found
问题 Just updated my Mac to El Capitan 10.11. I am trying to run Django 1.6 with Celery 3.1 and I'm getting this error now: Unhandled exception in thread started by <function wrapper at 0x10f861050> Traceback (most recent call last): File "/Library/Python/2.7/site-packages/django/utils/autoreload.py", line 93, in wrapper fn(*args, **kwargs) File "/Library/Python/2.7/site-packages/django/core/management/commands/runserver.py", line 101, in inner_run self.validate(display_num_errors=True) File "