-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[寻求帮助] AttributeError: module 'nonebot' has no attribute 'load_bulitin_plugins' #96
Labels
Comments
当前文件目录下是否还有个叫nonebot的文件夹,有没有卸载重装试过 |
运行一下如下命令看一眼 python -c "import nonebot, inspect; print(inspect.getsource(nonebot))" |
让写文档的出来挨打吧 |
感谢楼上二位大佬 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nonebot版本: 2.0.0a6(使用
python3.8 -m pip install nonebot2
安装,镜像也是刚重装的,确保没有使用过nonebot1)OS: CentOS 8
python版本: 3.8.0
遇到的问题:在按照官方教程 加载插件时,无法加载内置插件。
bot.py内容如下
The text was updated successfully, but these errors were encountered: