摘要: 修改版本检测: /xpylib/python3.9.13/lib/python3.9/site-packages/Django-3.2.14-py3.9.egg/django/db/backends/sqlite3/base.py 注释掉check_sqlite_version() 阅读全文
posted @ 2022-08-03 17:38 MoonXu 阅读(86) 评论(0) 推荐(0)
摘要: python setup.py install --record files.txtcat file.txt | xargs rm -r 阅读全文
posted @ 2022-08-03 14:58 MoonXu 阅读(62) 评论(0) 推荐(0)
摘要: https://pypi.org/project/ 下载对应的源码包安装 python setup.py install 5个依赖包 setuptools sqlparse pytz asgiref PyMySQL-1.0.2 setuptools sqlparse pytz #ValueError 阅读全文
posted @ 2022-08-03 13:32 MoonXu 阅读(101) 评论(0) 推荐(0)