-
Notifications
You must be signed in to change notification settings - Fork 4
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
ModuleNotFoundError: No module named 'TeenStudy' #22
Comments
安装时日志 During handling of the above exception, another exception occurred: Traceback (most recent call last): |
启动时日志
05-19 10:29:45 [ERROR] nonebot | Failed to import "TeenStudy"
Traceback (most recent call last):
File "", line 14, in
File "C:\Users\Administrator\Desktop\Nonebot\Nonebot-ciallo.venv\Lib\site-packages\nonebot\plugin\load.py", line 131, in load_from_toml
return load_all_plugins(plugins, plugin_dirs)
File "C:\Users\Administrator\Desktop\Nonebot\Nonebot-ciallo.venv\Lib\site-packages\nonebot\plugin\load.py", line 65, in load_all_plugins
return manager.load_all_plugins()
File "C:\Users\Administrator\Desktop\Nonebot\Nonebot-ciallo.venv\Lib\site-packages\nonebot\plugin\manager.py", line 203, in load_all_plugins
return set(
File "C:\Users\Administrator\Desktop\Nonebot\Nonebot-ciallo.venv\Lib\site-packages\nonebot\plugin\manager.py", line 204, in
filter(None, (self.load_plugin(name) for name in self.available_plugins))
The text was updated successfully, but these errors were encountered: