我正在努力在我的本地运行Django app服务器。 自从我昨天早上从Sierra更新了我的macOS到High Sierra后,它无效。
我正在使用
Django 1.10.5
Python 2.7.14
当我运行./manage.py runserver
时,它会显示如下错误消息。
Performing system checks... System check identified no issues (0 silenced). python(4381,0x70000269c000) malloc: *** error for object -x7fe76b38a860: Non-aligned pointer being freed (2) *** set a breakpoint in malloc_error_break to debug [1] 4359 abort ./manage.py runserver
我发现这里有一个问题Dynamic library problems with Python and libstdc++错误信息看起来非常相似,但到目前为止找不到任何相似之处。