当前位置:   article > 正文

天天遇bug_optionengine' object has no attribute 'execute

optionengine' object has no attribute 'execute

python遇到的报错

第一种

AttributeError: ‘OptionEngine’ boject has no attribute ‘execute’

可能原因:安装的第三方库版本可能不匹配,我这次就是因为下载的sqlalchemy 是2.x版本,再我删除之后重新装1.4.19版本后程序能正常运行

在cmd里面可以查看第三方库的版本

pip show 库名
  • 1

删除第三方库

pip uninstall sqlalchemy
  • 1

安装第三方库(使用清华镜像源,下载速度嘎嘎快)

pip install sqlalchemy==1.4.19 -i https://pypi.tuna.tsinghua.edu.cn/simple
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/584777
推荐阅读
相关标签
  

闽ICP备14008679号