OSError: dlopen(libSystem.dylib, 6): image not found

前端 未结 9 1150
天涯浪人
天涯浪人 2021-01-04 03:02

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 starte         


        
9条回答
  •  遥遥无期
    2021-01-04 03:13

    You can delete the current celery version, and then download it from the http://pypi.python.org/pypi/celery/, build and install the sorce code.It is helpful for me, and I hope so do you.

提交回复
热议问题