gpt4 book ai didi

python - 属性错误: module 'sqlalchemy.util' has no attribute 'deprecated_params'

转载 作者:太空宇宙 更新时间:2023-11-03 20:49:52 27 4
gpt4 key购买 nike

尝试从flask_sqlalchemy 导入 SQLAlchemy 时遇到该错误:

from flask_sqlalchemy import SQLAlchemy

完整的错误消息是:

  File "C:\Users\..\lib\site-packages\sqlalchemy\pool\base.py", line 63, in Pool
@util.deprecated_params(
AttributeError: module 'sqlalchemy.util' has no attribute 'deprecated_params'

我的库的版本是 sqlalchemy = 1.1.13 和flask_sqlalchemy = 2.4.0

关于如何解决这个问题有什么建议吗?

谢谢

最佳答案

我的 python 环境也有同样的错误,通过 pipenv 管理.

我运行了pipenv update sqlalchemy,奇怪的是,它将sqlalchemy的版本从我的had before, which was 1.3.5回滚到1.2.19。 .

pip freeze | grep chemy
Flask-SQLAlchemy==2.4.0
SQLAlchemy==1.2.19

这现在对我来说没有错误:python -c“从flask_sqlalchemy导入SQLAlchemy”

我想如果没有pipenv,人们可以手动使用pip来重新安装该特定版本的sqlalchemy。

关于python - 属性错误: module 'sqlalchemy.util' has no attribute 'deprecated_params' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56341112/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com