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

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

    In my case, the error is because Homebrew was not symlink to gettext properly. I've solved this using

    brew unlink gettext && brew link --force gettext
    

提交回复
热议问题