【发布时间】:2017-05-09 18:56:39
【问题描述】:
Python 2.7.10
系统:Mac OS Sierre
我已经安装了mysql-python,与本地mysql的连接都很好。 但是在 PyCharm manage.py 命令行中,当我尝试运行 makemigrations 命令时,出现以下错误消息:
bash -cl "/Users/alan/.virtualenvs/testvir/bin/python /Applications/PyCharm.app/Contents/helpers/pycharm/django_manage.py makemigrations /Users/alan/PycharmProjects/djangoStart"
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
我想知道是否有人对此进行了修复?
【问题讨论】:
标签: python mysql django macos pycharm