Django error: Process finished with exit code 134 (interrupted by signal 6: SIGABRT) python2.7 django project

Django error: Process finished with exit code 134 (interrupted by signal 6: SIGABRT) python2.7 django project

几天来我遇到了一个非常奇怪的错误。我有一个 python2.7 项目,它 运行 很顺利,但几天后它一直在抛出错误:

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

我正在为我的项目使用虚拟环境。发生的事情是几天前我尝试使用 brew 命令安装 nginx,我认为 brew 更新了一些用于 python2.7 项目的依赖项(我认为可能是这种情况)。从那天起,我就面临这个问题,我到处用谷歌搜索,但无法解决。以下是您可能需要了解的一些信息。

我的requirements.txt文件

asn1crypto==0.24.0
beautifulsoup4==4.3.2
boto==2.49.0
boto3==1.8.7
botocore==1.11.9
cachetools==3.1.0
certifi==2018.11.29
cffi==1.12.2
chardet==3.0.4
cryptography==2.6.1
Django==1.6.5
django-appconf==0.6
django-autoslug==1.7.2
django-blog-zinnia==0.14.1
django-ckeditor-updated==4.4.4
django-common-helpers==0.6.1
django-compressor==1.4
django-cors-headers==1.1.0
django-crispy-forms==1.4.0
django-cron==0.3.3
django-filter==0.15.3
django-hosts==0.6
django-htmlmin==0.11.0
django-imagekit==3.2.5
django-mobi==0.1.7
django-mobile==0.3.0
django-mptt==0.6.1
django-redis==4.4.0
django-sass-processor==0.2.6
django-simple-captcha==0.4.2
django-storages==1.1.8
django-tagging==0.3.2
django-xadmin==0.5.0
django-xmlrpc==0.1.5
djangorestframework==2.4.8
docutils==0.14
enum34==1.1.6
futures==3.2.0
google-api-core==1.7.0
google-auth==1.6.2
google-auth-oauthlib==0.2.0
google-cloud-bigquery==1.9.0
google-cloud-core==0.29.1
google-resumable-media==0.3.2
googleapis-common-protos==1.5.6
html5lib==1.0b8
httplib2==0.9
idna==2.8
ipaddress==1.0.22
jmespath==0.9.3
libsass==0.18.0
lxml==3.3.5
Markdown==2.6.7
MySQL-python==1.2.5
nginxparser==1.0.1
numpy==1.16.1
oauth2==1.5.211
oauthlib==3.0.1
pandas==0.24.1
pandas-gbq==0.9.0
pilkit==2.0
Pillow==5.3.0
protobuf==3.6.1
pyasn1==0.4.5
pyasn1-modules==0.2.4
pycparser==2.19
pycrypto==2.6.1
pydata-google-auth==0.1.2
pyOpenSSL==19.0.0
pyparsing==2.0.2
python-dateutil==2.8.0
python-twitter==1.3.1
pytz==2017.2
PyYAML==3.13
redis==2.10.6
requests==2.21.0
requests-oauthlib==1.2.0
rsa==4.0
s3transfer==0.1.13
simplejson==3.5.3
six==1.12.0
South==1.0
SQLAlchemy==1.3.6
ua-parser==0.8.0
urllib3==1.23
user-agents==1.1.0
uWSGI==2.0.15

当我尝试 运行 任何类型的操作(如 schemamigration 或其他)时,它会抛出错误

Abort trap: 6

我的OS版本:Catalina v10.15.6

您的图书馆似乎是 unsigned/old。试试这个:https://dbaontap.com/2019/11/11/python-abort-trap-6-fix-after-catalina-update/