No module named 'data.plugins' #9877
rqv5bh6cgw-web
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
更新完后市面上所有插件都不支持,去检查插件提供商代码清一色的 “from astrbot.api import ..." 但是安装总是包报错 No module named 'data.plugins' 这条规则在4.26开始就明确说明放弃了data.plugings的调用,所以往后的项目不存在 from data.plugins import... 问题,那么既然适配了最新的规则为什么解压安装插件仍然报data.plugins错误 懊恼

All reactions