问题描述
我在 Django 上有几个项目,并且在 hi runserver 终端显示之后:
[1] 23857 killed python3 manage.py runserver
我已经更新了所有用于 Apple M1 的库,一切都很好。 几天后,我试图跑步,但一切都被粉碎了。 我的需求.txt是:
boto3==1.15.6
botocore==1.18.6
Django==3.1.1
django-cors-headers==3.5.0
django-debug-toolbar==3.1.1
django-storages==1.10.1
django-summernote==0.8.11.6
docutils==0.16
gunicorn==20.0.4
jmespath==0.10.0
Pillow==8.1.0
pipupgrade==1.7.4
psycopg2-binary==2.8.6
python-dateutil==2.8.1
pytz==2020.1
s3transfer==0.3.3
six==1.15.0
sqlparse==0.3.1
urllib3==1.25.10
whitenoise==5.2.0
python3 版本为 3.9.1
当我在 PyCharm 中运行代码时显示:
/Users/username/python/myProject/.venv/bin/python3.9 /Users/username/python/myProject/myApp/manage.py runserver 8000
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
我读到 SIGKILL 的问题可能与内存有关,但我的内存有一半是空闲的 使用~5GIG 3GIG免费
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)