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

前端 未结 9 1090
天涯浪人
天涯浪人 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:37

    pip install --upgrade billiard
    pip install --upgrade celery
    pip install --upgrade kombu
    pip install --upgrade amqp
    

    This should work.

提交回复
热议问题