跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • py3-flask-pymysql 兼容问题(use_native_unicode).py
未分類
20 9 月 2020

py3-flask-pymysql 兼容问题(use_native_unicode).py

py3-flask-pymysql 兼容问题(use_native_unicode).py

資深大佬 : yykrlc 2

python >=3.7.9 Flask 1.12 Flask-SQLAlchemy 2.4.4 Flask-WTF 0.14.3 flask_migrate 2.5.3 flask_script 2.0.6 flask_restful 0.3.8 requests redis pymysql 0.10.1 
连接 mysql

MDB_URI = ‘mysql+pymysql://……..

报错信息:
TypeError: Invalid argument(s) 'use_native_unicode' sent to create_engine(), using configuration MySQLDialect_mysqldb/QueuePool/Engine.  Please check that the keyword arguments are appropriate for this combination of components. 

涉及源码 site-packages/sqlalchemy/engine/strategies.py”, line 173, in create

# all kwargs should be consumed          if kwargs:  # print(kwargs) == {"use_native_unicode":''}             raise TypeError(                 "Invalid argument(s) %s sent to create_engine(), "                 "using configuration %s/%s/%s.  Please check that the "                 "keyword arguments are appropriate for this combination "                 "of components."                 % (                     ",".join("'%s'" % k for k in kwargs),                     dialect.__class__.__name__,                     pool.__class__.__name__,                     engineclass.__name__,                 )             )          engine = engineclass(pool, dialect, u, **engine_args) 

db = SQLAlchemy() flask_sqlalchemy/init.py

# 默认 use_native_unicode=True def __init__(self, app=None, use_native_unicode=True, session_options=None,                  metadata=None, query_class=BaseQuery, model_class=Model,                  engine_options=None): 

是不是 flask_sqlalchemy 和 sqlalchemy 兼容问题,除了改源码还有别的解决方法吗。

大佬有話說 (2)

  • 資深大佬 : rogwan

    应该是版本问题,把版本号稍微降低一点试试

  • 資深大佬 : Kobayashi

    应该是二者兼容问题,我看了一眼在 flask_sqlalchemy 在 3.0 (dev) 中去除了这个初始化参数。猜测是上游 sqlalchemy 更新了,这个参数不能用了?

    flask_sqalchemy 依赖写得比较宽松,install_requires=[“Flask>=0.10”, “SQLAlchemy>=0.8.0”].

    建议把 sqlalchemy 版本列出来,逐步往回降试试。

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具