Dependence error: Not satisfied with the SQLITE3 dependency: >=3018000

Dependence error: Not satisfied with the SQLITE3 dependency: >=3018000
迁移了一下网站,出现这个代码怎么处理,感谢

不知道你具体的架构是如何,
但从报错提示,应该是你依赖的数据库没找不到,
你迁移是否已经都完成? 应用和数据库都是否配置正确?

缺少sqlite3依赖,检查下sqlite3的包是否存在