当我运行我的Django项目时,我收到此错误。我尝试了此链接enter link description here,但它也无效。
PS:我几天前更新了OS X El Capitan。
原因:在/Users/Jh_Cend/.python-eggs/mysqlclient-1.3.7-py2.7-macosx-10.11-intel.egg-tmp/_mysql.so中不安全地使用相对rpath libmysqlclient.18.dylib限制二进制
答案 0 :(得分:0)
最后,我pip uninstall mysqlclient
并重新安装mysqlclient。
这个错误消失了。 python manage.py runserver
会好的。