pycharm运动Django项目时出现mysqlclient 1.3.13 or newer is required; you have 0.9.3
Posted niusijie
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pycharm运动Django项目时出现mysqlclient 1.3.13 or newer is required; you have 0.9.3相关的知识,希望对你有一定的参考价值。
找到Python安装路劲下的Python36-32Libsite-packagesdjangodbackendsmysqlase.py文件
将文件中的如下代码注释
if version < (1, 3, 3):
raise ImproperlyConfigured("mysqlclient 1.3.3 or newer is required; you have %s" % Database.__version__)
重新在项目manage.py路劲下执行如下命令即可
参考:https://blog.csdn.net/u014535666/article/details/90300935
以上是关于pycharm运动Django项目时出现mysqlclient 1.3.13 or newer is required; you have 0.9.3的主要内容,如果未能解决你的问题,请参考以下文章
在 PyCharm 中导入 .json 文件时出现问题 [重复]
尝试“pip install mysqlclient”时出现“OSError:mysql_config not found” - Django
python - 使用 Django 将 Unicode 字符存储到 MySQL 时出现问题
恢复 Django-mailer 数据库时出现 MySQL 错误 1118(行大小太大)